/* ============================================================
   Netcona — design premium, profesional, de încredere
   Paleta: navy profund + albastru-cyan rafinat, odihnitoare
   ============================================================ */

:root {
    --bg:            #f6f8fc;
    --bg-alt:        #eef2f9;
    --surface:       #ffffff;
    --ink:           #0f1c30;   /* navy profund, titluri */
    --ink-soft:      #46566b;   /* text */
    --ink-muted:     #7d8aa0;   /* discret */
    --line:          #e4eaf3;
    --line-strong:   #d4ddea;

    --primary:       #2563c9;   /* albastru de incredere */
    --primary-dark:  #1d4fa3;
    --primary-soft:  #eaf1fc;
    --cyan:          #16b5cc;
    --grad:          linear-gradient(120deg, #2f74e0 0%, #18b6cb 100%);
    --grad-soft:     linear-gradient(120deg, #eaf2fd 0%, #e6f7fa 100%);

    --navy:          #0c1729;
    --navy-2:        #122340;

    --success-bg:    #e6f6ec;
    --success-ink:   #1f7a44;
    --error-bg:      #fcebec;
    --error-ink:     #b23a45;

    --radius:        16px;
    --radius-sm:     10px;
    --shadow-sm:     0 1px 3px rgba(15, 28, 48, .06);
    --shadow:        0 6px 24px rgba(15, 28, 48, .08);
    --shadow-lg:     0 18px 48px rgba(15, 28, 48, .14);
    --shadow-primary:0 12px 30px rgba(37, 99, 201, .28);

    --maxw:          1160px;
    --font:          "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --display:       "Plus Jakarta Sans", var(--font);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: var(--font);
    color: var(--ink-soft);
    background: var(--bg);
    line-height: 1.7;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--display); color: var(--ink); line-height: 1.18; font-weight: 700; letter-spacing: -.02em; margin: 0 0 .5rem; }
h1 { font-size: 2.6rem; font-weight: 800; }
h2 { font-size: 2rem; }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1rem; }

a { color: var(--primary); text-decoration: none; transition: color .15s; }
a:hover { color: var(--primary-dark); }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 760px; }
.center { text-align: center; }
.muted { color: var(--ink-muted); }

/* ---------------- Eyebrow / kickers ---------------- */
.eyebrow {
    display: inline-block;
    font-family: var(--display);
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--primary);
    background: var(--primary-soft);
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 14px;
}

/* ---------------- Header ---------------- */
.site-header {
    background: rgba(255,255,255,.85);
    backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid var(--line);
    position: sticky; top: 0; z-index: 50;
}
.header-inner { display: flex; align-items: center; gap: 22px; height: 74px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-mark {
    width: 36px; height: 36px; border-radius: 10px;
    background: var(--grad); color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--display); font-weight: 800; font-size: 1.15rem;
    box-shadow: var(--shadow-primary);
}
.logo-text { font-family: var(--display); font-size: 1.3rem; font-weight: 800; color: var(--ink); letter-spacing: -.03em; }

.site-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.site-nav a { padding: 9px 14px; border-radius: var(--radius-sm); color: var(--ink-soft); font-weight: 500; font-size: .97rem; }
.site-nav a:hover { background: var(--bg-alt); color: var(--ink); }
.site-nav a.active { color: var(--primary); }

.header-actions { display: flex; align-items: center; gap: 14px; }
.lang-switch { display: flex; align-items: center; gap: 3px; font-size: .88rem; }
.lang-switch a { padding: 3px 5px; color: var(--ink-muted); font-weight: 700; }
.lang-switch a.on { color: var(--primary); }
.lang-switch span { color: var(--line-strong); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; margin-left: auto; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .2s; }

