    /* ── VÄRIPALETTI & MUUTTUJAT ── */
    :root {
      --bg-alabaster: #FAFAF8;
      --primary-sage: #9CAF88;
      --primary-sage-dark: #7a9068;
      --secondary-slate: #8B9BB4;
      --accent-terra: #E29578;
      --accent-terra-dark: #c87a5e;
      --text-dark: #2C3E50;
      --text-muted: #64748B;
      --glass-bg: rgba(250, 250, 248, 0.80);
      --glass-border: rgba(156, 175, 136, 0.3);
      --card-shadow: 0 4px 24px rgba(44, 62, 80, 0.07);
      --card-shadow-hover: 0 16px 48px rgba(44, 62, 80, 0.13);
    }

    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
    body {
      font-family: 'Plus Jakarta Sans', sans-serif;
      background-color: var(--bg-alabaster);
      color: var(--text-dark);
      line-height: 1.6;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
    }

    /* Grain texture */
    body::after {
      content: ''; position: fixed; inset: 0; z-index: 9999;
      pointer-events: none; opacity: .018;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
      background-size: 160px;
    }

    h1, h2, h3, h4 { font-family: 'Playfair Display', serif; color: var(--text-dark); }
    a { text-decoration: none; }

    .reveal { opacity: 0; transform: translateY(28px); transition: opacity .65s ease-out, transform .65s ease-out; }
    .reveal.in { opacity: 1; transform: none; }

    /* ── NAVIGAATIO ── */
    nav {
      position: fixed; top: 20px; left: 50%; transform: translateX(-50%);
      width: 92%; max-width: 1180px; background: var(--glass-bg);
      backdrop-filter: blur(20px) saturate(160%); -webkit-backdrop-filter: blur(20px) saturate(160%);
      border: 1px solid var(--glass-border); border-radius: 100px;
      padding: .9rem 2rem .9rem 2rem; display: flex; justify-content: space-between; align-items: center;
      z-index: 1000; box-shadow: 0 8px 32px rgba(44, 62, 80, 0.06);
      transition: box-shadow .3s, background .3s, transform .4s ease;
    }
    nav.scrolled { box-shadow: 0 12px 40px rgba(44, 62, 80, 0.11); }
    nav.nav-hidden { transform: translate(-50%, -150%); }

    .logo { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 1.35rem; color: var(--text-dark); letter-spacing: -0.5px; flex-shrink: 0; }
    .logo span { color: var(--primary-sage); }

    .nav-links { display: flex; gap: 2.2rem; list-style: none; }
    .nav-links a { color: var(--text-dark); font-weight: 500; font-size: .9rem; transition: color .25s; position: relative; }
    .nav-links a::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 0; height: 1.5px; background: var(--accent-terra); border-radius: 2px; transition: width .28s ease; }
    .nav-links a:hover { color: var(--accent-terra); }
    .nav-links a:hover::after { width: 100%; }

    .nav-right { display: flex; align-items: center; gap: .85rem; }
    
    /* Kielikytkin */
    .lang-switch { display: flex; align-items: center; gap: 0.4rem; padding-right: 1rem; margin-right: 0.5rem; border-right: 1.5px solid rgba(139,155,180,.3); }
    .lang-btn { background: none; border: none; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .8rem; font-weight: 700; color: var(--text-muted); cursor: pointer; transition: color .2s; padding: 0; }
    .lang-btn:hover { color: var(--primary-sage); }
    .lang-btn.active { color: var(--text-dark); pointer-events: none; }
    .lang-sep { font-size: .8rem; color: var(--text-muted); opacity: .5; }

    .nav-login { font-size: .82rem; font-weight: 600; color: var(--secondary-slate); border: 1.5px solid rgba(139,155,180,.28); padding: .48rem 1rem; border-radius: 100px; transition: all .22s; white-space: nowrap; }
    .nav-login:hover { border-color: var(--secondary-slate); color: var(--text-dark); }
    .nav-btn { background: var(--text-dark); color: white; padding: .55rem 1.4rem; border-radius: 100px; font-weight: 600; font-size: .85rem; transition: all .28s; white-space: nowrap; box-shadow: 0 2px 10px rgba(44,62,80,.18); }
    .nav-btn:hover { background: var(--accent-terra); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(226,149,120,.35); }

    .nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
    .nav-toggle span { display: block; width: 21px; height: 2px; background: var(--text-dark); border-radius: 2px; transition: all .25s; }
    
    .nav-drawer { display: none; position: fixed; inset: 0; z-index: 998; background: var(--bg-alabaster); padding: 5rem 2rem 2rem; flex-direction: column; gap: 0; }
    .nav-drawer.open { display: flex; }
    .nav-drawer a { font-weight: 600; font-size: 1.1rem; color: var(--text-dark); padding: 1.1rem 0; border-bottom: 1px solid rgba(156,175,136,.15); transition: color .2s; }
    .nav-drawer a:hover { color: var(--accent-terra); }
    .nav-drawer .nav-btn, .nav-drawer .nav-login { margin-top: 1rem; text-align: center; display: block; border-radius: 14px; padding: 1rem; }
    .nav-drawer .nav-btn { border-radius: 14px; font-size: 1rem; }
    .nav-drawer .lang-switch { border-right: none; margin-top: 1rem; justify-content: center; padding: 0; }

    /* ── HERO ── */
    .hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 140px 5% 80px; overflow: hidden; }
    .blob-container { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
    .blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .38; transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1); }
    .blob-1 { width: 480px; height: 480px; background: var(--primary-sage); top: 4%; left: -4%; }
    .blob-2 { width: 380px; height: 380px; background: var(--secondary-slate); bottom: 10%; right: -4%; }
    .blob-3 { width: 260px; height: 260px; background: rgba(226,149,120,.45); top: 30%; left: 46%; }
    .hero > *:not(.blob-container) { position: relative; z-index: 1; }

    .hero-tag { background: white; border: 1px solid var(--glass-border); padding: 7px 20px; border-radius: 100px; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--secondary-slate); margin-bottom: 2rem; box-shadow: 0 2px 12px rgba(44,62,80,.06); animation: tagSlide .7s ease both; }
    @keyframes tagSlide { from { opacity:0; transform: translateY(-12px); } to { opacity:1; transform: none; } }
    .hero h1 { font-size: clamp(2.6rem, 5.2vw, 5.2rem); line-height: 1.1; letter-spacing: -1.5px; margin-bottom: 1.5rem; animation: heroH1 .85s ease both; animation-delay: .12s; }
    @keyframes heroH1 { from { opacity:0; transform: translateY(20px); } to { opacity:1; transform: none; } }
    .hero h1 i { color: var(--primary-sage); font-style: italic; }
    .hero p { font-size: 1.1rem; color: var(--text-muted); max-width: 600px; margin: 0 auto 2.8rem; line-height: 1.82; animation: heroSub .85s ease both; animation-delay: .24s; }
    @keyframes heroSub { from { opacity:0; transform: translateY(16px); } to { opacity:1; transform: none; } }

    .hero-actions-wrapper { display: flex; flex-direction: column; align-items: center; gap: .75rem; animation: heroAct .85s ease both; animation-delay: .38s; }
    @keyframes heroAct { from { opacity:0; transform: translateY(14px); } to { opacity:1; transform: none; } }
    .hero-actions { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }
    .btn-primary { background: var(--accent-terra); color: white; padding: .95rem 2.1rem; border-radius: 100px; font-weight: 700; font-size: 1rem; box-shadow: 0 8px 22px rgba(226,149,120,.28); transition: all .28s; display: inline-flex; align-items: center; gap: .5rem; }
    .btn-primary:hover { background: var(--accent-terra-dark); transform: translateY(-3px); box-shadow: 0 16px 32px rgba(226,149,120,.38); }
    .btn-outline { background: transparent; color: var(--text-dark); padding: .95rem 2.1rem; border-radius: 100px; font-weight: 600; font-size: 1rem; border: 1.5px solid rgba(44,62,80,.2); transition: all .28s; display: inline-flex; align-items: center; gap: .5rem; }
    .btn-outline:hover { background: var(--text-dark); color: white; border-color: var(--text-dark); transform: translateY(-2px); }
    .cta-microtext { font-size: .82rem; color: var(--text-muted); font-weight: 500; display: flex; align-items: center; gap: .3rem; margin-top: 0.5rem; }
    .cta-microtext::before { content: '✓'; color: var(--primary-sage); font-weight: 800; }

    .trust-bar { display: flex; gap: 2.8rem; justify-content: center; align-items: center; padding-top: 2rem; border-top: 1px solid var(--glass-border); flex-wrap: wrap; animation: heroAct .85s ease both; animation-delay: .5s; width: 100%; max-width: 800px; margin-top: 3.5rem; }
    .trust-item { font-size: .88rem; font-weight: 600; color: var(--secondary-slate); display: flex; align-items: center; gap: .5rem; }
    .trust-item-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--primary-sage); flex-shrink: 0; }

    /* ── SECTIONS BASE & 3D CARDS ── */
    .comparison, .services-bento, .calculator, .pricing, .blog, .faq, .contact-section { padding: 110px 5%; max-width: 1200px; margin: 0 auto; perspective: 1000px; }
    .section-header { text-align: center; margin-bottom: 3.5rem; }
    .services-bento .section-header { text-align: left; }
    .section-header .tag { font-size: .82rem; font-weight: 700; color: var(--secondary-slate); text-transform: uppercase; letter-spacing: 1.5px; display: block; margin-bottom: .6rem; }
    .section-header h2 { font-size: clamp(2rem, 3.2vw, 2.8rem); line-height: 1.2; }
    
    .comp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
    .comp-card { background: white; border-radius: 28px; padding: 3.5rem 2.8rem; border: 1px solid rgba(0,0,0,.05); display: flex; flex-direction: column; transition: transform 0.2s ease-out, box-shadow 0.2s ease-out; transform-style: preserve-3d; will-change: transform; }
    .comp-card:hover { box-shadow: var(--card-shadow-hover); z-index: 10; }
    .card-old { background: #F3F4F6; opacity: .85; }
    .card-old h3 { color: var(--text-muted); font-size: 1.75rem; margin-bottom: 2rem; font-style: italic; transform: translateZ(20px); }
    .card-new { background: white; border: 2px solid var(--primary-sage); box-shadow: 0 16px 48px rgba(156,175,136,.14); position: relative; }
    .card-new:hover { box-shadow: 0 24px 64px rgba(156,175,136,.22); }
    .card-new::before { content: "DG Consultingin tapa"; position: absolute; top: -14px; left: 2.4rem; background: var(--primary-sage); color: white; padding: 5px 16px; border-radius: 100px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; transform: translateZ(30px); }
    .card-new h3 { color: var(--text-dark); font-size: 2rem; margin-bottom: 2rem; transform: translateZ(20px); }
    .comp-list { list-style: none; display: flex; flex-direction: column; gap: 1.4rem; flex-grow: 1; transform: translateZ(10px); }
    .comp-list li { display: flex; align-items: flex-start; gap: 1rem; font-size: 1.05rem; line-height: 1.5; }
    .icon-x { color: #c0cad4; font-weight: bold; font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; }
    .icon-check { background: var(--primary-sage); color: white; width: 22px; height: 22px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: .72rem; font-weight: bold; flex-shrink: 0; margin-top: 2px; }

    .bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 280px 260px; gap: 1.4rem; }
    .bento-item { border-radius: 28px; padding: 2.4rem; display: flex; flex-direction: column; position: relative; overflow: hidden; cursor: default; transition: transform 0.2s ease-out, box-shadow 0.2s ease-out; transform-style: preserve-3d; will-change: transform; }
    .bento-item:hover { box-shadow: var(--card-shadow-hover); z-index: 10; }
    .bento-icon { font-size: 1.75rem; margin-bottom: auto; padding-bottom: 1.2rem; transition: transform .3s; transform: translateZ(30px); }
    .bento-item:hover .bento-icon { transform: translateZ(30px) scale(1.15) rotate(-5deg); }
    .bento-item h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; margin-bottom: .7rem; transform: translateZ(20px); }
    .bento-item p { font-size: .93rem; line-height: 1.65; transform: translateZ(10px); }
    .item-strategy { grid-column: span 2; grid-row: span 2; background: var(--text-dark); color: white; box-shadow: 0 20px 48px rgba(44,62,80,.12); justify-content: flex-end; }
    .item-strategy .strat-label { font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: var(--primary-sage); margin-bottom: .6rem; transform: translateZ(25px); }
    .item-strategy h3 { color: white; font-family: 'Playfair Display', serif; font-size: 2.2rem; line-height: 1.2; margin-bottom: .85rem; transform: translateZ(30px); }
    .item-strategy p { color: rgba(255,255,255,.72); font-size: 1rem; line-height: 1.7; margin-bottom: 1.8rem; transform: translateZ(15px); }
    .item-strategy .bento-cta { display: inline-flex; align-items: center; gap: .45rem; color: var(--accent-terra); font-weight: 700; font-size: .9rem; transition: gap .25s; width: fit-content; transform: translateZ(20px); }
    .item-strategy:hover .bento-cta { gap: .7rem; }
    .item-strategy::before { content: ''; position: absolute; top: -60px; right: -60px; width: 260px; height: 260px; border-radius: 50%; background: rgba(156,175,136,.08); pointer-events: none; }
    .item-tax { grid-column: span 2; grid-row: span 1; background: white; border: 1px solid var(--glass-border); box-shadow: var(--card-shadow); }
    .item-tax h3 { color: var(--text-dark); font-size: 1.25rem; }
    .item-tax p { color: var(--text-muted); }
    .item-bookkeeping { grid-column: span 1; grid-row: span 1; background: rgba(156,175,136,.12); border: 1px solid rgba(156,175,136,.25); }
    .item-bookkeeping h3 { color: var(--text-dark); font-size: 1.1rem; }
    .item-bookkeeping p { color: var(--text-dark); opacity: .8; font-size: .88rem; }
    .item-payroll { grid-column: span 1; grid-row: span 1; background: white; border: 1px solid var(--glass-border); box-shadow: var(--card-shadow); }
    .item-payroll h3 { color: var(--text-dark); font-size: 1.1rem; }
    .item-payroll p { color: var(--text-muted); font-size: .88rem; }

    /* ── LASKURI ── */
    .calculator { background: #F0F4ED; }
    .calculator__inner { max-width: 780px; margin: 0 auto; }
    .calc-steps { display: flex; flex-direction: column; gap: 1rem; }
    .calc-step { background: white; border-radius: 20px; border: 1.5px solid rgba(139,155,180,.18); overflow: hidden; transition: border-color .25s, box-shadow .25s; }
    .calc-step.active { border-color: var(--primary-sage); box-shadow: 0 4px 24px rgba(156,175,136,.15); }
    .calc-step.done { border-color: rgba(156,175,136,.35); }
    .calc-step__header { display: flex; align-items: center; gap: 1rem; padding: 1.2rem 1.6rem; cursor: pointer; }
    .calc-step__num { width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .78rem; font-weight: 800; background: rgba(139,155,180,.12); color: var(--text-muted); transition: all .25s; }
    .calc-step.active .calc-step__num { background: var(--primary-sage); color: white; }
    .calc-step.done .calc-step__num { background: var(--primary-sage); color: white; font-size: .9rem; }
    .calc-step.done .calc-step__num::after { content: '✓'; }
    .calc-step.done .calc-step__num-inner { display: none; }
    .calc-step__title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: .95rem; font-weight: 700; color: var(--text-dark); flex-grow: 1; }
    .calc-step__preview { font-size: .82rem; color: var(--primary-sage); font-weight: 600; }
    .calc-step__body { display: none; padding: 0 1.6rem 1.6rem; }
    .calc-step.active .calc-step__body { display: block; }
    .calc-options { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-bottom: 1.2rem; }
    .calc-options.cols-1 { grid-template-columns: 1fr; }
    .calc-options.cols-3 { grid-template-columns: 1fr 1fr 1fr; }
    .calc-opt { background: var(--bg-alabaster); border: 1.5px solid rgba(139,155,180,.2); border-radius: 14px; padding: 1rem 1.1rem; text-align: left; cursor: pointer; transition: all .22s; font-family: 'Plus Jakarta Sans', sans-serif; display: flex; align-items: flex-start; gap: .7rem; }
    .calc-opt:hover { border-color: var(--primary-sage); background: #f4f8f1; }
    .calc-opt.selected { border-color: var(--primary-sage); background: #EDF3E8; box-shadow: 0 0 0 3px rgba(156,175,136,.18); }
    .calc-opt__icon { flex-shrink: 0; line-height: 1; margin-top: 1px; color: var(--primary-sage); }
    .calc-opt__label { font-size: .9rem; font-weight: 700; color: var(--text-dark); display: block; }
    .calc-opt__sub { font-size: .76rem; color: var(--text-muted); margin-top: .15rem; display: block; font-weight: 400; }

    .calc-result-card { display: none; background: white; border-radius: 20px; border: 2px solid var(--primary-sage); box-shadow: 0 8px 36px rgba(156,175,136,.18); overflow: hidden; margin-top: 1rem; }
    .calc-result-card.show { display: block; animation: resultIn .4s ease both; }
    @keyframes resultIn { from { opacity:0; transform: translateY(12px); } to { opacity:1; transform: none; } }
    .calc-result-top { background: var(--primary-sage); padding: 1.6rem 2rem; display: flex; align-items: center; gap: 1rem; }
    .calc-result-emoji { display: flex; align-items: center; justify-content: center; }
    .calc-result-headline { color: white; }
    .calc-result-headline strong { display: block; font-family: 'Playfair Display', serif; font-size: 1.4rem; line-height: 1.2; }
    .calc-result-headline span { font-size: .85rem; opacity: .82; }
    .calc-result-body { padding: 1.8rem 2rem; }
    .calc-result-points { display: flex; flex-direction: column; gap: .85rem; margin-bottom: 1.8rem; }
    .calc-result-point { display: flex; align-items: flex-start; gap: .85rem; font-size: .92rem; color: var(--text-dark); line-height: 1.5; }
    .crp-icon { width: 22px; height: 22px; border-radius: 50%; background: #EDF3E8; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: .7rem; margin-top: 1px; }
    .calc-result-pack { background: var(--bg-alabaster); border-radius: 14px; padding: 1.1rem 1.4rem; margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
    .crpack-label { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); display: block; margin-bottom: .2rem; }
    .crpack-name { font-size: 1.05rem; font-weight: 700; color: var(--text-dark); }
    .crpack-price { font-size: .82rem; color: var(--text-muted); }
    .calc-result-cta { display: flex; gap: .8rem; flex-wrap: wrap; }
    .calc-result-cta .btn-primary { flex: 1; text-align: center; min-width: 180px; }
    .calc-restart { font-size: .82rem; font-weight: 600; color: var(--text-muted); background: none; border: none; cursor: pointer; padding: .5rem; transition: color .2s; font-family: 'Plus Jakarta Sans', sans-serif; }
    .calc-restart:hover { color: var(--text-dark); }
    .calc-disclaimer { font-size: .72rem; color: var(--text-muted); margin-top: 1rem; line-height: 1.6; }

    /* ── HINNOITTELU ── */
    .pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
    .pricing-card { background: white; border: 1.5px solid rgba(139,155,180,.2); border-radius: 28px; padding: 2.6rem 2.2rem; display: flex; flex-direction: column; position: relative; transition: transform 0.2s ease-out, box-shadow 0.2s ease-out; transform-style: preserve-3d; will-change: transform; }
    .pricing-card:hover { box-shadow: 0 20px 52px rgba(44,62,80,.1); z-index: 10;}
    .pricing-card--popular { border-color: var(--primary-sage); border-width: 2px; box-shadow: 0 12px 40px rgba(156,175,136,.16); }
    .popular-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%) translateZ(20px); background: var(--primary-sage); color: white; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 4px 14px; border-radius: 100px; white-space: nowrap; }
    .pricing-tier { font-family: 'Plus Jakarta Sans', sans-serif; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.3px; color: var(--secondary-slate); margin-bottom: .65rem; transform: translateZ(15px);}
    .pricing-card h3 { font-size: 1.5rem; margin-bottom: .5rem; transform: translateZ(25px);}
    .pricing-card .price { font-family: 'Playfair Display', serif; font-size: 2.6rem; font-weight: 600; color: var(--text-dark); line-height: 1; margin: 1rem 0 .25rem; transform: translateZ(25px);}
    .pricing-card .price span { font-size: 1rem; font-weight: 400; color: var(--text-muted); font-family: 'Plus Jakarta Sans', sans-serif; }
    .pricing-card .price-note { font-size: .78rem; color: var(--text-muted); margin-bottom: 1.8rem; transform: translateZ(10px);}
    .pricing-features { list-style: none; display: flex; flex-direction: column; gap: .85rem; flex-grow: 1; margin-bottom: 2rem; transform: translateZ(15px);}
    .pricing-features li { display: flex; align-items: flex-start; gap: .7rem; font-size: .9rem; color: var(--text-dark); line-height: 1.45; }
    .pf-check { width: 18px; height: 18px; border-radius: 50%; background: var(--primary-sage); color: white; display: flex; align-items: center; justify-content: center; font-size: .6rem; font-weight: 800; flex-shrink: 0; margin-top: 2px; }
    .pricing-card .pricing-btn { display: block; text-align: center; padding: .9rem; border-radius: 12px; font-weight: 700; font-size: .9rem; transition: all .25s; border: 2px solid transparent; font-family: 'Plus Jakarta Sans', sans-serif; transform: translateZ(20px);}
    .pricing-card--popular .pricing-btn { background: var(--primary-sage); color: white; box-shadow: 0 4px 16px rgba(156,175,136,.3); }
    .pricing-card--popular .pricing-btn:hover { background: #7a9068; transform: translateY(-2px) translateZ(20px); }
    .pricing-card:not(.pricing-card--popular) .pricing-btn { background: transparent; color: var(--text-dark); border-color: rgba(44,62,80,.18); }
    .pricing-card:not(.pricing-card--popular) .pricing-btn:hover { background: var(--text-dark); color: white; border-color: var(--text-dark); }
    .pricing-footer { text-align: center; margin-top: 2rem; font-size: .85rem; color: var(--text-muted); }

/* ── BLOGI ── */
    .blog { padding: 100px 5%; max-width: 1200px; margin: 0 auto; perspective: 1000px;}
    
    /* Säädetty leveys, joka jakaantuu kolmeen kapeaan sarakkeeseen */
    .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin: 3rem auto 0; max-width: 820px; }
    
    /* Lisätty min-height: 420px, jotta korteista tulee selkeästi korkeita */
    .blog-card { background: white; border: 1px solid rgba(139,155,180,.15); border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; cursor: pointer; transition: transform 0.2s ease-out, box-shadow 0.2s ease-out; transform-style: preserve-3d; will-change: transform; min-height: 420px;}
    .blog-card:hover { box-shadow: 0 16px 44px rgba(44,62,80,.1); z-index: 10; }
    
    /* Kasvatettu kuvan korkeutta (130px -> 180px) */
    .blog-card__img { height: 180px; overflow: hidden; background: #EDF3E8; display: flex; align-items: center; justify-content: center; transform: translateZ(10px);}
    .blog-card__img img { width: 100%; height: 100%; object-fit: cover; }
    
    /* Säädetty tekstialueen väljyyttä korkeampaan korttiin sopivaksi */
    .blog-card__body { padding: 1.5rem 1.25rem; flex-grow: 1; display: flex; flex-direction: column; transform: translateZ(20px);}
    .blog-tag { font-size: .65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--secondary-slate); background: rgba(139,155,180,.1); border-radius: 100px; padding: .25rem .6rem; display: inline-block; margin-bottom: 1rem; width: fit-content; }
    
    .blog-card h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--text-dark); line-height: 1.35; margin-bottom: .6rem; }
    .blog-card p { font-size: .85rem; color: var(--text-muted); line-height: 1.6; flex-grow: 1; margin-bottom: 0;}
    .blog-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 1.2rem; font-size: .7rem; color: var(--text-muted); }
    .blog-read-more { color: var(--primary-sage); font-weight: 700; font-size: .75rem; transition: gap .2s; display: inline-flex; align-items: center; gap: .3rem; }
    .blog-card:hover .blog-read-more { gap: .5rem; }

    /* ── UKK ── */
    .faq { max-width: 860px; }
    .faq-list { display: flex; flex-direction: column; gap: .75rem; margin-top: 3rem; }
    .faq-item { background: white; border: 1.5px solid rgba(139,155,180,.18); border-radius: 16px; overflow: hidden; transition: border-color .22s, box-shadow .22s; }
    .faq-item.open { border-color: var(--primary-sage); box-shadow: 0 4px 20px rgba(156,175,136,.12); }
    .faq-q { width: 100%; background: none; border: none; cursor: pointer; padding: 1.35rem 1.6rem; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .98rem; font-weight: 600; color: var(--text-dark); }
    .faq-icon { width: 24px; height: 24px; border-radius: 50%; background: var(--bg-alabaster); border: 1.5px solid rgba(139,155,180,.22); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .25s; }
    .faq-item.open .faq-icon { background: var(--primary-sage); border-color: var(--primary-sage); }
    .faq-icon svg { width: 11px; height: 11px; stroke: var(--text-muted); stroke-width: 2.5; fill: none; transition: all .25s; }
    .faq-item.open .faq-icon svg { stroke: white; transform: rotate(45deg); }
    .faq-a { max-height: 0; overflow: hidden; transition: max-height .38s ease, padding .28s; padding: 0 1.6rem; }
    .faq-item.open .faq-a { max-height: 300px; padding: 0 1.6rem 1.35rem; }
    .faq-a p { font-size: .9rem; color: var(--text-muted); line-height: 1.72; }

    /* YHTEYDENOTTO */
    .contact-container { background: white; border-radius: 32px; border: 1px solid var(--glass-border); box-shadow: 0 24px 64px rgba(44,62,80,.08); display: grid; grid-template-columns: 1fr 1.55fr; overflow: hidden; }
    .contact-info { background: var(--text-dark); color: white; padding: 3.8rem 3rem; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
    .contact-info::before { content: ''; position: absolute; top: -60px; right: -60px; width: 320px; height: 320px; border-radius: 50%; background: rgba(156,175,136,.15); filter: blur(50px); pointer-events: none; }
    .contact-info::after { content: ''; position: absolute; bottom: -40px; left: -40px; width: 200px; height: 200px; border-radius: 50%; background: rgba(226,149,120,.1); filter: blur(40px); pointer-events: none; }
    .contact-info > * { position: relative; z-index: 1; }
    .contact-info h2 { color: white; font-size: 2rem; line-height: 1.25; margin-bottom: 1.2rem; }
    .contact-info > div > p { color: rgba(255,255,255,.68); font-size: .95rem; margin-bottom: 2.5rem; line-height: 1.72; }
    .info-list { list-style: none; display: flex; flex-direction: column; gap: 1.3rem; margin-bottom: 2.8rem; }
    .info-item { display: flex; align-items: center; gap: .9rem; font-size: .95rem; font-weight: 500; color: rgba(255,255,255,.88); }
    .info-icon { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.1); display: flex; justify-content: center; align-items: center; font-size: 1rem; flex-shrink: 0; color: var(--primary-sage); }
    .contact-direct { position: relative; z-index: 1; }
    .contact-direct-lbl { font-size: .72rem; text-transform: uppercase; letter-spacing: 1px; color: var(--primary-sage); margin-bottom: .45rem; font-weight: 700; }
    .contact-direct a { color: white; font-weight: 600; font-size: 1rem; display: block; transition: color .2s; }
    .contact-direct a:hover { color: var(--primary-sage); }

    .contact-form-wrapper { padding: 3.8rem 3rem; background: var(--bg-alabaster); }
    .form-title { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 600; color: var(--text-dark); margin-bottom: 2rem; }
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }
    .input-group { display: flex; flex-direction: column; gap: .38rem; }
    .input-group.full { grid-column: span 2; }
    .input-group label { font-size: .7rem; font-weight: 700; color: var(--text-dark); text-transform: uppercase; letter-spacing: 1px; }
    .input-group input, .input-group select, .input-group textarea { padding: .88rem 1.1rem; border-radius: 12px; border: 1.5px solid rgba(139,155,180,.24); background: white; font-family: 'Plus Jakarta Sans', sans-serif; font-size: .95rem; color: var(--text-dark); transition: all .25s; outline: none; -webkit-appearance: none; }
    .input-group input:focus, .input-group select:focus, .input-group textarea:focus { border-color: var(--primary-sage); box-shadow: 0 0 0 4px rgba(156,175,136,.14); }
    .input-group textarea { resize: none; }
    .pill-group { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: .4rem; }
    .pill-group input[type="radio"] { display: none; }
    .pill-label { padding: .7rem 1.3rem; border-radius: 100px; border: 1.5px solid rgba(139,155,180,.24); background: white; font-size: .87rem; font-weight: 600; color: var(--text-muted); cursor: pointer; transition: all .25s; }
    .pill-label:hover { border-color: var(--primary-sage); color: var(--primary-sage); }
    .pill-group input[type="radio"]:checked + .pill-label { background: var(--primary-sage); color: white; border-color: var(--primary-sage); box-shadow: 0 4px 14px rgba(156,175,136,.32); }
    .submit-btn { width: 100%; margin-top: 1.8rem; background: var(--text-dark); color: white; padding: 1.1rem; border-radius: 12px; border: none; font-size: 1rem; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif; cursor: pointer; transition: all .28s; display: flex; justify-content: center; align-items: center; gap: .5rem; }
    .submit-btn:hover { background: var(--accent-terra); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(226,149,120,.3); }
    .submit-btn:hover .arrow { transform: translateX(4px); }
    .privacy-note { font-size: .78rem; color: var(--text-muted); text-align: center; margin-top: .9rem; }
    .form-success { display: none; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 3rem 1rem; min-height: 300px; }
    .form-success.show { display: flex; animation: fadeIn .4s ease; }
    @keyframes fadeIn { from { opacity:0; transform: scale(.97); } to { opacity:1; transform: none; } }

