  /* ============================================================
     DESIGN TOKENS
     ============================================================ */
  :root{
    --navy-deep:   #0B1420;
    --navy-panel:  #101B2D;
    --navy-line:   #22314A;
    --flame:       #FF7A45;
    --flame-dark:  #E85D2B;
    --gold:        #F2B705;
    --cream:       #F7F5F0;
    --cream-alt:   #EFEAE0;
    --ink:         #10141C;
    --muted:       #5B6472;
    --white:       #FFFFFF;

    --font-display: 'Space Grotesk', sans-serif;
    --font-body:    'Inter', sans-serif;
    --font-mono:    'IBM Plex Mono', monospace;

    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 28px;
    --shadow-card: 0 24px 60px -20px rgba(11,20,32,0.25);
    --max-w: 1200px;
  }

  *,*::before,*::after{ box-sizing:border-box; }
  html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; text-size-adjust:100%; }
  html, body{ overflow-x:hidden; position:relative; width:100%; }
  body{
    margin:0;
    font-family:var(--font-body);
    color:var(--ink);
    background:var(--cream);
    -webkit-font-smoothing:antialiased;
    line-height:1.55;
  }
  img{ max-width:100%; display:block; }
  a{ color:inherit; text-decoration:none; }
  h1,h2,h3{ font-family:var(--font-display); margin:0; line-height:1.08; letter-spacing:-0.01em; }
  p{ margin:0; }
  ul{ margin:0; padding:0; list-style:none; }
  button{ font-family:inherit; cursor:pointer; border:none; }
  .container{ max-width:var(--max-w); margin:0 auto; padding:0 24px; }
  .eyebrow{
    font-family:var(--font-mono);
    font-size:12.5px;
    font-weight:600;
    letter-spacing:0.14em;
    text-transform:uppercase;
  }
  section{ position:relative; }
  :focus-visible{ outline:3px solid var(--flame); outline-offset:3px; }

  /* Hover-efektit vain laitteille joilla on oikea hover (ei jää jumiin kosketusnäytöllä) */
  @media (hover:hover){
    .btn-primary:hover{ background:var(--flame-dark); transform:translateY(-2px); }
    .btn-ghost:hover{ background:rgba(255,255,255,0.16); transform:translateY(-2px); }
    .btn-dark:hover{ background:#000; transform:translateY(-2px); }
    .nav-links a:hover{ color:var(--white); }
    .service-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-card); }
    .pricing-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-card); }
    .pricing-card.featured:hover{ transform:scale(1.04) translateY(-6px); }
    .footer-col a:hover{ color:var(--white); }
  }

  @media (prefers-reduced-motion: reduce){
    *{ animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important; }
  }

  /* ============================================================
     BUTTONS
     ============================================================ */
  .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:15px 28px;
    border-radius:999px;
    font-weight:600;
    font-size:15.5px;
    white-space:nowrap;
    transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
  }
  .btn-primary{
    background:var(--flame);
    color:var(--white);
    box-shadow:0 14px 30px -10px rgba(255,122,69,0.55);
  }
  .btn-ghost{
    background:rgba(255,255,255,0.08);
    color:var(--white);
    border:1px solid rgba(255,255,255,0.35);
  }
  .btn-dark{
    background:var(--navy-deep);
    color:var(--white);
  }

  /* ============================================================
     NAV
     ============================================================ */
  .nav{
    position:sticky;
    top:0;
    z-index:1000;
    background:rgba(11,20,32,0.72);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    border-bottom:1px solid rgba(255,255,255,0.08);
  }
  .nav .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:76px;
  }
  .nav-logo{
    font-family:var(--font-display);
    font-weight:700;
    font-size:20px;
    color:var(--white);
    display:flex;
    align-items:center;
    gap:8px;
  }
  .nav-logo span{ color:var(--flame); }
  .nav-links{
    display:flex;
    align-items:center;
    gap:34px;
  }
  .nav-links a{
    color:rgba(255,255,255,0.82);
    font-size:14.5px;
    font-weight:500;
    transition:color .15s ease;
  }
  .nav-cta{ display:flex; align-items:center; gap:18px; }
  .nav-phone{
    display:flex;
    align-items:center;
    gap:8px;
    color:var(--white);
    font-family:var(--font-mono);
    font-size:14px;
    font-weight:600;
  }
  .nav-toggle{ display:none; }
  .nav-toggle-label{
    display:none;
    width:40px; height:40px;
    align-items:center; justify-content:center;
    background:rgba(255,255,255,0.08);
    border-radius:10px;
    color:var(--white);
  }

  /* ============================================================
     HERO
     ============================================================ */
  .hero{
    position:relative;
    background:var(--navy-deep);
    overflow:hidden;
    padding-top:64px;
    min-height:640px;
    display:flex;
    align-items:center;
  }
  .hero .hero-inner{ width:100%; }
  .hero-media{
    position:absolute;
    inset:0;
    z-index:0;
  }
  .hero-media img{
    width:100%; height:100%;
    object-fit:cover;
    object-position:center 60%;
    opacity:1;
  }
  /* Uudet, vähemmän panoraamamaiset hero-kuvat (1,78:1 aiemman 2,36:1 sijaan) —
     tarvitsevat oman pystyrajauksen jottei raketin nokka tai jalusta katkea */
  .hero-img-tall{ object-position:center 25% !important; }
  .hero-media::after{
    content:"";
    position:absolute; inset:0;
    background:
      linear-gradient(180deg, rgba(11,20,32,0.42) 0%, rgba(11,20,32,0.22) 30%, rgba(11,20,32,0.88) 84%, var(--navy-deep) 100%),
      linear-gradient(90deg, rgba(11,20,32,0.62) 0%, rgba(11,20,32,0.05) 55%);
  }
  .hero-inner{
    position:relative;
    z-index:1;
    padding-top:72px;
  }
  .hero-eyebrow{ color:var(--flame); margin-bottom:22px; }
  .hero h1{
    color:var(--white);
    font-size:clamp(34px, 5.6vw, 68px);
    max-width:820px;
  }
  .hero h1 em{
    font-style:normal;
    color:var(--flame);
  }
  .hero-sub{
    color:rgba(255,255,255,0.82);
    font-size:clamp(16px, 1.6vw, 19px);
    max-width:560px;
    margin-top:22px;
  }
  .hero-actions{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:16px;
    margin-top:36px;
  }
  .hero-inner > .hero-actions:last-child{ margin-bottom:56px; }
  .hero-inner > .hero-sub:last-child{ margin-bottom:56px; }
  .hero-note{
    color:rgba(255,255,255,0.55);
    font-size:13.5px;
    margin-top:18px;
    font-family:var(--font-mono);
  }

  /* stat strip overlapping the bottom of the hero image */
  .stat-strip{
    position:relative;
    z-index:2;
    margin-top:70px;
  }
  .stat-card{
    background:var(--white);
    border-radius:var(--radius-lg) var(--radius-lg) 0 0;
    box-shadow:var(--shadow-card);
    padding:38px 10px 34px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
    text-align:center;
  }
  .stat-card .stat + .stat{ border-left:1px solid #E7E3D9; }
  .stat b{
    display:block;
    font-family:var(--font-display);
    font-size:clamp(26px,3.4vw,40px);
    color:var(--navy-deep);
  }
  .stat span{
    display:block;
    margin-top:6px;
    font-size:13px;
    color:var(--muted);
    font-weight:500;
  }

  /* ============================================================
     SHARED SECTION SPACING
     ============================================================ */
  .section{ padding:120px 0 100px; }
  .section-tight{ padding:90px 0; }
  .section-head{ max-width:640px; margin-bottom:56px; }
  .section-head .eyebrow{ color:var(--flame-dark); margin-bottom:16px; }
  .section-head h2{ font-size:clamp(28px,3.6vw,44px); color:var(--ink); }
  .section-head p{ margin-top:16px; color:var(--muted); font-size:17px; }

  /* ============================================================
     NETWORK / SIGNATURE DIAGRAM SECTION
     ============================================================ */
  .network-section{ background:var(--navy-panel); color:var(--white); }
  .network-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:64px;
    align-items:center;
  }
  .network-section .section-head p{ color:rgba(255,255,255,0.68); }
  .network-section .section-head .eyebrow{ color:var(--flame); }
  .network-section .section-head h2{ color:var(--white); }
  .network-copy-list{ margin-top:30px; display:flex; flex-direction:column; gap:18px; }
  .network-copy-list li{
    display:flex;
    gap:14px;
    align-items:flex-start;
    font-size:15.5px;
    color:rgba(255,255,255,0.85);
  }
  .network-copy-list li::before{
    content:"";
    flex:none;
    width:8px; height:8px;
    border-radius:50%;
    background:var(--flame);
    margin-top:8px;
  }
  .network-visual{
    background:radial-gradient(circle at 50% 45%, rgba(255,122,69,0.14), transparent 60%);
    border:1px solid var(--navy-line);
    border-radius:var(--radius-lg);
    padding:20px;
  }
  .node{ animation:pulse 2.8s ease-in-out infinite; }
  .node.n2{ animation-delay:.4s; }
  .node.n3{ animation-delay:.8s; }
  .node.n4{ animation-delay:1.2s; }
  .node.n5{ animation-delay:1.6s; }
  .node.n6{ animation-delay:2s; }
  .flow{ stroke-dasharray:6 8; animation:flow 2.4s linear infinite; }
  @keyframes pulse{
    0%,100%{ opacity:.55; r:5; }
    50%{ opacity:1; r:7; }
  }
  @keyframes flow{
    to{ stroke-dashoffset:-140; }
  }
  @media (prefers-reduced-motion: reduce){
    .node, .flow{ animation:none; }
  }

  /* ============================================================
     SERVICES
     ============================================================ */
  .services-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
  }
  .service-card{
    background:var(--white);
    border:1px solid #E9E4D9;
    border-radius:var(--radius-md);
    padding:32px 26px;
    transition:transform .2s ease, box-shadow .2s ease;
  }
  .service-icon{
    width:46px; height:46px;
    border-radius:12px;
    background:var(--navy-deep);
    color:var(--flame);
    display:flex; align-items:center; justify-content:center;
    font-family:var(--font-mono); font-weight:600; font-size:15px;
    margin-bottom:22px;
  }
  .service-card h3{ font-size:19px; margin-bottom:10px; }
  .service-card p{ color:var(--muted); font-size:14.5px; }

  /* ============================================================
     PRICING
     ============================================================ */
  .pricing-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    align-items:start;
  }
  .pricing-card{
    background:var(--white);
    border:1px solid #E9E4D9;
    border-radius:var(--radius-md);
    padding:36px 30px 32px;
    position:relative;
    transition:transform .2s ease, box-shadow .2s ease;
  }
  .pricing-card.featured{
    background:var(--navy-deep);
    border-color:var(--navy-deep);
    transform:scale(1.04);
    box-shadow:0 20px 50px rgba(11,20,32,0.25);
  }
  .pricing-badge{
    position:absolute; top:-14px; left:50%; transform:translateX(-50%);
    background:var(--flame); color:var(--white);
    font-family:var(--font-mono); font-size:11.5px; font-weight:600;
    letter-spacing:.04em; padding:6px 16px; border-radius:999px;
    white-space:nowrap;
  }
  .pricing-name{ font-size:20px; font-weight:700; margin-bottom:6px; }
  .pricing-card.featured .pricing-name{ color:var(--white); }
  .pricing-tagline{ font-size:14px; color:var(--muted); margin-bottom:20px; min-height:38px; }
  .pricing-card.featured .pricing-tagline{ color:rgba(255,255,255,0.65); }
  .pricing-price{ display:flex; align-items:baseline; gap:6px; margin-bottom:24px; }
  .pricing-price b{ font-family:var(--font-display); font-size:38px; color:var(--navy-deep); }
  .pricing-card.featured .pricing-price b{ color:var(--white); }
  .pricing-price span{ font-size:14px; color:var(--muted); }
  .pricing-card.featured .pricing-price span{ color:rgba(255,255,255,0.65); }
  .pricing-list{ list-style:none; margin:0 0 28px; padding:0; display:flex; flex-direction:column; gap:12px; }
  .pricing-list li{
    font-size:14.5px; color:var(--navy-deep); padding-left:26px; position:relative; line-height:1.5;
  }
  .pricing-card.featured .pricing-list li{ color:rgba(255,255,255,0.9); }
  .pricing-list li::before{
    content:"✓"; position:absolute; left:0; top:0;
    color:var(--flame); font-weight:700;
  }
  .pricing-card .btn{ width:100%; text-align:center; justify-content:center; }

  @media (max-width:900px){
    .pricing-grid{ grid-template-columns:1fr; }
    .pricing-card.featured{ transform:none; order:-1; }
  }
  @media (hover:hover) and (max-width:900px){
    .pricing-card.featured:hover{ transform:translateY(-6px); }
  }

  /* ============================================================
     SCROLL-REVEAL ANIMAATIO (fade-in-up)
     ============================================================ */
  .reveal{
    opacity:0;
    transform:translateY(24px);
    transition:opacity .6s ease, transform .6s ease;
  }
  .reveal.is-visible{
    opacity:1;
    transform:translateY(0);
  }
  .reveal-1{ transition-delay:.08s; }
  .reveal-2{ transition-delay:.16s; }
  .reveal-3{ transition-delay:.24s; }
  .reveal-4{ transition-delay:.32s; }
  @media (prefers-reduced-motion: reduce){
    .reveal{ opacity:1; transform:none; transition:none; }
  }
  /* Käytetään elementeille joilla on jo oma pysyvä transform (esim. featured-kortin scale) */
  .reveal-fade{ opacity:0; transition:opacity .6s ease; }
  .reveal-fade.is-visible{ opacity:1; }
  @media (prefers-reduced-motion: reduce){
    .reveal-fade{ opacity:1; transition:none; }
  }

  /* ============================================================
     STEPS
     ============================================================ */
  .steps-section{ background:var(--cream-alt); }
  .steps-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0;
    position:relative;
  }
  .step{ padding:0 22px 0 0; position:relative; }
  .step-num{
    font-family:var(--font-mono);
    color:var(--flame-dark);
    font-size:14px;
    font-weight:600;
    margin-bottom:14px;
    display:block;
  }
  .step h3{ font-size:18px; margin-bottom:10px; }
  .step p{ color:var(--muted); font-size:14.5px; }
  .step:not(:last-child)::after{
    content:"";
    position:absolute;
    top:8px; right:0;
    width:1px; height:36px;
    background:#D9D2C2;
  }

  /* ============================================================
     ONGELMA → RATKAISU (haitari)
     ============================================================ */
  .problem-solution-list{
    display:flex;
    flex-direction:column;
    gap:16px;
    margin-top:40px;
  }
  .problem-item{
    background:var(--white);
    border:1px solid #E9E4D9;
    border-radius:var(--radius-md);
    padding:6px 26px;
  }
  .problem-item summary{
    list-style:none;
    cursor:pointer;
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:22px 0;
    font-size:16.5px;
    font-weight:600;
    color:var(--ink);
    line-height:1.5;
  }
  .problem-item summary::-webkit-details-marker{ display:none; }
  .problem-item summary::after{
    content:"+";
    margin-left:auto;
    flex-shrink:0;
    font-size:22px;
    color:var(--muted);
    line-height:1;
  }
  .problem-item[open] summary::after{ content:"–"; }
  .problem-x{
    flex-shrink:0;
    width:26px; height:26px;
    border-radius:50%;
    background:#FDEDE7;
    color:var(--flame-dark);
    font-size:13px;
    display:flex; align-items:center; justify-content:center;
    margin-top:2px;
  }
  .solution-text{
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:0 0 26px 40px;
  }
  .solution-check{
    flex-shrink:0;
    width:26px; height:26px;
    border-radius:50%;
    background:var(--flame);
    color:var(--white);
    font-size:13px;
    display:flex; align-items:center; justify-content:center;
    margin-top:2px;
    margin-left:-40px;
  }
  .solution-text p{ font-size:15px; color:var(--muted); line-height:1.65; }

  /* ============================================================
     CTA BANNER
     ============================================================ */
  .cta-banner{
    background:var(--navy-deep);
    border-radius:var(--radius-lg);
    padding:64px 48px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:32px;
    flex-wrap:wrap;
    color:var(--white);
  }
  .cta-banner h2{ font-size:clamp(24px,3vw,34px); max-width:480px; }
  .cta-banner p{ color:rgba(255,255,255,0.7); margin-top:10px; max-width:440px; }
  .cta-actions{ display:flex; gap:14px; flex-wrap:wrap; }

  /* ============================================================
     CONTACT FORM
     ============================================================ */
  .contact-section{ background:var(--navy-panel); color:var(--white); }
  .contact-grid{ display:grid; grid-template-columns:1fr 1.1fr; gap:64px; align-items:start; }
  .contact-info h2{ color:var(--white); font-size:clamp(26px,3.4vw,38px); }
  .contact-info p{ color:rgba(255,255,255,0.68); margin-top:16px; font-size:16px; max-width:420px; }
  .contact-detail{ margin-top:34px; display:flex; flex-direction:column; gap:16px; }
  .contact-detail-item{ display:flex; gap:12px; align-items:center; font-size:15px; }
  .contact-detail-item b{ font-family:var(--font-mono); color:var(--flame); }
  .form-card{
    background:var(--white);
    border-radius:var(--radius-lg);
    padding:36px;
    color:var(--ink);
    box-shadow:var(--shadow-card);
  }
  .form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
  .field{ margin-bottom:18px; }
  .field label{
    display:block;
    font-size:13px;
    font-weight:600;
    margin-bottom:7px;
    color:var(--navy-deep);
  }
  .field input, .field textarea{
    width:100%;
    padding:13px 14px;
    border:1px solid #DCD6C8;
    border-radius:10px;
    font-family:var(--font-body);
    font-size:14.5px;
    background:#FCFBF8;
  }
  .field textarea{ min-height:110px; resize:vertical; }
  .field input:focus, .field textarea:focus{ outline:2px solid var(--flame); border-color:transparent; }
  .form-submit{ width:100%; margin-top:6px; }
  .form-fineprint{ font-size:12.5px; color:var(--muted); margin-top:14px; }
  .form-consent{ display:flex; align-items:flex-start; gap:10px; font-size:13.5px; color:var(--muted); margin-top:18px; cursor:pointer; }
  .form-consent input{ margin-top:3px; flex-shrink:0; width:16px; height:16px; accent-color:var(--flame); }
  .form-consent a{ color:var(--flame-dark); }

  /* ============================================================
     FOOTER
     ============================================================ */
  .footer{ background:var(--navy-deep); color:rgba(255,255,255,0.65); padding:64px 0 28px; }
  .footer-top{
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr 1fr;
    gap:40px;
    padding-bottom:44px;
    border-bottom:1px solid rgba(255,255,255,0.1);
  }
  .footer-logo{ font-family:var(--font-display); font-weight:700; font-size:20px; color:var(--white); }
  .footer-logo span{ color:var(--flame); }
  .footer-col h4{
    font-family:var(--font-mono);
    font-size:12.5px;
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:rgba(255,255,255,0.5);
    margin-bottom:16px;
  }
  .footer-col ul{ display:flex; flex-direction:column; gap:10px; }
  .footer-col a{ font-size:14.5px; transition:color .15s ease; }
  .footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:26px;
    font-size:13px;
    flex-wrap:wrap;
    gap:12px;
  }

  /* ============================================================
     COOKIE CONSENT BANNER (GDPR)
     ============================================================ */
  .cookie-banner{
    position:fixed;
    left:20px; right:20px; bottom:20px;
    z-index:9999;
    max-width:640px;
    margin:0 auto;
    background:var(--navy-deep);
    color:var(--white);
    border-radius:var(--radius-md);
    padding:22px 24px;
    box-shadow:0 30px 70px -20px rgba(0,0,0,0.5);
    display:none;
    gap:18px;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    border:1px solid rgba(255,255,255,0.12);
  }
  .cookie-banner.is-visible{ display:flex; }
  .cookie-text{ font-size:13.5px; color:rgba(255,255,255,0.8); flex:1; min-width:220px; }
  .cookie-text a{ color:var(--flame); text-decoration:underline; }
  .cookie-actions{ display:flex; gap:10px; flex-wrap:wrap; }
  .cookie-actions button{
    padding:11px 18px;
    border-radius:999px;
    font-size:13.5px;
    font-weight:600;
  }
  .cookie-decline{ background:transparent; color:rgba(255,255,255,0.75); border:1px solid rgba(255,255,255,0.3); }
  .cookie-accept{ background:var(--flame); color:var(--white); }

  /* ============================================================
     RESPONSIVE
     ============================================================ */
  @media (max-width:980px){
    .nav-links{
      display:none;
      position:absolute;
      top:76px; left:0; right:0;
      background:var(--navy-deep);
      flex-direction:column;
      align-items:flex-start;
      gap:0;
      padding:8px 24px 18px;
      border-bottom:1px solid rgba(255,255,255,0.1);
    }
    .nav-links a{ width:100%; padding:14px 0; border-bottom:1px solid rgba(255,255,255,0.06); }
    .nav-toggle:checked ~ .nav-links{ display:flex; }
    .nav-toggle-label{ display:flex; }
    .network-grid{ grid-template-columns:1fr; }
    .services-grid{ grid-template-columns:repeat(2,1fr); }
    .steps-grid{ grid-template-columns:repeat(2,1fr); row-gap:36px; }
    .step:nth-child(2)::after{ display:none; }
    .problem-item summary{ font-size:15px; padding:18px 0; }
    .solution-text{ padding-left:36px; }
    .contact-grid{ grid-template-columns:1fr; }
    .footer-top{ grid-template-columns:1fr 1fr; row-gap:32px; }
    .stat-card{ grid-template-columns:1fr; gap:22px; }
    .stat-card .stat + .stat{ border-left:none; border-top:1px solid #E7E3D9; padding-top:18px; }
  }

  @media (max-width:640px){
    .hero{ min-height:auto; display:block; }
    .section{ padding:80px 0 64px; }
    .services-grid{ grid-template-columns:1fr; }
    .steps-grid{ grid-template-columns:1fr; }
    .step:not(:last-child)::after{ display:none; }
    .footer-top{ grid-template-columns:1fr; }
    .cta-banner{ padding:44px 26px; }
    .form-row{ grid-template-columns:1fr; }
    .nav-phone{ display:none; }
    .nav-cta{ gap:10px; }
    .nav-cta .btn-primary{ padding:11px 16px; font-size:13.5px; }
    .hero-actions .btn{ width:100%; }
    .hero-inner{ padding-top:48px; }
    .hero-media{ height:225px; bottom:auto; }
    .hero-media img{ object-position:50% 45%; }
  }