/* Dropdown meniu */
.nav-item.has-dropdown { position: relative; }
.nav-parent {
    display: inline-flex; align-items: center; gap: 3px;
    padding: 9px 14px; border-radius: var(--radius-sm);
    color: var(--ink-soft); font-weight: 500; font-size: .97rem;
    background: none; border: 0; cursor: pointer; font-family: var(--font);
}
.nav-parent:hover { background: var(--bg-alt); color: var(--ink); }
.has-dropdown.active .nav-parent { color: var(--primary); }
.caret { width: 16px; height: 16px; fill: currentColor; transition: transform .2s; }
.dropdown {
    position: absolute; top: calc(100% + 8px); left: 0;
    min-width: 200px; background: #fff; border: 1px solid var(--line);
    border-radius: var(--radius-sm); box-shadow: var(--shadow-lg);
    padding: 8px; display: none; flex-direction: column; gap: 2px; z-index: 60;
}
/* punte invizibila care acopera spatiul dintre buton si meniu (pastreaza hover-ul) */
.dropdown::before {
    content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px;
}
.dropdown a { padding: 9px 12px; border-radius: 8px; color: var(--ink-soft); font-size: .95rem; }
.dropdown a:hover { background: var(--bg-alt); color: var(--ink); }
.dropdown a.active { color: var(--primary); background: var(--primary-soft); }
.has-dropdown:hover .dropdown,
.has-dropdown:focus-within .dropdown,
.has-dropdown.open .dropdown { display: flex; }
.has-dropdown:hover .caret, .has-dropdown.open .caret { transform: rotate(180deg); }