/* ── YHTEYDENOTTO & LOMAKE ── */
    .contact-container { background: white; border-radius: 32px; border: 1px solid var(--glass-border); box-shadow: 0 24px 64px rgba(44,62,80,.08); display: grid; grid-template-columns: 1fr 1.55fr; overflow: hidden; }
    .contact-info { background: var(--text-dark); color: white; padding: 3.8rem 3rem; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; }
    .contact-info::before { content: ''; position: absolute; top: -60px; right: -60px; width: 320px; height: 320px; border-radius: 50%; background: rgba(156,175,136,.15); filter: blur(50px); pointer-events: none; }
    .contact-info::after { content: ''; position: absolute; bottom: -40px; left: -40px; width: 200px; height: 200px; border-radius: 50%; background: rgba(226,149,120,.1); filter: blur(40px); pointer-events: none; }
    .contact-info > * { position: relative; z-index: 1; }
    .contact-info h2 { color: white; font-size: 2rem; line-height: 1.25; margin-bottom: 1.2rem; }
    .contact-info > div > p { color: rgba(255,255,255,.68); font-size: .95rem; margin-bottom: 2.5rem; line-height: 1.72; }
    .info-list { list-style: none; display: flex; flex-direction: column; gap: 1.3rem; margin-bottom: 2.8rem; }
    .info-item { display: flex; align-items: center; gap: .9rem; font-size: .95rem; font-weight: 500; color: rgba(255,255,255,.88); }
    .info-icon { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.1); display: flex; justify-content: center; align-items: center; font-size: 1rem; flex-shrink: 0; color: var(--primary-sage); }
    .contact-direct { position: relative; z-index: 1; }
    .contact-direct-lbl { font-size: .72rem; text-transform: uppercase; letter-spacing: 1px; color: var(--primary-sage); margin-bottom: .45rem; font-weight: 700; }
    .contact-direct a { color: white; font-weight: 600; font-size: 1rem; display: block; transition: color .2s; }
    .contact-direct a:hover { color: var(--primary-sage); }

    .contact-form-wrapper { padding: 3.8rem 3rem; background: var(--bg-alabaster); }
    .form-title { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 600; color: var(--text-dark); margin-bottom: 2rem; }
    
    .form-group { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1.2rem; }
    .form-group label { font-size: .75rem; font-weight: 700; color: var(--text-dark); text-transform: uppercase; letter-spacing: 1px; }
    
    /* KAIKKI KENTÄT (Nyt oikealla luokalla ja ylivuodon estolla) */
    .form-group input, 
    .form-group textarea, 
    .form-group select { 
      width: 100%; 
      padding: .9rem 1.1rem; 
      border-radius: 12px; 
      border: 1.5px solid rgba(139,155,180,.24); 
      background: white; 
      font-family: 'Plus Jakarta Sans', sans-serif; 
      font-size: .95rem; 
      color: var(--text-dark); 
      transition: all .25s; 
      outline: none; 
      box-sizing: border-box; /* Tämä pitää kentät laatikon sisällä! */
    }
    
    .form-group input:focus, 
    .form-group textarea:focus, 
    .form-group select:focus { 
      border-color: var(--primary-sage); 
      box-shadow: 0 0 0 4px rgba(156,175,136,.14); 
    }
    
    .form-group textarea { resize: none; }
    
    /* Pudotusvalikon (select) tyylikäs nuoli */
    .form-group select {
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: right 1.1rem center;
      background-size: 16px;
    }
    .form-group select:invalid { color: var(--text-muted); }

    .submit-btn { width: 100%; margin-top: 1rem; background: var(--text-dark); color: white; padding: 1.1rem; border-radius: 12px; border: none; font-size: 1rem; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif; cursor: pointer; transition: all .28s; }
    .submit-btn:hover { background: var(--accent-terra); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(226,149,120,.3); }
    
    .form-success { display: none; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 3rem 1rem; min-height: 300px; }
    .form-success.show { display: flex; animation: fadeIn .4s ease; }
    @keyframes fadeIn { from { opacity:0; transform: scale(.97); } to { opacity:1; transform: none; } }


    /* FOOTER & FLOATING CTA */
    .site-footer { background: var(--text-dark); color: white; padding: 72px 5% 36px; margin-top: 64px; }
    .footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3.5rem; border-bottom: 1px solid rgba(255,255,255,.09); padding-bottom: 3rem; }
    .footer-brand .logo { color: white; font-size: 1.7rem; margin-bottom: .9rem; display: inline-block; font-family: 'Playfair Display', serif; font-weight: 600; }
    .footer-brand p { color: rgba(255,255,255,.55); font-size: .9rem; line-height: 1.7; max-width: 300px; }
    .footer-col h4 { font-size: 1rem; margin-bottom: 1.3rem; color: white; font-family: 'Playfair Display', serif; }
    .footer-links { list-style: none; display: flex; flex-direction: column; gap: .7rem; }
    .footer-links li, .footer-links a { color: rgba(255,255,255,.52); font-size: .88rem; transition: color .2s; text-decoration: none; }
    .footer-links a:hover { color: var(--primary-sage); }
    .footer-bottom { max-width: 1200px; margin: 2rem auto 0; display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.3); font-size: .8rem; flex-wrap: wrap; gap: 1rem; }
    .social-links { display: flex; gap: 1.3rem; }
    .social-links a, .footer-legal a { color: rgba(255,255,255,.38); transition: color .25s; font-size: .85rem; text-decoration: none; }
    .social-links a:hover, .footer-legal a:hover { color: white; }

    .floating-cta { position: fixed; bottom: 2rem; right: 2rem; z-index: 700; display: flex; align-items: center; gap: .6rem; background: var(--accent-terra); color: white; padding: .78rem 1.3rem; border-radius: 100px; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: .82rem; box-shadow: 0 8px 28px rgba(226,149,120,.42); transition: all .28s; text-decoration: none; white-space: nowrap; border: none; cursor: pointer; }
    .floating-cta:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 14px 40px rgba(226,149,120,.5); }
    .floating-cta-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.65); animation: fDot 2s ease-in-out infinite; }

