html {
    scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    position: relative;
    font-family: 'Oswald', sans-serif;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    color: white;
    text-decoration: none;
}


/* END OF CSS RESTE ---------------------------
-----------------------------------------------
----------------------------------------------- */

:root {
    --narancs : rgb(253, 98, 98);
    --kek: rgb(136,156,231);
    --szurke : #555;
    --vilagosszurke: #999;
    --fekete: #1b2b4b;
    --textszurke: #66717f;
    --backgroundszurke: #f7f7f7;
    --vilagosfekete:#232323;
}

.narancs {
    color: var(--narancs);
}

.circle {
    height: 24px;
    width: 24px;
    border-radius: 24px;
    background-color: black;
    position: fixed; 
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99999999; /* so that it stays on top of all other elements */
  }

  .block {
    display: none;
  }

  @media (max-width:970px) {
    .circle {
        display: none;
    }
  }


  /* PRICING HERO ------------------------------------------------------------- */

.pricing-hero {
    width: 100%;
    padding: 80px 0;
    background: radial-gradient(circle at top right, rgba(136,156,231,0.2), rgba(11,13,25,0.95));
    color: #fff;
}

.pricing-hero-wrapper {
    width: min(1200px, 90vw);
    margin: 0 auto;
}

.pricing-hero-grid {
    display: grid;
    grid-template-columns: minmax(0,1.1fr) minmax(0,0.9fr);
    gap: 40px;
    align-items: stretch;
}

.pricing-hero-label {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    color: var(--kek);
    margin-bottom: 12px;
}

.pricing-hero-left h1 {
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.2;
    margin-bottom: 18px;
    font-family: "Poppins", sans-serif;
}

.pricing-hero-lead {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin-bottom: 24px;
}

.price-stack {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.price-old {
    text-decoration: line-through;
    color: #7c8699;
    font-weight: 600;
}

.price-new {
    font-weight: 800;
    color: var(--narancs);
}

.price-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(253,98,98,0.12);
    border: 1px solid rgba(253,98,98,0.35);
    color: var(--narancs);
}

.pricing-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.pricing-hero-pills span {
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 13px;
    letter-spacing: 1px;
}

.pricing-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.hero-secondary-cta {
    padding: 12px 26px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.35);
    color: rgba(255,255,255,0.85);
    font-weight: 600;
    text-transform: uppercase;
}

