/* ============================================
   deinWebdesign — style.css v6
   Olive · Warm Sand · Mint Off-white
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --olive:        #2C2C2C;
  --olive-mid:    #3A3A3A;
  --olive-light:  #4A4A4A;
  --sand:         #2C2C2C;
  --sand-dark:    #1A1A1A;
  --sand-light:   rgba(44,44,44,.12);
  --blue-grad:    #2C2C2C;
  --mint:         #F2F5F0;
  --mint-dark:    #E8EDE6;
  --charcoal:     #2C2C2C;
  --text:         #2C2C2C;
  --muted:        #6B7280;
  --white:        #FFFFFF;
  --shadow-sm:    0 2px 12px rgba(15,17,41,.12);
  --shadow-md:    0 8px 32px rgba(15,17,41,.22);
  --shadow-lg:    0 20px 60px rgba(15,17,41,.35);
  --radius:       10px;
  --radius-lg:    16px;
  --transition:   .3s cubic-bezier(.4,0,.2,1);
  --max-w:        1140px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Inter', sans-serif; background: var(--mint); color: var(--text); overflow-x: hidden; cursor: auto; }

/* Custom cursor disabled */
#cursor, #cursor-ring { display: none; }

/* ── Preloader ── */
#preloader { position:fixed; inset:0; background:#FAF7F0; z-index:99999; display:flex; align-items:center; justify-content:center; flex-direction:column; gap:24px; } .pre-logo span { color:#888888; }
.pre-logo { font-family:'Playfair Display',serif; font-size:2.8rem; font-weight:900; color:#2C2C2C; letter-spacing:-.02em; }
.pre-logo span { color:#888888; }
.pre-bar { width:160px; height:1.5px; background:rgba(255,255,255,.1); border-radius:99px; overflow:hidden; }
.pre-fill { height:100%; width:0; background:#2C2C2C; animation:prefill 1.8s ease forwards .3s; }
.pre-letter { display:inline-block; opacity:0; transform:translateY(20px); animation:preletter .5s forwards; }
.pre-letter:nth-child(1){animation-delay:.05s}.pre-letter:nth-child(2){animation-delay:.1s}
.pre-letter:nth-child(3){animation-delay:.15s}.pre-letter:nth-child(4){animation-delay:.2s}
.pre-letter:nth-child(5){animation-delay:.25s}.pre-letter:nth-child(6){animation-delay:.3s}
.pre-letter:nth-child(7){animation-delay:.35s}.pre-letter:nth-child(8){animation-delay:.4s}
.pre-letter:nth-child(9){animation-delay:.45s}.pre-letter:nth-child(10){animation-delay:.5s}
.pre-letter:nth-child(11){animation-delay:.55s}.pre-letter:nth-child(12){animation-delay:.6s}
@keyframes preletter { to { opacity:1; transform:translateY(0); } }
@keyframes prefill { to { width:100%; } }

/* ── Navigation ── */
#navbar { position:fixed; top:0; left:0; right:0; z-index:1000; padding:24px 60px; display:flex; align-items:center; justify-content:space-between; transition:padding var(--transition), background var(--transition), box-shadow var(--transition); }
#navbar.scrolled { background:#FAF7F0; padding:16px 60px; box-shadow:0 4px 40px rgba(0,0,0,.4); }
.nav-logo { font-family:'Playfair Display',serif; font-size:1.35rem; font-weight:900; color:#2C2C2C; text-decoration:none; letter-spacing:-.01em; }
.nav-logo span { color:#888888; }
.nav-links { display:flex; gap:36px; list-style:none; align-items:center; }
.nav-links a { color:rgba(44,44,44,.7); text-decoration:none; font-size:.82rem; font-weight:500; letter-spacing:.06em; text-transform:uppercase; transition:color var(--transition); }
.nav-links a:hover { color:#2C2C2C; }
.nav-cta-btn { background:#2C2C2C !important; color:#FAF7F0 !important; padding:10px 24px !important; border-radius:6px; font-weight:600 !important; transition:background var(--transition) !important; }
.nav-cta-btn:hover { background:#1A1A1A !important; color:#FAF7F0 !important; }
.hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; }
.hamburger span { width:22px; height:1.5px; background:var(--white); border-radius:2px; transition:var(--transition); }
.nav-mobile { display:none; position:fixed; inset:0; background:#FAF7F0; flex-direction:column; align-items:center; justify-content:center; gap:32px; z-index:999; }
.nav-mobile.open { display:flex; }
.nav-mobile a { font-family:'Playfair Display',serif; font-size:2rem; font-weight:700; color:#2C2C2C; text-decoration:none; transition:color var(--transition); }
.nav-mobile a:hover { color:var(--sand); }

/* ── HERO ── */
#hero { min-height:100vh; background:#FAF7F0; display:grid; grid-template-columns:1fr 1fr; overflow:hidden; position:relative; }
.hero-left { display:flex; flex-direction:column; justify-content:center; padding:140px 60px 80px 80px; position:relative; z-index:2; }
.hero-eyebrow { display:inline-block; font-size:.72rem; font-weight:600; letter-spacing:.18em; text-transform:uppercase; color:#2C2C2C; border:1px solid rgba(44,44,44,.3); padding:7px 20px; border-radius:99px; margin-bottom:32px; width:fit-content; }
.hero-h1 { font-family:'Playfair Display',serif; font-size:clamp(2.4rem,4.5vw,4.2rem); font-weight:900; color:#2C2C2C; line-height:1.1; letter-spacing:-.02em; margin-bottom:24px; }
.hero-h1 em { color:#2C2C2C; font-style:italic; font-style:normal; }
.hero-sub { font-size:clamp(.95rem,1.5vw,1.1rem); color:rgba(44,44,44,.6); line-height:1.75; font-weight:300; max-width:480px; margin-bottom:40px; }
.hero-cta-wrap { display:flex; flex-direction:column; align-items:flex-start; gap:16px; margin-bottom:48px; }
.btn-primary { display:inline-flex; align-items:center; gap:10px; background:#2C2C2C; color:#FAF7F0; padding:17px 40px; border-radius:8px; font-size:.9rem; font-weight:600; letter-spacing:.04em; text-transform:uppercase; text-decoration:none; border:none; cursor:pointer; transition:var(--transition); }
.btn-primary:hover { background:#1A1A1A; color:#FAF7F0; transform:translateY(-2px); box-shadow:0 8px 24px rgba(44,44,44,.25); }
.hero-wa-link { display:flex; align-items:center; gap:8px; color:rgba(44,44,44,.5); font-size:.82rem; text-decoration:none; transition:color var(--transition); cursor:pointer; }
.hero-wa-link:hover { color:#25D366; }
.hero-wa-link svg { width:15px; height:15px; fill:currentColor; }
.hero-stats { display:flex; align-items:center; border-top:1px solid rgba(44,44,44,.12); padding-top:32px; }
.hero-stat { display:flex; flex-direction:column; gap:4px; flex:1; }
.hero-stat-val { font-family:'Playfair Display',serif; font-size:1.5rem; font-weight:900; color:#2C2C2C; line-height:1; }
.hero-stat-lbl { font-size:.72rem; font-weight:500; letter-spacing:.08em; text-transform:uppercase; color:rgba(44,44,44,.5); }
.hero-stat-div { width:1px; height:36px; background:rgba(44,44,44,.15); margin:0 28px; flex-shrink:0; }
.hero-right { position:relative; overflow:hidden; }
.hero-grid-fade { position:absolute; inset:0; mask-image:linear-gradient(to bottom, transparent 0%, black 8%, black 92%, transparent 100%); -webkit-mask-image:linear-gradient(to bottom, transparent 0%, black 8%, black 92%, transparent 100%); }
.hero-portfolio-grid { display:grid; grid-template-columns:1fr 1fr 1fr; gap:14px; padding:14px 20px 14px 14px; height:100%; }
.hpg-col { overflow:hidden; }
.hpg-inner { display:flex; flex-direction:column; gap:14px; animation:hpgScroll 28s linear infinite; }
.hpg-col:nth-child(2) .hpg-inner { animation-direction:reverse; animation-duration:34s; }
.hpg-col:nth-child(3) .hpg-inner { animation-duration:22s; }
@keyframes hpgScroll { from{transform:translateY(0)} to{transform:translateY(-50%)} }
.hpg-card { border-radius:14px; overflow:hidden; flex-shrink:0; position:relative; box-shadow:0 4px 20px rgba(0,0,0,.10); transition:transform .3s ease, box-shadow .3s ease; }
.hpg-card:hover { transform:scale(1.02); box-shadow:0 8px 32px rgba(0,0,0,.18); }
.hpg-card img { width:100%; height:100%; object-fit:cover; object-position:top center; display:block; transition:transform .4s ease; }
.hpg-card:hover img { transform:scale(1.04); }
.hpg-card-label { position:absolute; bottom:0; left:0; right:0; padding:14px 14px 12px; background:linear-gradient(to top,rgba(20,20,20,.82) 0%,rgba(20,20,20,.4) 60%,transparent 100%); color:#fff; font-size:.68rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; }

/* ── Section commons ── */
section { padding:110px 60px; }
.section-tag { display:block; font-size:.7rem; font-weight:600; letter-spacing:.18em; text-transform:uppercase; color:#2C2C2C; margin-bottom:14px; text-align:center; }
.section-title { font-family:'Playfair Display',serif; font-size:clamp(1.9rem,4vw,2.9rem); font-weight:700; text-align:center; color:var(--charcoal); line-height:1.2; margin-bottom:16px; }
.section-title.light { color:#2C2C2C; }
.section-sub { text-align:center; max-width:560px; margin:0 auto 64px; color:var(--muted); font-size:.95rem; line-height:1.75; font-weight:300; }
.gold-rule { width:40px; height:1.5px; background:#2C2C2C; margin:0 auto 18px; }

/* ── SERVICES — Superside animated style ── */
#services { background:var(--mint); overflow:hidden; position:relative; clip-path:inset(0); padding:110px 60px; }
.services-superside { display:grid; grid-template-columns:1fr auto 1fr; gap:0; align-items:center; max-width:1100px; margin:0 auto; min-height:420px; position:relative; overflow:visible; }

/* Left: chips */
.svc-chips { display:flex; flex-direction:column; gap:12px; padding-right:40px; }
.svc-chip { display:inline-flex; align-items:center; gap:10px; padding:10px 18px; border-radius:99px; font-size:.85rem; font-weight:500; cursor:pointer; opacity:0; transform:translateX(-30px); transition:var(--transition); border:1.5px solid transparent; width:fit-content; }
.svc-chip.visible { opacity:1; transform:translateX(0); }
.svc-chip:hover { transform:translateY(-2px) scale(1.03); }
.svc-chip-img { width:28px; height:28px; border-radius:50%; object-fit:cover; flex-shrink:0; }
.chip-website  { background:var(--mint-dark); color:var(--charcoal); border-color:rgba(44,44,44,.15); }
.chip-logo     { background:#2C2C2C; color:#FAF7F0; }
.chip-seo      { background:var(--mint-dark); color:var(--charcoal); border-color:rgba(15,17,41,.15); }
.chip-google   { background:#3A3A3A; color:#FAF7F0; }
.chip-print    { background:var(--white); color:var(--charcoal); border-color:rgba(15,17,41,.15); }
.chip-domain   { background:#4A4A4A; color:#FAF7F0; }
.chip-ssl      { background:var(--mint-dark); color:var(--charcoal); border-color:rgba(15,17,41,.1); }
.chip-whatsapp    { background:#25D366; color:#fff; }
.chip-copy        { background:#F0EDE6; color:#2C2C2C; border:1px solid rgba(15,17,41,.15); }
.chip-emaildesign { background:#2C2C2C; color:#FAF7F0; }
.chip-webui       { background:#3A3A3A; color:#FAF7F0; }
.chip-adcreative  { background:var(--white); color:var(--charcoal); border:1.5px solid rgba(44,44,44,.15); }
.chip-meta        { background:#1877F2; color:#fff; }
.chip-social      { background:#F0EDE6; color:#2C2C2C; border:1px solid rgba(15,17,41,.15); }

/* Center: logo */
.svc-center { display:flex; align-items:center; justify-content:center; position:relative; z-index:2; overflow:visible; }
.svc-logo-wrap { width:90px; height:90px; background:#2C2C2C; border-radius:22px; display:flex; align-items:center; justify-content:center; box-shadow:0 0 60px rgba(44,44,44,.35), 0 0 120px rgba(44,44,44,.15); opacity:0; transform:scale(0.5); transition:opacity .6s cubic-bezier(.34,1.56,.64,1), transform .6s cubic-bezier(.34,1.56,.64,1); }
.svc-logo-wrap.visible { opacity:1; transform:scale(1); }
.svc-logo-wrap .nav-logo { font-size:1rem; }
.svc-glow { position:absolute; width:200px; height:200px; background:radial-gradient(circle, rgba(44,44,44,.2) 0%, transparent 70%); border-radius:50%; pointer-events:none; }

/* Right: team network */
.svc-network { position:relative; width:340px; height:380px; padding-left:40px; }
.svc-network svg.network-lines { position:absolute; inset:0; width:100%; height:100%; pointer-events:none; }
.network-line { stroke:#2C2C2C; stroke-width:1.5; stroke-dasharray:200; stroke-dashoffset:200; fill:none; transition:stroke-dashoffset 1s ease; opacity:.4; }
.network-line.visible { stroke-dashoffset:0; }
.team-node { position:absolute; display:flex; flex-direction:column; align-items:center; gap:6px; opacity:0; transform:scale(0.5); transition:opacity .5s cubic-bezier(.34,1.56,.64,1), transform .5s cubic-bezier(.34,1.56,.64,1); }
.team-node.visible { opacity:1; transform:scale(1); }
.team-node img { width:54px; height:54px; border-radius:50%; object-fit:cover; border:2.5px solid var(--mint); box-shadow:var(--shadow-md); }
.team-label { font-size:.68rem; font-weight:600; letter-spacing:.06em; text-transform:uppercase; background:#2C2C2C; color:#FAF7F0; padding:3px 10px; border-radius:99px; white-space:nowrap; }
.team-label.alt1 { background:#3A3A3A; color:#FAF7F0; }
.team-label.alt2 { background:var(--mint-dark); color:var(--charcoal); }

/* ── PRICING ── */
#pricing { background:var(--mint-dark); }
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; max-width:1080px; margin:0 auto; }
.price-card { border-radius:var(--radius-lg); overflow:hidden; position:relative; transition:var(--transition); display:flex; flex-direction:column; }
.price-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-lg); }
.price-card:nth-child(1) { background:#FAF7F0; }
.price-card:nth-child(2) { background:#F5F2EB; }
.price-card:nth-child(3) { background:#FAF7F0; }
.price-card-img { width:100%; height:220px; object-fit:cover; display:block; filter:brightness(.85); transition:filter var(--transition); }
.price-card:hover .price-card-img { filter:brightness(1); }
.price-badge { position:absolute; top:16px; right:16px; background:var(--blue-grad); color:#fff; font-size:.65rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; padding:5px 16px; border-radius:99px; white-space:nowrap; z-index:2; }
.price-card-body { padding:28px 28px 32px; flex:1; display:flex; flex-direction:column; }
.price-name { font-size:.72rem; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:rgba(44,44,44,.5); margin-bottom:8px; }
.price-amount { font-family:'Playfair Display',serif; font-size:2.8rem; font-weight:900; color:#2C2C2C; line-height:1; margin-bottom:4px; }
.price-amount sup { font-size:1.2rem; vertical-align:super; }
.price-delivery { display:inline-block; font-size:.68rem; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:#2C2C2C; background:rgba(44,44,44,.1); border:1px solid rgba(44,44,44,.2); padding:4px 10px; border-radius:99px; margin-bottom:12px; }
.price-who { font-size:.82rem; color:rgba(44,44,44,.55); font-style:italic; margin-bottom:20px; line-height:1.5; }
.price-features { list-style:none; display:flex; flex-direction:column; gap:9px; margin-bottom:28px; flex:1; }
.price-features li { font-size:.85rem; color:rgba(44,44,44,.8); display:flex; align-items:center; gap:9px; padding-bottom:9px; border-bottom:1px solid rgba(44,44,44,.1); }
.price-features li:last-child { border-bottom:none; padding-bottom:0; }
.price-features li::before { content:'✓'; color:#2C2C2C; font-weight:700; flex-shrink:0; }
.btn-price { display:block; text-align:center; padding:13px; border-radius:8px; font-size:.82rem; font-weight:600; letter-spacing:.06em; text-transform:uppercase; text-decoration:none; transition:var(--transition); cursor:pointer; }
.btn-price-sand { background:#2C2C2C; color:#FAF7F0; }
.btn-price-sand:hover { background:#1A1A1A; color:#FAF7F0; }
.btn-price-outline { border:1.5px solid rgba(44,44,44,.25); color:#2C2C2C; }
.btn-price-outline:hover { background:rgba(44,44,44,.08); }
.pricing-note { text-align:center; margin-top:36px; font-size:.85rem; color:var(--muted); }
.pricing-note a { color:#2C2C2C; font-weight:600; text-decoration:none; }

/* ── REVIEWS marquee ── */
#reviews { background:var(--mint); padding:110px 0; overflow:hidden; }
#reviews .section-tag, #reviews .gold-rule, #reviews .section-title, #reviews .section-sub { padding:0 60px; display:block; }
#reviews .section-sub { margin-bottom:48px; }
.reviews-marquee { position:relative; display:flex; flex-direction:column; gap:20px; }
.reviews-marquee::before, .reviews-marquee::after { content:''; position:absolute; top:0; bottom:0; width:160px; z-index:2; pointer-events:none; }
.reviews-marquee::before { left:0; background:linear-gradient(to right, var(--mint), transparent); }
.reviews-marquee::after { right:0; background:linear-gradient(to left, var(--mint), transparent); }
.reviews-track { display:flex; gap:20px; width:max-content; animation:marqueeLeft 40s linear infinite; padding:10px 0; }
.reviews-track-rev { animation:marqueeRight 40s linear infinite; }
@keyframes marqueeLeft { from{transform:translateX(0)} to{transform:translateX(-50%)} }
@keyframes marqueeRight { from{transform:translateX(-50%)} to{transform:translateX(0)} }
.reviews-track:hover, .reviews-track-rev:hover { animation-play-state:paused; }
.review-card { background:var(--white); border-radius:var(--radius-lg); padding:28px 28px 24px; border:1px solid rgba(44,46,26,.07); width:340px; flex-shrink:0; transition:var(--transition); }
.review-card:hover { box-shadow:var(--shadow-md); border-color:rgba(44,44,44,.25); }
.review-stars { color:var(--sand-dark); font-size:1rem; letter-spacing:3px; margin-bottom:14px; }
.review-text { color:var(--text); line-height:1.75; font-size:.88rem; margin-bottom:20px; font-style:italic; }
.review-author { display:flex; align-items:center; gap:12px; }
.review-avatar { width:42px; height:42px; border-radius:50%; object-fit:cover; flex-shrink:0; }
.review-avatar-fallback { width:42px; height:42px; border-radius:50%; background:linear-gradient(135deg,#2D2D69,#3C4BFF); display:flex; align-items:center; justify-content:center; font-weight:700; font-size:.85rem; color:#2C2C2C; flex-shrink:0; }
.review-name { font-weight:600; font-size:.88rem; color:var(--charcoal); }
.review-role { font-size:.76rem; color:var(--muted); }

/* ── Process ── */
#process { background:var(--mint-dark); }
.process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:0; max-width:var(--max-w); margin:0 auto; position:relative; }
.process-grid::before { content:''; position:absolute; top:36px; left:10%; right:10%; height:1px; background:linear-gradient(to right, transparent, rgba(44,44,44,0.25), transparent); }
.process-step { padding:28px 24px 0; text-align:center; position:relative; }
.process-num { width:72px; height:72px; border-radius:50%; background:#FAF7F0; border:1.5px solid rgba(44,44,44,.2); display:flex; align-items:center; justify-content:center; margin:0 auto 20px; font-family:'Playfair Display',serif; font-size:1.1rem; font-weight:900; color:#2C2C2C; position:relative; z-index:1; }
.process-title { font-family:'Playfair Display',serif; font-size:1rem; font-weight:700; color:#2C2C2C; margin-bottom:10px; }
.process-desc { font-size:.83rem; color:#6B7280; line-height:1.7; }

/* ── Contact ── */
#contact { background:#FAF7F0; }
.contact-wrap { max-width:660px; margin:0 auto; }
.contact-form { background:#FFFFFF; border:1px solid rgba(44,44,44,.1); border-radius:var(--radius-lg); padding:48px 44px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form-group { margin-bottom:16px; }
.form-group label { display:block; font-size:.72rem; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:rgba(44,44,44,.6); margin-bottom:7px; }
.form-group input, .form-group textarea, .form-group select { width:100%; padding:13px 16px; background:#FAF7F0; border:1px solid rgba(44,44,44,.15); border-radius:8px; color:#2C2C2C; font-family:'Inter',sans-serif; font-size:.9rem; outline:none; transition:border-color var(--transition); cursor:auto; }
.form-group input::placeholder, .form-group textarea::placeholder { color:rgba(44,44,44,.35); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color:#2C2C2C; box-shadow:0 0 0 3px rgba(44,44,44,.15); }
.form-group select option { background:#FAF7F0; color:#2C2C2C; }
.form-group textarea { resize:vertical; min-height:120px; }
.form-submit { width:100%; padding:16px; background:#2C2C2C; border:none; border-radius:8px; color:#fff; font-family:'Inter',sans-serif; font-size:.88rem; font-weight:600; letter-spacing:.06em; text-transform:uppercase; cursor:pointer; transition:var(--transition); }
.form-submit:hover { background:linear-gradient(135deg,#1E1E5A 0%,#2D3AE0 100%); }
.form-note { text-align:center; margin-top:14px; font-size:.78rem; color:rgba(44,44,44,.5); }
.form-note a { color:#2C2C2C; text-decoration:none; }
.form-success { display:none; text-align:center; padding:32px; color:rgba(44,44,44,.8); font-size:.95rem; line-height:1.7; }
.form-success strong { color:#2C2C2C; display:block; font-size:1.2rem; margin-bottom:8px; }

/* ── Footer CTA Banner ── */
.footer-cta-banner { position:relative; height:420px; overflow:hidden; }
.footer-cta-img { width:100%; height:100%; object-fit:cover; display:block; }
.footer-cta-overlay { position:absolute; inset:0; background:linear-gradient(135deg, rgba(30,30,30,.88) 0%, rgba(44,44,44,.75) 100%); }
.footer-cta-content { position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:40px; }
.footer-cta-tag { font-size:.7rem; font-weight:600; letter-spacing:.18em; text-transform:uppercase; color:rgba(255,255,255,.7); margin-bottom:18px; }
.footer-cta-title { font-family:'Playfair Display',serif; font-size:clamp(2rem,4vw,3rem); font-weight:900; color:var(--white); line-height:1.2; margin-bottom:36px; }
.footer-cta-title em { color:#FAF7F0; font-style:italic; }

/* ── Footer ── */
footer { background:#1A1A1A; color:rgba(255,255,255,.45); padding:60px 60px 0; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:48px; max-width:var(--max-w); margin:0 auto 48px; }
.footer-brand .nav-logo { display:block; margin-bottom:16px; color:#F0EDE8; text-shadow: 0 1px 3px rgba(0,0,0,0.55); }
.footer-brand p { font-size:.85rem; line-height:1.75; max-width:240px; }
.footer-col h4 { font-size:.72rem; font-weight:600; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.6); margin-bottom:18px; }
.footer-col ul { list-style:none; }
.footer-col ul li { margin-bottom:10px; }
.footer-col ul li a { color:rgba(255,255,255,.4); text-decoration:none; font-size:.85rem; transition:color var(--transition); }
.footer-col ul li a:hover { color:#2C2C2C; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.06); padding:20px 0 24px; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; max-width:var(--max-w); margin:0 auto; font-size:.78rem; }
.footer-copy { color:rgba(255,255,255,.35); }
.footer-legal a { color:rgba(255,255,255,.4); text-decoration:none; transition:color var(--transition); margin:0 4px; }
.footer-legal a:hover { color:var(--sand); }
.footer-socials { display:flex; gap:14px; align-items:center; }
.footer-socials a { width:34px; height:34px; border-radius:50%; border:1px solid rgba(255,255,255,.12); display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.4); text-decoration:none; transition:var(--transition); }
.footer-socials a:hover { border-color:#2C2C2C; color:#2C2C2C; }
.footer-socials svg { width:15px; height:15px; }

/* ── WhatsApp Float ── */
#wa-float { position:fixed; bottom:28px; right:24px; z-index:800; width:52px; height:52px; border-radius:50%; background:#25D366; display:flex; align-items:center; justify-content:center; text-decoration:none; box-shadow:0 4px 20px rgba(37,211,102,.4); cursor:pointer; }
#wa-float::before { content:''; position:absolute; inset:0; border-radius:50%; background:rgba(37,211,102,.4); animation:wapulse 2.5s ease-out infinite; }
@keyframes wapulse { 0%{transform:scale(1);opacity:.7} 100%{transform:scale(1.9);opacity:0} }
#wa-float svg { width:24px; height:24px; fill:white; position:relative; z-index:1; }

/* ── Back to Top ── */
#back-top { position:fixed; bottom:28px; left:24px; z-index:800; width:42px; height:42px; border-radius:50%; background:var(--olive); border:1px solid rgba(44,44,44,.3); display:flex; align-items:center; justify-content:center; cursor:pointer; opacity:0; pointer-events:none; transition:opacity var(--transition), background var(--transition); }
#back-top.visible { opacity:1; pointer-events:auto; }
#back-top:hover { background:var(--blue-grad); }
#back-top svg { width:16px; height:16px; stroke:var(--white); fill:none; stroke-width:2; }

/* ── Scroll fade ── */
.fade-up { opacity:0; transform:translateY(36px); transition:opacity .65s ease, transform .65s ease; }
.fade-up.visible { opacity:1; transform:translateY(0); }
.fade-up:nth-child(2){transition-delay:.1s}.fade-up:nth-child(3){transition-delay:.2s}.fade-up:nth-child(4){transition-delay:.3s}

/* ── Responsive ── */
@media(max-width:1024px) {
  section { padding:80px 40px; }
  #navbar { padding:20px 40px; } #navbar.scrolled { padding:14px 40px; }
  #hero { grid-template-columns:1fr; min-height:auto; }
  .hero-left { padding:140px 40px 60px; }
  .hero-right { height:400px; }
  .services-superside { grid-template-columns:1fr; gap:48px; }
  .svc-network { width:100%; height:300px; }
  .pricing-grid { grid-template-columns:1fr; max-width:480px; margin:0 auto; }
  .process-grid { grid-template-columns:repeat(2,1fr); gap:40px; }
  .process-grid::before { display:none; }
  .footer-grid { grid-template-columns:1fr 1fr; gap:32px; }
}
@media(max-width:768px) {
  section { padding:64px 24px; }
  #navbar { padding:16px 24px; } #navbar.scrolled { padding:12px 24px; }
  .nav-links { display:none; } .hamburger { display:flex; }
  .hero-left { padding:120px 24px 48px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-bottom { flex-direction:column; text-align:center; }
  .contact-form { padding:32px 24px; }
  .form-row { grid-template-columns:1fr; }
  #reviews .section-tag, #reviews .gold-rule, #reviews .section-title, #reviews .section-sub { padding:0 24px; }
}

/* ── Tap/bounce effect ── */
@keyframes tapBounce {
  0%   { transform: scale(1); }
  30%  { transform: scale(0.88); }
  60%  { transform: scale(1.08); }
  80%  { transform: scale(0.96); }
  100% { transform: scale(1); }
}
.tap-bounce {
  animation: tapBounce 0.45s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

/* ── Chip SVG icons ── */
.chip-svg-icon { flex-shrink:0; width:16px; height:16px; }

/* ── Immer Erreichbar Banner ── */
.immer-erreichbar-banner {
  background: var(--charcoal);
  padding: 32px 48px;
  text-align: center;
}
.immer-erreichbar-text {
  color: #F5F2EC;
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0;
  opacity: 0.92;
}

/* ── Price subtitle ── */
.price-subtitle {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--sand-dark);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