/* ── ETUSIVUN KUVAT ── */
    .etusivu-briox-kuva {
      width: 100%;
      max-width: 500px;
      margin: 3rem auto;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: var(--card-shadow);
      border: 1px solid var(--glass-border);
      transition: box-shadow 0.3s ease;
    }
    .etusivu-briox-kuva:hover {
      box-shadow: var(--card-shadow-hover);
    }
    .etusivu-briox-kuva img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* RESPONSIVE */
    @media (max-width: 960px) {
      .nav-links, .nav-btn, .nav-login, .lang-switch { display: none; }
      nav { justify-content: space-between; padding: .85rem 1.5rem; }
      .nav-toggle { display: flex; }
      .hero h1 { font-size: 2.6rem; }
      .trust-bar { flex-direction: column; gap: 1rem; border-top: none; padding-top: .5rem; }
      .comp-grid, .blog-grid { grid-template-columns: 1fr; }
      .comp-card { padding: 2.5rem 2rem; }
      .bento-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; }
      .item-strategy, .item-tax { grid-column: span 2; min-height: 300px; }
      .item-bookkeeping, .item-payroll { grid-column: span 1; min-height: 220px; }
      .calc-options { grid-template-columns: 1fr; }
      .calc-options.cols-3 { grid-template-columns: 1fr 1fr; }
      .calc-result-top { flex-direction: column; align-items: flex-start; gap: .6rem; }
      .pricing-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
      .contact-container { grid-template-columns: 1fr; }
      .contact-info, .contact-form-wrapper { padding: 3rem 2rem; }
      .form-grid, .input-group.full { grid-column: span 1; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
      .footer-bottom { flex-direction: column; text-align: center; }
    }
    @media (max-width: 600px) {
      .hero h1 { font-size: 2.1rem; letter-spacing: -.5px; }
      .bento-grid { grid-template-columns: 1fr; }
      .item-strategy, .item-tax, .item-bookkeeping, .item-payroll { grid-column: span 1; }
      .calc-options.cols-3 { grid-template-columns: 1fr; }
      .pricing-grid { max-width: 100%; }
      .floating-cta span { display: none; }
      .footer-grid { grid-template-columns: 1fr; }
      .bento-item, .comp-card, .pricing-card, .blog-card { transform: none !important; } 
    }

    /* ── EVÄSTEILMOITUS ── */
    .cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: #ffffff; padding: 1.5rem; box-shadow: 0 -10px 40px rgba(0,0,0,0.08); z-index: 9999; display: none; justify-content: center; align-items: center; border-top: 1px solid var(--glass-border); font-family: 'Plus Jakarta Sans', sans-serif; }
    .cookie-banner.show { display: flex; animation: slideUp 0.5s ease forwards; }
    .cookie-content { display: flex; flex-direction: column; gap: 1rem; align-items: center; max-width: 1000px; text-align: center; width: 100%; }
    .cookie-content p { margin: 0; color: var(--text-dark); font-size: 0.9rem; line-height: 1.5; }
    .cookie-btns { display: flex; gap: 1rem; }
    @keyframes slideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
    @media (min-width: 768px) { .cookie-content { flex-direction: row; text-align: left; justify-content: space-between; } }