/*
Theme Name: The Blue Flame
Theme URI: https://theblueflame.net
Author: Jinay Gada
Author URI: https://theblueflame.net
Description: Custom one-page theme for The Blue Flame digital marketing agency. Dark cinematic design with scroll animations, a testimonial carousel, and a WhatsApp-integrated consultation form.
Version: 1.0
Requires at least: 5.9
Requires PHP: 7.4
License: Unlicensed (private use)
Text Domain: theblueflame
*/


  :root{
    --bg:#000000;
    --surface:#111114;
    --blue:#2E6EF5;
    --blue-glow:#0B3D91;
    --coral:#F5C39A;
    --text:#F5F6F8;
    --text-muted:#9199A6;
    --border:rgba(255,255,255,.10);
    --badge:rgba(46,110,245,.16);
    --font-heading:'General Sans',sans-serif;
    --font-body:'Inter',sans-serif;
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  html,body{height:100%;}
  body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;}
  a{text-decoration:none;color:inherit;}
  ul{list-style:none;}
  svg{display:block;}
  .wrap{max-width:1400px;margin:0 auto;}
  .lowercase{text-transform:lowercase;}
  .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}

  @keyframes fadeUp{from{opacity:0;transform:translateY(26px);}to{opacity:1;transform:translateY(0);}}
  @keyframes blobMorph{
    0%{border-radius:42% 58% 65% 35%/45% 45% 55% 55%;transform:translate(0,0) scale(1) rotate(0deg);}
    50%{border-radius:60% 40% 30% 70%/50% 60% 40% 50%;transform:translate(24px,-16px) scale(1.08) rotate(8deg);}
    100%{border-radius:42% 58% 65% 35%/45% 45% 55% 55%;transform:translate(0,0) scale(1) rotate(0deg);}
  }
  @keyframes floatY{0%,100%{transform:translateY(0);}50%{transform:translateY(-12px);}}
  @keyframes bounce{0%,100%{transform:translateY(0);opacity:.5;}50%{transform:translateY(8px);opacity:1;}}
  @keyframes marquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}
  @keyframes heroFadeBlur{0%{opacity:0;filter:blur(16px);}100%{opacity:1;filter:blur(0);}}
  @keyframes shimmerSweep{0%{background-position:200% center;}100%{background-position:-100% center;}}
  @keyframes strokeShift{0%,100%{-webkit-text-stroke-color:var(--blue);}50%{-webkit-text-stroke-color:var(--coral);}}
  @media(prefers-reduced-motion:reduce){
    *{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important;}
  }

  .glow{position:absolute;filter:blur(70px);pointer-events:none;animation:blobMorph 12s ease-in-out infinite;}

  .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease;}
  .reveal.in-view{opacity:1;transform:translateY(0);}
  .reveal:nth-child(2){transition-delay:.1s;}
  .reveal:nth-child(3){transition-delay:.2s;}
  .reveal:nth-child(4){transition-delay:.3s;}
  .reveal:nth-child(5){transition-delay:.4s;}

  .split-word{display:inline-block;opacity:0;transform:translateY(24px);transition:opacity .55s ease,transform .55s ease;}
  .split-word.in-view{opacity:1;transform:translateY(0);}

  .eyebrow{display:block;color:var(--blue);font-size:13px;font-weight:600;letter-spacing:.04em;margin-bottom:10px;}
  .section-head{text-align:center;max-width:560px;margin:0 auto 44px;}
  .section-head h2{font-family:var(--font-heading);font-size:28px;font-weight:700;letter-spacing:-.03em;color:var(--text);margin-top:6px;}
  @media(min-width:640px){.section-head h2{font-size:38px;}}
  .icon{width:18px;height:18px;flex-shrink:0;}

  .co-list,.ben-grid,.testi-grid,.port-grid,.steps-grid{perspective:1000px;}
  .tilt-card{will-change:transform;}

  .marquee-wrap{overflow:hidden;background:var(--surface);padding:20px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);}
  .marquee-track{display:flex;gap:52px;width:max-content;animation:marquee 24s linear infinite;}
  .marquee-item{font-family:var(--font-heading);font-size:15px;font-weight:600;color:var(--blue);white-space:nowrap;text-transform:lowercase;display:flex;align-items:center;gap:14px;}
  .marquee-item .dot{width:5px;height:5px;border-radius:50%;background:var(--blue);}

  nav{position:absolute;top:0;left:0;right:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:24px 40px;}
  .nav-logo{display:flex;align-items:center;gap:10px;padding:6px 8px;font-size:14px;font-family:var(--font-heading);font-weight:600;color:var(--text);}
  .nav-logo-icon{width:44px;height:54px;object-fit:contain;}
  .nav-links{display:none;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:8px 10px;}
  .nav-links a{position:relative;padding:10px 15px;font-size:13.5px;color:var(--text-muted);border-radius:999px;font-weight:500;transition:color .2s ease;white-space:nowrap;}
  .nav-links a::after{content:'';position:absolute;left:15px;right:15px;bottom:6px;height:1px;background:var(--blue);transform:scaleX(0);transition:transform .2s ease;}
  .nav-links a:hover{color:var(--text);}
  .nav-links a:hover::after{transform:scaleX(1);}
  .nav-cta{background:var(--blue);color:#fff;border-radius:999px;padding:12px 22px;font-size:14px;font-weight:600;display:inline-block;transition:transform .2s ease,opacity .2s ease;}
  .nav-cta:hover{transform:translateY(-2px) scale(1.03);opacity:.92;}
  .nav-toggle{display:block;background:var(--surface);border:1px solid var(--border);color:var(--text);width:44px;height:44px;border-radius:999px;font-size:18px;cursor:pointer;}
  @media(min-width:1000px){.nav-links{display:flex;}.nav-toggle{display:none;}}
  @media(max-width:999px){
    .nav-links{position:absolute;top:64px;left:24px;right:24px;flex-direction:column;padding:12px;display:none;}
    .nav-links.open{display:flex;}
    .nav-links a{padding:12px 16px;}
  }
  @media(max-width:640px){
    nav{padding:16px;}
    .nav-cta{display:none;}
    .nav-logo{padding:5px 6px;font-size:13px;}
    .nav-logo-icon{width:36px;height:44px;}
  }

  .hero{position:relative;height:100vh;min-height:640px;width:100%;overflow:hidden;background:var(--bg);}
  .hero-bg{position:absolute;inset:0;}
  .hero .glow{width:520px;height:520px;}
  .hero .g1{background:var(--blue);opacity:.28;top:-140px;left:-140px;animation-delay:0s;}
  .hero .g2{background:var(--blue-glow);opacity:.35;bottom:-160px;right:-100px;animation-delay:1.5s;}
  .hero .g3{background:var(--coral);opacity:.16;top:40%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;animation-delay:3s;}
  .hero-inner{position:relative;height:100%;max-width:1320px;margin:0 auto;}
  .hero-title{position:absolute;font-family:var(--font-heading);font-weight:700;letter-spacing:-.04em;line-height:.95;font-size:20vw;opacity:0;background:linear-gradient(100deg,var(--text) 30%,var(--blue) 50%,var(--text) 70%);background-size:250% auto;-webkit-background-clip:text;background-clip:text;color:transparent;will-change:transform;}
  @media(min-width:768px){.hero-title{font-size:15vw;}}
  .ht1{left:12px;top:20%;animation:heroFadeBlur 1.1s cubic-bezier(.16,1,.3,1) forwards .1s,shimmerSweep 7s ease-in-out infinite alternate 1.3s;}
  .ht2{right:12px;top:38%;animation:heroFadeBlur 1.1s cubic-bezier(.16,1,.3,1) forwards .3s,shimmerSweep 7s ease-in-out infinite alternate 1.9s;}
  .ht3{left:14%;top:58%;background:none;-webkit-background-clip:unset;background-clip:unset;color:transparent;-webkit-text-stroke:1.5px var(--blue);animation:heroFadeBlur 1.1s cubic-bezier(.16,1,.3,1) forwards .5s,strokeShift 4s ease-in-out infinite 1.6s;}
  @media(min-width:640px){.ht1{left:24px;}.ht2{right:24px;}.ht3{left:22%;}}
  @media(min-width:768px){.ht1{left:40px;}.ht2{right:40px;}.ht3{left:30%;}}
  .hero-sub{position:absolute;left:16px;top:47%;max-width:230px;font-size:13px;font-weight:400;line-height:1.6;color:var(--text-muted);opacity:0;animation:fadeUp .9s ease forwards;animation-delay:.7s;}
  @media(min-width:640px){.hero-sub{left:24px;max-width:300px;font-size:17px;}}
  @media(min-width:768px){.hero-sub{left:40px;}}
  .hero-chip{display:none;position:absolute;background:var(--surface);border:1px solid var(--border);color:var(--text);font-size:12px;font-weight:600;padding:8px 16px;border-radius:999px;box-shadow:0 8px 20px rgba(0,0,0,.4);animation:floatY 5s ease-in-out infinite;z-index:4;}
  @media(min-width:900px){.hero-chip{display:block;}}
  .hc1{top:19%;right:9%;animation-delay:.4s;}
  .hc2{top:65%;right:24%;animation-delay:1.8s;}
  .stat{position:absolute;display:flex;align-items:center;gap:12px;opacity:0;animation:fadeUp .9s ease forwards;}
  .stat-a{animation-delay:.9s;}
  .stat-b{animation-delay:1.05s;}
  .stat-c{animation-delay:1.2s;}
  .stat .num{font-family:var(--font-heading);font-size:26px;font-weight:700;letter-spacing:-.02em;color:var(--blue);}
  @media(min-width:640px){.stat .num{font-size:38px;}}
  .stat .lbl{margin-top:2px;font-size:10px;font-weight:400;color:var(--text-muted);}
  @media(min-width:640px){.stat .lbl{font-size:13px;}}
  .stat-line{display:none;height:1px;width:96px;background:rgba(255,255,255,.2);}
  @media(min-width:768px){.stat-line{display:block;}}
  .stat-a{bottom:88px;left:16px;}
  .stat-b{top:22%;right:16px;}
  .stat-b .stat-line{transform:rotate(20deg);}
  .stat-c{bottom:88px;right:16px;}
  .stat-c .stat-line{transform:rotate(-20deg);}
  @media(min-width:640px){.stat-a{left:24px;bottom:96px;}.stat-b{right:24px;}.stat-c{right:24px;bottom:96px;}}
  @media(min-width:768px){.stat-a{left:40px;}.stat-b{right:40px;}.stat-c{right:40px;}}
  .hero-fade{position:absolute;bottom:0;left:0;right:0;height:190px;background:linear-gradient(to bottom,transparent,var(--bg));pointer-events:none;}
  .scroll-cue{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);color:var(--blue);animation:bounce 2s ease-in-out infinite;z-index:6;}

  .about-sec{background:var(--bg);padding:80px 16px;}
  @media(min-width:640px){.about-sec{padding:100px 40px;}}
  .about-grid{display:grid;grid-template-columns:1fr;gap:36px;align-items:center;max-width:1160px;margin:0 auto;}
  @media(min-width:768px){.about-grid{grid-template-columns:.8fr 1.2fr;gap:56px;}}
  .about-card{position:relative;border-radius:24px;background:var(--surface);border:1px solid var(--border);aspect-ratio:4/5;display:flex;align-items:flex-end;justify-content:flex-start;padding:20px;overflow:hidden;}
  .about-card::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.55),transparent 45%);pointer-events:none;}
  .about-badge{position:relative;z-index:2;background:var(--blue);color:#fff;padding:10px 18px;border-radius:999px;font-size:13px;font-weight:600;}
  .about-copy h2{font-family:var(--font-heading);font-size:30px;font-weight:700;letter-spacing:-.03em;color:var(--text);margin-bottom:18px;}
  @media(min-width:640px){.about-copy h2{font-size:38px;}}
  .about-copy p{font-size:14.5px;color:var(--text-muted);line-height:1.7;margin-bottom:14px;}

  .full-section{position:relative;width:100%;overflow:hidden;background:var(--bg);padding:110px 16px;background-image:radial-gradient(rgba(255,255,255,.06) 1px,transparent 1px);background-size:26px 26px;}
  .full-section .glow{width:600px;height:600px;}
  .fs-g1{background:var(--blue);opacity:.22;top:-160px;right:-160px;animation-delay:.6s;}
  .fs-g2{background:var(--coral);opacity:.14;bottom:-120px;left:-160px;animation-delay:2.2s;}
  .full-content{position:relative;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 16px;max-width:640px;margin:0 auto;text-align:center;}
  .full-content h2{font-family:var(--font-heading);font-size:34px;font-weight:700;letter-spacing:-.03em;line-height:1.15;margin-bottom:20px;color:var(--text);}
  @media(min-width:640px){.full-content h2{font-size:50px;}}
  .full-content p{font-size:14px;font-weight:400;color:var(--text-muted);line-height:1.7;}
  @media(min-width:640px){.full-content p{font-size:17px;}}
  .chip-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:30px;position:relative;z-index:5;}
  .chip{background:var(--surface);border:1px solid var(--border);color:var(--blue);font-size:12.5px;font-weight:600;padding:9px 18px;border-radius:999px;animation:floatY 4s ease-in-out infinite;}
  .chip:nth-child(2){animation-delay:.4s;}
  .chip:nth-child(3){animation-delay:.8s;}
  .chip:nth-child(4){animation-delay:1.2s;}
  .chip:nth-child(5){animation-delay:1.6s;}
  .fs-fade-top{position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,var(--bg),transparent);z-index:2;}
  .fs-fade-bot{position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to top,var(--bg),transparent);z-index:2;}

  .companies{position:relative;width:100%;background:var(--bg);padding:48px 16px;}
  @media(min-width:640px){.companies{padding:80px 40px;}}
  .co-list{display:flex;flex-direction:column;gap:16px;max-width:860px;margin:0 auto;}
  .co-row{display:flex;align-items:center;gap:28px;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:22px 28px;transition:transform .25s ease,box-shadow .3s ease;}
  .co-row:hover{box-shadow:0 18px 34px rgba(0,0,0,.5);}
  .co-logo-badge-big{width:110px;height:110px;background:#fff;border-radius:18px;display:flex;align-items:center;justify-content:center;padding:14px;flex-shrink:0;}
  .co-logo-badge-big img{max-width:100%;max-height:100%;object-fit:contain;}
  .co-row-text{display:flex;flex-direction:column;gap:6px;}
  .co-name{font-family:var(--font-heading);font-size:20px;font-weight:700;color:var(--text);}
  .co-desc{font-size:14px;color:var(--text-muted);}
  @media(max-width:640px){
    .co-row{flex-direction:column;text-align:center;padding:24px 20px;gap:16px;}
    .co-logo-badge-big{width:96px;height:96px;}
  }
  .co-footer{margin-top:60px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:24px;}
  @media(min-width:768px){.co-footer{flex-direction:row;align-items:center;margin-left:auto;width:70%;margin-top:96px;}}
  .co-footer p{max-width:400px;font-size:13px;font-weight:400;color:var(--text-muted);line-height:1.6;}
  @media(min-width:640px){.co-footer p{font-size:17px;}}

  .cta-primary{display:inline-flex;align-items:center;gap:8px;background:var(--blue);color:#fff;border-radius:999px;padding:14px 28px;font-size:14.5px;font-weight:600;box-shadow:0 0 0 4px var(--coral);transition:transform .2s ease,box-shadow .2s ease;}
  .cta-primary:hover{transform:translateY(-2px);box-shadow:0 0 0 5px var(--coral);}
  .cta-outline{display:inline-flex;align-items:center;gap:8px;background:var(--surface);color:var(--text);border:1.5px solid var(--border);border-radius:999px;padding:13px 26px;font-size:14.5px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease;}
  .cta-outline:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.4);}

  .benefits{position:relative;width:100%;background:var(--bg);padding:48px 16px;}
  @media(min-width:640px){.benefits{padding:80px 40px;}}
  .benefits h2{font-family:var(--font-heading);text-align:center;font-size:28px;font-weight:700;letter-spacing:-.04em;margin-bottom:48px;color:var(--text);}
  @media(min-width:640px){.benefits h2{font-size:42px;margin-bottom:80px;}}
  .ben-grid{display:grid;grid-template-columns:1fr;gap:14px;}
  @media(min-width:768px){.ben-grid{grid-template-columns:repeat(3,1fr);gap:16px;}}
  .ben-card{position:relative;height:360px;border-radius:20px;background:var(--surface);border:1px solid var(--border);overflow:hidden;padding:24px;transition:transform .25s ease,box-shadow .3s ease;}
  .ben-card:hover{box-shadow:0 18px 34px rgba(0,0,0,.5);}
  @media(min-width:640px){.ben-card{height:440px;padding:32px;}}
  .ben-card h3{position:relative;z-index:2;font-family:var(--font-heading);font-size:20px;font-weight:700;line-height:1.25;color:var(--text);}
  @media(min-width:640px){.ben-card h3{font-size:24px;}}
  .ben-card p{position:relative;z-index:2;margin-top:44px;max-width:280px;font-size:13px;font-weight:400;color:var(--text-muted);line-height:1.6;}
  @media(min-width:640px){.ben-card p{margin-top:70px;font-size:14px;}}
  .ben-card.b3 p{margin-top:auto;}
  .ben-card.b3{display:flex;flex-direction:column;}
  .reel-slot{height:75%;position:relative;background:repeating-linear-gradient(45deg,var(--bg),var(--bg) 10px,var(--surface) 10px,var(--surface) 20px);display:flex;align-items:center;justify-content:center;border-bottom:1px dashed var(--border);}
  .reel-slot span{font-size:12px;font-weight:400;color:var(--text-muted);text-align:center;padding:0 20px;}
  .b2-title{padding:24px;font-family:var(--font-heading);font-size:20px;font-weight:700;line-height:1.25;color:var(--text);}
  @media(min-width:640px){.b2-title{padding:32px;font-size:24px;}}
  .ben-card.b2{padding:0;display:flex;flex-direction:column;}

  .how-it-works{background:var(--bg);padding:64px 16px;}
  @media(min-width:640px){.how-it-works{padding:96px 40px;}}
  .steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:1000px;margin:0 auto;}
  @media(min-width:768px){.steps-grid{grid-template-columns:repeat(4,1fr);}}
  .step-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:26px 20px;text-align:center;transition:transform .25s ease,box-shadow .3s ease;}
  .step-card:hover{box-shadow:0 18px 34px rgba(0,0,0,.5);}
  .step-num{width:38px;height:38px;border-radius:50%;background:var(--blue);color:#fff;font-family:var(--font-heading);font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-size:15px;}
  .step-card h3{font-family:var(--font-heading);font-size:15.5px;font-weight:600;color:var(--text);margin-bottom:8px;}
  .step-card p{font-size:12.5px;color:var(--text-muted);line-height:1.5;}

  .results{background:var(--bg);padding:64px 16px;text-align:center;}
  @media(min-width:640px){.results{padding:96px 40px;}}
  .results-label{font-size:12px;font-weight:600;letter-spacing:.1em;color:var(--text-muted);margin-bottom:32px;}
  .results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin:0 auto;}
  @media(min-width:640px){.results-grid{grid-template-columns:repeat(5,1fr);}}
  .results-grid .num{font-family:var(--font-heading);font-size:30px;font-weight:700;letter-spacing:-.02em;color:var(--blue);}
  .results-grid .lbl{margin-top:6px;font-size:12px;font-weight:400;color:var(--text-muted);}

  .testi{background:var(--bg);padding:32px 16px 90px;}
  @media(min-width:640px){.testi{padding:32px 40px 110px;}}
  .testi-head{text-align:left;max-width:900px;margin:0 auto 8px;}
  .testi-head h2{font-family:var(--font-heading);font-size:32px;font-weight:700;letter-spacing:-.03em;color:var(--text);}
  @media(min-width:640px){.testi-head h2{font-size:44px;}}
  .testi-hint{max-width:900px;margin:0 auto 36px;color:var(--text-muted);font-size:14.5px;}
  .carousel-wrap{max-width:900px;margin:0 auto;}
  .carousel-card{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:64px 40px 40px;min-height:190px;}
  .quote-icon{position:absolute;top:26px;left:32px;width:52px;height:36px;color:var(--badge);}
  .carousel-slide{display:none;}
  .carousel-slide.active{display:block;animation:fadeUp .5s ease;}
  .testi-quote{font-size:18px;font-style:italic;color:var(--text);line-height:1.6;margin-bottom:26px;}
  .testi-who{display:flex;align-items:center;gap:12px;}
  .testi-avatar{width:40px;height:40px;border-radius:50%;background:var(--badge);color:var(--blue);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:12px;font-weight:700;}
  .testi-who .name{font-size:14px;font-weight:600;color:var(--text);}
  .testi-who .role{font-size:12px;color:var(--text-muted);}
  .carousel-nav{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:28px;}
  .car-arrow{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);background:var(--surface);display:flex;align-items:center;justify-content:center;color:var(--text);transition:transform .2s ease,box-shadow .2s ease;padding:0;}
  .car-arrow:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.4);}
  .car-dots{display:flex;gap:8px;align-items:center;}
  .car-dot{width:8px;height:8px;border-radius:999px;background:var(--border);border:none;padding:0;transition:all .3s ease;}
  .car-dot.active{width:26px;background:var(--blue);}

  .portfolio-sec{background:var(--bg);padding:64px 16px 80px;}
  @media(min-width:640px){.portfolio-sec{padding:80px 40px 100px;}}
  .port-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:1160px;margin:0 auto;}
  @media(min-width:768px){.port-grid{grid-template-columns:repeat(3,1fr);}}
  .port-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;overflow:hidden;transition:transform .25s ease,box-shadow .3s ease;}
  .port-card:hover{box-shadow:0 18px 34px rgba(0,0,0,.5);}
  .port-photo{aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;color:#fff;padding:10%;}
  .port-logo{width:auto;height:auto;max-width:78%;max-height:78%;object-fit:contain;background:#fff;border-radius:16px;padding:14px;box-shadow:0 12px 30px rgba(0,0,0,.35);}
  .cat-consult{background:linear-gradient(135deg,#0B3D91,#2E6EF5);}
  .cat-edu{background:linear-gradient(135deg,#123a6b,#2E6EF5);}
  .cat-travel{background:linear-gradient(135deg,#1a4fa8,#5B9BE8);}
  .cat-festive{background:linear-gradient(135deg,#B5763A,#F5C39A);}
  .cat-beauty{background:linear-gradient(135deg,#5A3F66,#C9A8D4);}
  .port-info{padding:18px 20px 22px;}
  .port-cat{display:block;font-size:11px;font-weight:600;letter-spacing:.06em;color:var(--text-muted);text-transform:uppercase;margin-bottom:8px;}
  .port-info h3{font-family:var(--font-heading);font-size:17px;font-weight:700;color:var(--text);margin-bottom:6px;text-transform:lowercase;}
  .port-info p{font-size:13px;color:var(--text-muted);}

  .faq{background:var(--bg);padding:32px 16px 100px;}
  @media(min-width:640px){.faq{padding:32px 40px 120px;}}
  .faq h2{font-family:var(--font-heading);text-align:center;font-size:28px;font-weight:700;letter-spacing:-.03em;margin-bottom:40px;color:var(--text);}
  @media(min-width:640px){.faq h2{font-size:38px;}}
  .faq-grid{display:grid;grid-template-columns:1fr;gap:12px;max-width:900px;margin:0 auto;}
  @media(min-width:768px){.faq-grid{grid-template-columns:1fr 1fr;}}
  .faq-item{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px 22px;cursor:pointer;transition:box-shadow .25s ease;}
  .faq-item:hover{box-shadow:0 10px 24px rgba(0,0,0,.4);}
  .faq-q{display:flex;justify-content:space-between;align-items:center;width:100%;background:none;border:none;padding:0;font-family:var(--font-body);font-size:14px;font-weight:600;color:var(--text);cursor:pointer;text-align:left;}
  .faq-plus{font-size:20px;font-weight:400;color:var(--blue);transition:transform .2s ease;}
  .faq-item.open .faq-plus{transform:rotate(45deg);}
  .faq-a{max-height:0;overflow:hidden;font-size:13px;font-weight:400;color:var(--text-muted);line-height:1.6;transition:max-height .25s ease;}
  .faq-item.open .faq-a{max-height:160px;margin-top:12px;}

  #contact{position:relative;background:var(--bg);padding:90px 16px;}
  .contact-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:48px;align-items:center;}
  @media(min-width:900px){.contact-grid{grid-template-columns:1.05fr .95fr;gap:64px;}}
  .contact-inner{text-align:center;max-width:720px;margin:0 auto;}
  .contact-inner h2{font-family:var(--font-heading);font-size:34px;font-weight:700;letter-spacing:-.03em;margin-bottom:20px;color:var(--text);}
  @media(min-width:640px){.contact-inner h2{font-size:48px;}}
  .highlight{background:var(--coral);color:#1a1206;padding:4px 14px;border-radius:6px;box-decoration-break:clone;-webkit-box-decoration-break:clone;}
  .contact-inner p{font-size:15px;font-weight:400;color:var(--text-muted);margin-bottom:34px;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.6;}
  @media(min-width:640px){.contact-inner p{font-size:17px;}}
  .contact-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;align-items:center;margin-bottom:36px;}
  .contact-info-row{display:flex;gap:28px;justify-content:center;flex-wrap:wrap;color:var(--text-muted);font-size:13.5px;}
  .contact-info-row span{display:flex;align-items:center;gap:8px;}
  .contact-info-row .icon{color:var(--blue);}

  /* CONSULTATION FORM */
  .consult-form{background:var(--surface);border:1px solid var(--border);border-radius:24px;padding:36px 32px;}
  .consult-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(245,195,154,.14);color:var(--coral);font-size:12px;font-weight:600;padding:8px 16px;border-radius:999px;margin-bottom:18px;}
  .consult-form h3{font-family:var(--font-heading);font-size:26px;font-weight:700;line-height:1.25;margin-bottom:24px;color:var(--text);}
  .consult-form h3 span{color:var(--coral);display:block;}
  .form-field{position:relative;margin-bottom:14px;}
  .form-field svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--text-muted);width:18px;height:18px;pointer-events:none;}
  .form-field input{width:100%;background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:14px 16px 14px 48px;color:var(--text);font-size:14.5px;font-family:var(--font-body);transition:border-color .2s ease;}
  .form-field input::placeholder{color:var(--text-muted);text-transform:lowercase;}
  .form-field input:focus{outline:none;border-color:var(--blue);}
  .consult-submit{width:100%;background:var(--coral);color:#1a1206;border:none;border-radius:999px;padding:16px;font-size:15px;font-weight:700;font-family:var(--font-body);display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;margin-top:6px;transition:transform .2s ease,opacity .2s ease;}
  .consult-submit:hover{transform:translateY(-2px);opacity:.9;}
  .consult-trust{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:18px;color:var(--text-muted);font-size:12px;}

  /* LEGAL SECTIONS */
  .legal-sec{background:var(--bg);padding:80px 16px;border-top:1px solid var(--border);}
  .legal-inner{max-width:760px;margin:0 auto;}
  .legal-inner h2{font-family:var(--font-heading);font-size:32px;font-weight:700;letter-spacing:-.02em;color:var(--text);margin-bottom:6px;}
  .legal-updated{color:var(--text-muted);font-size:13.5px;margin-bottom:28px;}
  .legal-notice{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--coral);border-radius:8px;padding:16px 20px;font-size:13.5px;color:var(--text-muted);margin-bottom:32px;}
  .legal-notice strong{color:var(--text);}
  .legal-inner h3{font-family:var(--font-heading);font-size:17px;font-weight:600;color:var(--text);margin:26px 0 10px;}
  .legal-inner p{margin-bottom:12px;color:var(--text-muted);font-size:14.5px;line-height:1.7;}
  .legal-inner ul{margin:0 0 12px 20px;color:var(--text-muted);font-size:14.5px;line-height:1.7;}
  .legal-inner li{margin-bottom:5px;}
  .legal-inner a{color:var(--blue);}
  .legal-inner strong{color:var(--text);}

  footer.site-footer{background:var(--bg);border-top:1px solid var(--border);padding:56px 16px 0;}
  .footer-grid{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:36px;}
  @media(min-width:768px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr;}}
  .footer-logo-row{display:flex;align-items:center;gap:10px;margin-bottom:14px;}
  .footer-logo-icon{width:42px;height:52px;object-fit:contain;}
  .footer-logo-row span{font-family:var(--font-heading);font-size:20px;font-weight:700;color:var(--text);}
  .site-footer p{font-size:14px;color:var(--text-muted);line-height:1.6;max-width:340px;margin-bottom:20px;}
  .footer-socials{display:flex;gap:10px;}
  .foot-social{width:40px;height:40px;border-radius:50%;border:1px solid var(--border);background:var(--surface);display:flex;align-items:center;justify-content:center;color:var(--text);transition:transform .2s ease,box-shadow .2s ease;}
  .foot-social:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.5);}
  .foot-social .icon{width:16px;height:16px;}
  .site-footer h4{font-family:var(--font-heading);font-size:12px;letter-spacing:.06em;color:var(--text-muted);text-transform:uppercase;margin-bottom:16px;}
  .site-footer .foot-links li{margin-bottom:12px;}
  .site-footer .foot-links a{font-size:14.5px;font-weight:600;color:var(--text);}
  .site-footer .foot-links a:hover{color:var(--blue);}
  .foot-contact li{display:flex;align-items:center;gap:10px;margin-bottom:14px;font-size:13.5px;color:var(--text-muted);}
  .foot-contact .icon{color:var(--blue);}
  .foot-bottom-bar{max-width:1160px;margin:40px auto 0;border-top:1px solid var(--border);padding:20px 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12.5px;color:var(--text-muted);}
  .foot-bottom-bar a{margin-left:16px;color:var(--text-muted);cursor:pointer;}
  .foot-bottom-bar a:hover{color:var(--blue);}

  /* LEGAL MODALS */
  .modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.8);z-index:300;display:none;align-items:flex-start;justify-content:center;padding:60px 16px;overflow-y:auto;}
  .modal-overlay.open{display:flex;}
  .modal-box{background:var(--surface);border:1px solid var(--border);border-radius:20px;max-width:760px;width:100%;padding:44px;position:relative;margin-bottom:60px;}
  @media(max-width:640px){
    .modal-overlay{padding:24px 12px;}
    .modal-box{padding:26px 20px;border-radius:16px;}
    .modal-close{top:12px;right:12px;}
  }
  .modal-close{position:absolute;top:18px;right:18px;width:38px;height:38px;border-radius:50%;background:var(--bg);border:1px solid var(--border);color:var(--text);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;}
  .modal-close:hover{color:var(--blue);}

  /* SCROLL PROGRESS */
  .scroll-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--coral));z-index:400;width:0%;}

  /* TOAST */
  .toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%) translateY(20px);background:var(--surface);border:1px solid var(--border);color:var(--text);padding:14px 24px;border-radius:999px;font-size:14px;font-weight:600;box-shadow:0 12px 30px rgba(0,0,0,.5);z-index:500;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;}
  .toast.show{opacity:1;transform:translateX(-50%) translateY(0);}

  /* SHINE SWEEP ON HOVER */
  .co-row,.ben-card,.carousel-card,.port-card,.step-card{position:relative;overflow:hidden;}
  .co-row::before,.ben-card::before,.carousel-card::before,.port-card::before,.step-card::before{
    content:'';position:absolute;top:0;left:-160%;width:60%;height:100%;
    background:linear-gradient(120deg,transparent,rgba(255,255,255,.10),transparent);
    transform:skewX(-20deg);transition:left .65s ease;pointer-events:none;z-index:5;
  }
  .co-row:hover::before,.ben-card:hover::before,.carousel-card:hover::before,.port-card:hover::before,.step-card:hover::before{left:160%;}

  /* GRADIENT DRIFT ON PORTFOLIO PANELS */
  @keyframes gradientDrift{0%,100%{background-position:0% 50%;}50%{background-position:100% 50%;}}
  .port-photo{background-size:220% 220%;animation:gradientDrift 7s ease-in-out infinite;}

  /* NAV LOGO GLOW PULSE */
  @keyframes iconGlow{0%,100%{filter:drop-shadow(0 0 0px var(--blue));}50%{filter:drop-shadow(0 0 7px var(--blue));}}
  .nav-logo-icon{animation:iconGlow 3s ease-in-out infinite;}