.pricing-hero-metrics {
    display: grid;
    grid-template-columns: repeat(3,minmax(100px,1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.pricing-hero-metric {
    text-align: center;
    padding: 16px;
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
}

.pricing-hero-metric span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}

.pricing-hero-metric p {
    margin: 0;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}

.pricing-hero-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pricing-hero-checklist li {
    display: flex;
    gap: 10px;
    font-size: 16px;
    color: rgba(255,255,255,0.9);
}

.pricing-hero-checklist i {
    color: var(--narancs);
    margin-top: 2px;
}

.pricing-hero-right {
    display: flex;
}

.pricing-highlight-card {
    background: rgba(8,9,20,0.8);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    padding: 30px;
    width: 100%;
    box-shadow: 0 25px 50px rgba(0,0,0,0.35);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.pricing-highlight-pill {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(253,98,98,0.15);
    color: var(--narancs);
    letter-spacing: 1px;
    font-weight: 600;
}

.pricing-highlight-card h3 {
    font-size: 26px;
}

.pricing-highlight-card p {
    margin: 0;
    color: rgba(255,255,255,0.8);
    line-height: 1.5;
}

.pricing-highlight-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pricing-highlight-list li {
    display: flex;
    gap: 10px;
    color: rgba(255,255,255,0.85);
}

.pricing-highlight-list i {
    color: var(--kek);
    margin-top: 3px;
}

.pricing-highlight-price span {
    font-size: 34px;
    font-weight: 700;
}

.pricing-highlight-card .price-old {
    color: rgba(255,255,255,0.72);
}

.pricing-highlight-card .price-new {
    color: #fff;
}

.pricing-highlight-card .price-badge {
    background: rgba(255,255,255,0.14);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}

.pricing-highlight-price small {
    display: block;
    margin-top: 6px;
    color: rgba(255,255,255,0.65);
}

.hero-card-cta {
    text-align: center;
}

@media (max-width: 1024px) {
    .pricing-hero-grid {
        grid-template-columns: 1fr;
    }
    .pricing-highlight-card {
        max-width: 520px;
        margin: 0 auto;
    }
    .pricing-hero-metrics {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    }
}

@media (max-width: 640px) {
    .pricing-hero {
        padding: 60px 0;
    }
    .pricing-hero-cta {
        flex-direction: column;
    }
    .pricing-hero-grid {
        gap: 30px;
    }
    .pricing-highlight-card {
        padding: 24px;
    }
}

/* PRICING LIST ------------------------------- */

.pricing-list {
    padding: 80px 0;
    background: #f8f9fb;
}

.pricing-list-wrapper {
    width: min(1200px, 90vw);
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
}

.pricing-list-head {
    text-align: center;
    margin-bottom: 40px;
}

.pricing-label {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    color: var(--kek);
    margin-bottom: 10px;
}

.pricing-list-head h2 {
    font-size: clamp(32px, 3vw, 44px);
    margin-bottom: 12px;
}

.pricing-list-head p {
    font-size: 18px;
    color: var(--textszurke);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.pricing-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 30px;
}

.pricing-card {
    background: #fff;
    border: 1px solid #e1e5ee;
    border-radius: 24px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 25px 60px rgba(15,51,92,0.08);
}

.pricing-card.featured {
    background: linear-gradient(160deg, rgba(253,98,98,0.95), rgba(255,155,135,0.9));
    color: #fff;
}

.pricing-card.featured p,
.pricing-card.featured span,
.pricing-card.featured li,
.pricing-card.featured small {
    color: rgba(255,255,255,0.9);
}

.pricing-card-top h3 {
    font-size: 24px;
    margin-bottom: 6px;
}

.pricing-card-top p {
    margin: 0;
    color: var(--textszurke);
}

.pricing-card.featured .pricing-card-top p {
    color: rgba(255,255,255,0.85);
}

.pricing-card-price span {
    font-size: 32px;
    font-weight: 700;
}

.pricing-card.featured .price-old {
    color: rgba(255,255,255,0.72);
}

.pricing-card.featured .price-new {
    color: #fff;
}

.pricing-card.featured .price-badge {
    background: rgba(255,255,255,0.14);
    border-color: rgba(255,255,255,0.3);
    color: #fff;
}

.pricing-card-price small {
    display: block;
    margin-top: 6px;
    color: rgba(0,0,0,0.55);
}

.pricing-sale-note {
    background: #fff2ef;
    border: 1px solid rgba(253,98,98,0.35);
    border-radius: 14px;
    padding: 12px 14px;
    color: #b02c2c;
    font-weight: 600;
}

.pricing-card.featured .pricing-card-price small {
    color: rgba(255,255,255,0.7);
}

.pricing-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pricing-card-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--textszurke);
}

.pricing-card.featured .pricing-card-list li {
    color: rgba(255,255,255,0.92);
}

.pricing-card-list i {
    color: var(--narancs);
    margin-top: 2px;
}

.pricing-pill {
    display: inline-block;
    align-self: flex-start;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.2);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pricing-card-cta {
    text-align: center;
}

.pricing-addons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    align-items: stretch;
}

.addon-card,
.pricing-note {
    background: #fff;
    border: 1px solid #e1e5ee;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 20px 45px rgba(15,51,92,0.08);
}

.addon-card h4 {
    font-size: 20px;
    margin-bottom: 16px;
}

.addon-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pricing-note p {
    color: var(--textszurke);
    line-height: 1.6;
}

.price-note-cta {
    margin-top: 16px;
    display: inline-flex;
}

@media (max-width: 640px) {
    .pricing-card {
        padding: 24px;
    }
}