/* ---------------- Buttons ---------------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 24px; border-radius: var(--radius-sm);
    font-family: var(--display); font-weight: 600; font-size: 1rem;
    cursor: pointer; border: 1px solid transparent;
    transition: transform .12s ease, box-shadow .2s, background .2s, color .2s, border-color .2s;
    white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--grad); color: #fff; box-shadow: var(--shadow-primary); }
.btn-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(37,99,201,.34); }
.btn-ghost { background: var(--surface); color: var(--primary); border-color: var(--line-strong); }
.btn-ghost:hover { background: var(--bg-alt); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn-outline:hover { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.6); }
.btn-sm { padding: 9px 16px; font-size: .92rem; }
.btn-lg { padding: 15px 30px; font-size: 1.06rem; }
.btn-block { width: 100%; }
.header-cta { box-shadow: none; }

/* ---------------- Sections ---------------- */
.site-main { min-height: 60vh; }
.section { padding: 88px 0; }
.section-alt { background: #e4ebf6; border-top: 1px solid #d6e0ee; border-bottom: 1px solid #d6e0ee; }
.section-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.lead { font-size: 1.17rem; color: var(--ink-soft); text-wrap: pretty; }
.page-head .lead { text-wrap: balance; }

/* ---------------- Hero ---------------- */
.hero {
    position: relative;
    background: radial-gradient(120% 120% at 80% 0%, #15294a 0%, var(--navy) 55%);
    color: #cdd8e8;
    padding: 110px 0 96px;
    overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.glow { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; }
.glow-1 { width: 480px; height: 480px; top: -140px; right: -80px; background: radial-gradient(circle, #2f74e0, transparent 70%); }
.glow-2 { width: 420px; height: 420px; bottom: -160px; left: -100px; background: radial-gradient(circle, #18b6cb, transparent 70%); opacity: .4; }
.hero-grid {
    position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: radial-gradient(120% 90% at 50% 0%, #000 30%, transparent 75%);
    mask-image: radial-gradient(120% 90% at 50% 0%, #000 30%, transparent 75%);
}
.hero .container { position: relative; }
.hero-content { max-width: 640px; }
.hero-center { max-width: 820px; margin: 0 auto; text-align: center; }
.hero-center .hero-text { margin-left: auto; margin-right: auto; }
.hero-center .hero-actions { justify-content: center; }
.hero-center .hero-trust { justify-content: center; }
.hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    color: #bcd2ee; background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.14);
    padding: 7px 16px; border-radius: 999px;
    font-size: .88rem; font-weight: 600; margin-bottom: 22px;
}
.hero-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: #25e0b0; box-shadow: 0 0 0 4px rgba(37,224,176,.2); }
.hero h1 { color: #fff; font-size: 3.4rem; line-height: 1.08; }
.hero-text { font-size: 1.22rem; color: #aebcd0; margin-top: 1.1rem; max-width: 620px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.hero-trust { list-style: none; padding: 0; margin: 40px 0 0; display: flex; flex-wrap: wrap; gap: 14px 28px; }
.hero-trust li { display: flex; align-items: center; gap: 9px; color: #c4d0e2; font-size: .98rem; font-weight: 500; }
.hero-trust svg { width: 20px; height: 20px; fill: #25e0b0; flex-shrink: 0; }

/* Hero visual: mockup de browser (CSS) */
.hero-visual { position: relative; }
.mockup {
    background: #fff; border-radius: 16px; overflow: hidden;
    box-shadow: 0 30px 70px rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.12);
    transform: perspective(1400px) rotateY(-9deg) rotateX(3deg);
    animation: floaty 7s ease-in-out infinite;
}
@keyframes floaty { 0%,100% { transform: perspective(1400px) rotateY(-9deg) rotateX(3deg) translateY(0); } 50% { transform: perspective(1400px) rotateY(-9deg) rotateX(3deg) translateY(-12px); } }
.mockup-bar { display: flex; align-items: center; gap: 7px; padding: 12px 14px; background: #eef2f8; border-bottom: 1px solid #e1e7f0; }
.md { width: 11px; height: 11px; border-radius: 50%; }
.md-r { background: #f06363; } .md-y { background: #f1b53e; } .md-g { background: #46c08a; }
.mockup-url { margin-left: 10px; flex: 1; background: #fff; border: 1px solid #e1e7f0; border-radius: 6px; font-size: 11px; color: #9aa6b6; padding: 4px 12px; font-family: var(--font); }
.mockup-body { padding: 18px; }
.mk-nav { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.mk-logo { width: 64px; height: 14px; border-radius: 5px; background: var(--grad); }
.mk-links { display: flex; gap: 10px; }
.mk-links i { width: 30px; height: 8px; border-radius: 4px; background: #e4eaf3; }
.mk-hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 16px; align-items: center; background: var(--grad-soft); border-radius: 12px; padding: 18px; margin-bottom: 16px; }
.mk-text b { display: block; width: 85%; height: 13px; border-radius: 5px; background: #1f2f47; margin-bottom: 8px; }
.mk-text span { display: block; height: 7px; border-radius: 4px; background: #c4d1e2; margin-bottom: 6px; }
.mk-text span.short { width: 60%; }
.mk-btn { width: 64px; height: 22px; border-radius: 7px; background: var(--grad); margin-top: 12px; box-shadow: var(--shadow-primary); }
.mk-thumb { height: 84px; border-radius: 10px; background: linear-gradient(135deg, #2f74e0, #18b6cb); opacity: .9; }
.mk-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mk-cards div { height: 52px; border-radius: 10px; background: #f1f5fb; border: 1px solid #e4eaf3; }
.mk-cards div::after { content: ""; display: block; width: 24px; height: 24px; border-radius: 7px; background: var(--grad-soft); margin: 10px 0 0 10px; }

.mockup-badge {
    position: absolute; left: -26px; bottom: 36px;
    display: flex; align-items: center; gap: 11px;
    background: #fff; border-radius: 14px; padding: 12px 16px;
    box-shadow: 0 18px 40px rgba(0,0,0,.28);
    animation: floaty2 7s ease-in-out infinite;
}
@keyframes floaty2 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(10px); } }
.mb-check { width: 34px; height: 34px; border-radius: 9px; background: rgba(37,224,176,.16); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.mb-check svg { width: 20px; height: 20px; fill: #1aa179; }
.mb-text { display: flex; flex-direction: column; line-height: 1.25; }
.mb-text strong { font-family: var(--display); font-size: .9rem; color: var(--ink); }
.mb-text em { font-style: normal; font-size: .78rem; color: var(--ink-muted); }
@media (prefers-reduced-motion: reduce) {
    .mockup, .mockup-badge { animation: none; }
}

/* ---------------- Cards ---------------- */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
    background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm);
    position: relative;
}
a.card { display: block; color: inherit; transition: transform .2s, box-shadow .25s, border-color .2s; }
a.card::before {
    content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 100%;
    background: var(--grad); border-radius: var(--radius) var(--radius) 0 0;
    transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
a.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--line-strong); }
a.card:hover::before { transform: scaleX(1); }
.feature-icon {
    width: 54px; height: 54px; border-radius: 14px;
    background: var(--grad-soft); color: var(--primary);
    display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
    border: 1px solid var(--line);
}
.feature-icon svg { width: 28px; height: 28px; fill: var(--primary); }
.card h3 { margin-bottom: .4rem; }
.card p { margin-bottom: 1rem; font-size: .98rem; }
.card-link { color: var(--primary); font-weight: 700; font-family: var(--display); font-size: .95rem; display: inline-flex; align-items: center; gap: 6px; }
.card-link i { font-style: normal; transition: transform .2s; }
a.card:hover .card-link i { transform: translateX(4px); }

/* ---------------- Steps ---------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: step; }
.step {
    background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm);
    position: relative; overflow: hidden;
}
.step-num {
    font-family: var(--display); font-weight: 800; font-size: 2.6rem;
    background: var(--grad); -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent; line-height: 1; margin-bottom: 12px;
    opacity: .9;
}
.step h3 { margin-bottom: .4rem; }
.step p { margin: 0; font-size: .98rem; }

/* ---------------- Two-col feature ---------------- */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.two-col-item {
    background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow-sm);
}
.two-col-item h2 { font-size: 1.5rem; }
.mini-icon {
    width: 48px; height: 48px; border-radius: 12px; background: var(--grad-soft);
    display: flex; align-items: center; justify-content: center; margin-bottom: 18px; border: 1px solid var(--line);
}
.mini-icon svg { width: 26px; height: 26px; fill: var(--primary); }

/* ---------------- CTA ---------------- */
.cta-section { padding-top: 20px; }
.cta-inner {
    position: relative; overflow: hidden;
    background: radial-gradient(120% 140% at 85% 10%, #173256 0%, var(--navy) 60%);
    color: #cdd8e8; border-radius: 24px; padding: 64px 40px; text-align: center;
    box-shadow: var(--shadow-lg);
}
.cta-glow { position: absolute; width: 380px; height: 380px; border-radius: 50%; top: -120px; right: -60px; background: radial-gradient(circle, #2f74e0, transparent 70%); filter: blur(60px); opacity: .5; }
.cta-inner h2 { color: #fff; position: relative; font-size: 2.1rem; }
.cta-inner p { color: #aebcd0; max-width: 560px; margin: 0 auto 28px; position: relative; }
.cta-inner .btn { position: relative; }

/* ---------------- Page head (inner pages) ---------------- */
.page-head {
    position: relative; overflow: hidden;
    background: radial-gradient(120% 120% at 80% 0%, #15294a 0%, var(--navy) 60%);
    color: #aebcd0; padding: 88px 0 76px; text-align: center;
}
.page-head::after {
    content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%;
    top: -160px; right: -80px; background: radial-gradient(circle, #2f74e0, transparent 70%);
    filter: blur(70px); opacity: .45; pointer-events: none;
}
.page-head h1 { color: #fff; position: relative; font-size: 2.7rem; }
.page-head .lead { color: #aebcd0; max-width: 720px; margin: 0 auto; position: relative; }
.page-head.slim { padding: 60px 0 52px; text-align: left; }
.page-head.slim .lead { margin-left: 0; }
.breadcrumb { font-size: .92rem; color: #8ba0bd; display: flex; gap: 8px; align-items: center; position: relative; }
.breadcrumb a { color: #bcd0ee; }
.success-badge {
    width: 70px; height: 70px; border-radius: 50%;
    background: rgba(37,224,176,.15); color: #25e0b0; border: 1px solid rgba(37,224,176,.4);
    display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 18px; position: relative;
}
.page-head.slim .success-badge { margin: 0 0 18px; }

/* ---------------- Product grid ---------------- */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.product-card {
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
    overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
    transition: transform .2s, box-shadow .25s;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-thumb { display: block; aspect-ratio: 16/10; background: var(--bg-alt); overflow: hidden; }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.product-card:hover .product-thumb img { transform: scale(1.05); }
.thumb-placeholder { display: flex; align-items: center; justify-content: center; height: 100%; color: var(--ink-muted); font-weight: 600; padding: 16px; text-align: center; background: var(--grad-soft); }
.product-body { padding: 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-body h3 { margin: 0; font-size: 1.15rem; }
.product-body h3 a { color: var(--ink); }
.product-body h3 a:hover { color: var(--primary); }
.product-body p { margin: 0; font-size: .96rem; }
.product-meta { margin-top: auto; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; }
.price { font-weight: 800; font-family: var(--display); color: var(--ink); }

.empty-state {
    text-align: center; padding: 64px 24px; color: var(--ink-muted);
    background: var(--surface); border: 1px dashed var(--line-strong); border-radius: var(--radius);
}
.empty-state p { margin-bottom: 22px; font-size: 1.05rem; }

/* ---------------- News meta ---------------- */
.news-date { font-size: .85rem; color: var(--ink-muted); font-weight: 600; margin-bottom: 4px; }
.detail-date { display: inline-block; font-size: .9rem; color: var(--ink-muted); font-weight: 600; margin-bottom: 10px; }

/* ---------------- Reviews ---------------- */
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.review-card {
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
    padding: 30px; box-shadow: var(--shadow-sm); position: relative; display: flex; flex-direction: column;
}
.review-card .quote-mark { font-family: var(--display); font-size: 3.4rem; line-height: .6; color: var(--primary-soft); margin-bottom: 6px; }
.stars { display: inline-flex; gap: 2px; margin-bottom: 14px; }
.star { color: #d7dee8; font-size: 1.05rem; line-height: 1; }
.star.on { color: #f0b429; }
.review-text { color: var(--ink-soft); font-size: 1.03rem; margin-bottom: 20px; flex: 1; }
.review-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review-avatar {
    width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
    background: var(--grad); color: #fff; display: flex; align-items: center; justify-content: center;
    font-family: var(--display); font-weight: 700; font-size: 1.1rem;
}
.review-name { font-family: var(--display); font-weight: 700; color: var(--ink); line-height: 1.2; }
.review-role { font-size: .88rem; color: var(--ink-muted); }

/* ---------------- Product detail ---------------- */
.product-detail { display: grid; grid-template-columns: 1.05fr 1fr; gap: 52px; align-items: start; }
.gallery-main { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--bg-alt); aspect-ratio: 4/3; box-shadow: var(--shadow); }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main.placeholder { display: flex; align-items: center; justify-content: center; color: var(--ink-muted); font-weight: 600; background: var(--grad-soft); }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 14px; flex-wrap: wrap; }
.gallery-thumb { width: 82px; height: 62px; padding: 0; border: 2px solid var(--line); border-radius: 10px; overflow: hidden; cursor: pointer; background: none; transition: border-color .15s; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumb.active, .gallery-thumb:hover { border-color: var(--primary); }
.product-info .tag { display: inline-block; background: var(--primary-soft); color: var(--primary); padding: 5px 14px; border-radius: 999px; font-size: .82rem; font-weight: 700; font-family: var(--display); margin-bottom: 14px; }
.product-info h1 { font-size: 2.2rem; }
.product-price-big { font-size: 1.6rem; font-weight: 800; font-family: var(--display); color: var(--ink); margin-bottom: 18px; }
.product-description { color: var(--ink-soft); margin-bottom: 30px; }
.product-cta { background: var(--grad-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.product-cta h3 { margin-bottom: .4rem; }

/* ---------------- Forms ---------------- */
.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 7px; color: var(--ink); }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
input[type=text], input[type=email], input[type=password], input[type=number], textarea, select {
    width: 100%; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: var(--radius-sm);
    font-family: inherit; font-size: 1rem; color: var(--ink); background: #fff;
    transition: border-color .15s, box-shadow .15s;
}
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-soft); }
textarea { resize: vertical; }

.alert { padding: 15px 18px; border-radius: var(--radius-sm); margin-bottom: 22px; font-size: .97rem; background: var(--bg-alt); color: var(--ink-soft); border: 1px solid var(--line); }
.alert-success { background: var(--success-bg); color: var(--success-ink); border-color: transparent; }
.alert-error { background: var(--error-bg); color: var(--error-ink); border-color: transparent; }

.contact-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: 44px; align-items: start; }
.contact-info-col { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); }
.contact-info-list { list-style: none; padding: 0; margin: 0; }
.contact-info-list li { padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-info-list li:last-child { border-bottom: 0; }
.ci-label { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-muted); margin-bottom: 5px; font-weight: 600; }

.order-product-summary { display: flex; gap: 18px; align-items: center; background: var(--grad-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; margin-bottom: 26px; }
.order-product-summary img { width: 96px; height: 74px; object-fit: cover; border-radius: 10px; }
.order-product-summary strong { display: block; font-size: 1.1rem; font-family: var(--display); color: var(--ink); }

.payment-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); }
.payment-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 22px 0; }
.payment-method { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 22px; }
.payment-method h3 { color: var(--primary); font-size: 1.1rem; }
.payment-method p { margin: 7px 0; font-size: .96rem; }
.note { font-size: .9rem; margin-top: 10px; }

/* ---------------- Footer ---------------- */
.site-footer { background: var(--navy); color: #9fb0c6; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 44px; padding: 64px 24px 44px; }
.footer-logo { font-family: var(--display); font-size: 1.4rem; font-weight: 800; color: #fff; margin-bottom: 12px; }
.site-footer p { color: #8194ad; }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; font-family: var(--display); }
.site-footer a { color: #bccadb; }
.site-footer a:hover { color: #fff; }
.footer-nav { display: flex; flex-direction: column; gap: 9px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 20px 0; font-size: .9rem; color: #6f819b; }

/* ---------------- Reveal on scroll ---------------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .08s; }
.reveal:nth-child(3) { transition-delay: .16s; }
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    html { scroll-behavior: auto; }
}

/* ---------------- Responsive ---------------- */
@media (max-width: 1040px) {
    .hero-inner { grid-template-columns: 1.15fr .85fr; gap: 32px; }
    .mockup-badge { left: -12px; }
}
@media (max-width: 920px) {
    .cards-3, .steps, .product-grid, .payment-methods, .reviews-grid { grid-template-columns: 1fr 1fr; }
    .product-detail, .contact-layout, .two-col, .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .hero-inner { grid-template-columns: 1fr; }
    .hero-visual { display: none; }
    .hero-content { max-width: 760px; }
    .hero h1 { font-size: 2.6rem; }
    h1 { font-size: 2.2rem; }
    .section { padding: 64px 0; }
}
@media (max-width: 680px) {
    body { font-size: 16px; }
    .cards-3, .steps, .product-grid, .form-grid-2, .payment-methods, .reviews-grid { grid-template-columns: 1fr; }
    .nav-toggle { display: flex; }
    .header-cta { display: none; }
    .site-nav {
        display: none; position: absolute; top: 74px; left: 0; right: 0;
        background: var(--surface); border-bottom: 1px solid var(--line);
        flex-direction: column; align-items: stretch; padding: 12px 24px; gap: 2px; box-shadow: var(--shadow);
    }
    body.nav-open .site-nav { display: flex; }
    .site-nav { margin-left: 0; }
    /* dropdown ca lista pe mobil */
    .nav-item.has-dropdown { width: 100%; }
    .nav-parent { width: 100%; justify-content: space-between; }
    .dropdown {
        position: static; display: flex; box-shadow: none; border: none;
        padding: 2px 0 6px 14px; min-width: 0; gap: 0;
    }
    .has-dropdown .caret { display: none; }
    .header-actions { margin-left: auto; }
    .hero { padding: 72px 0 64px; }
    .hero h1 { font-size: 2.1rem; }
    .hero-text { font-size: 1.08rem; }
    .cta-inner, .page-head { padding-left: 22px; padding-right: 22px; }
    .cta-inner { padding: 48px 24px; }
}
