:root{
  --ink:#0b3f31;
  --ink-2:#173d34;
  --green:#1f6a45;
  --green-2:#3c8056;
  --mint:#e9f2e7;
  --mint-2:#d9ead8;
  --cream:#f8f6ef;
  --cream-2:#fffdf8;
  --line:#dce6dd;
  --muted:#5a6c66;
  --white:#ffffff;
  --shadow:0 18px 50px rgba(26,59,46,.12);
  --radius:22px;
  --max:1380px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink-2);background:#fff;line-height:1.48}
button,input,select{font:inherit}
button{color:inherit}
a{color:inherit}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,75,55,.06)}
.header-inner{max-width:var(--max);margin:auto;height:104px;padding:0 36px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{width:360px;height:auto;display:block}
.main-nav{display:flex;align-items:center;gap:34px;white-space:nowrap}
.main-nav a{font-size:15px;text-decoration:none;padding:12px 0;position:relative;color:#14382f}
.main-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:2px;background:#408355;transition:.2s ease}
.main-nav a:hover::after,.main-nav a.active::after{right:0}
.nav-search,.menu-toggle,.icon-button{border:0;background:transparent;cursor:pointer}
.nav-search{width:36px;height:36px;display:grid;place-items:center;padding:6px}
.nav-search svg,.search-field svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.menu-toggle{display:none;width:42px;height:42px;padding:9px}
.menu-toggle span{display:block;height:2px;background:var(--ink);margin:5px 0;border-radius:2px}
.hero{position:relative;min-height:630px;overflow:hidden;background:linear-gradient(120deg,#fbf7ef 0%,#fbf8f2 38%,#e8eef0 74%,#bfd0d5 100%)}
.hero-scenery{position:absolute;left:0;right:0;bottom:0;height:56%;background-image:url('assets/hero.webp');background-size:cover;background-position:center center;filter:saturate(1.02) contrast(1.02)}
.hero-scenery::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,248,236,.28) 0%,rgba(255,255,255,0) 35%,rgba(15,58,35,.08) 100%)}
.hero-fade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,252,246,.97) 0%,rgba(255,252,246,.82) 28%,rgba(255,252,246,.2) 54%,rgba(255,255,255,0) 72%)}
.hero-inner{position:relative;z-index:2;max-width:var(--max);min-height:630px;margin:auto;padding:68px 36px 30px}
.hero-copy{max-width:670px}
.eyebrow{text-transform:uppercase;letter-spacing:.29em;font-weight:650;font-size:12px;color:#60736d;margin:0 0 22px}
.eyebrow.green{color:#3b8255}
h1{font-size:72px;line-height:.98;letter-spacing:-.048em;margin:0 0 22px;color:#064532;font-weight:840}
.hero-lead{font-size:21px;line-height:1.45;margin:0;color:#173f34}
.hero-note{position:absolute;right:160px;top:58px;margin:0;font-family:"Segoe Print","Bradley Hand",cursive;font-size:31px;line-height:1.08;transform:rotate(-7deg);color:#0d4a38;text-align:center}
.hero-note::after{content:"";display:block;width:94px;height:2px;background:#0d4a38;margin:10px auto 0;transform:rotate(-7deg)}
.choice-grid{position:absolute;left:36px;right:36px;bottom:30px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.choice-card{border:1px solid rgba(16,70,51,.08);background:rgba(255,255,255,.96);border-radius:20px;min-height:168px;padding:24px 22px;display:grid;grid-template-columns:74px 1fr 44px;align-items:center;text-align:left;gap:15px;box-shadow:0 13px 30px rgba(20,52,42,.08);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.choice-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#cfe0d1}
.choice-icon{width:64px;height:64px;border-radius:50%;background:var(--mint-2);display:grid;place-items:center;color:#0b513b;font-size:38px;font-weight:500}
.choice-icon svg{width:31px;height:31px;fill:#0b513b;stroke:#0b513b;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.choice-icon.euro{font-family:Georgia,serif;font-size:40px}
.choice-body{display:flex;flex-direction:column;align-items:flex-start;gap:5px;min-width:0}
.choice-body strong{font-size:18px;color:#113e32}
.choice-body>span:not(.choice-pill){font-size:14px;color:#435d55}
.choice-pill{margin-top:4px;background:#edf5ea;color:#2f6d45;border-radius:999px;padding:5px 11px;font-size:10px;text-transform:uppercase;letter-spacing:.04em;font-weight:700}
.choice-arrow{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#eef4ea;font-size:27px;color:#15533d}
.trust-band{background:linear-gradient(90deg,#f9fcf8,#eef6ef);border-bottom:1px solid #e5ede7}
.trust-grid{max-width:var(--max);margin:auto;min-height:118px;padding:20px 36px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.trust-item{display:flex;align-items:center;justify-content:center;gap:16px;padding:8px 28px;border-right:1px solid #dbe6dc}
.trust-item:last-child{border-right:0}
.trust-item span:last-child{display:flex;flex-direction:column}
.trust-item strong{font-size:17px;line-height:1.2;color:#173f34}
.trust-item small{font-size:14px;margin-top:4px;color:#3e5b52}
.trust-icon{width:46px;height:46px;display:grid;place-items:center;color:#15553f}
.trust-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.section{padding:88px 0}
.section-soft{background:#fcfdfb}
.section-inner{max-width:var(--max);margin:auto;padding:0 36px}
.section-inner.narrow{max-width:1120px}
.section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:36px;margin-bottom:34px}
.section-heading-row.compact{align-items:center}
h2{font-size:38px;line-height:1.1;letter-spacing:-.03em;margin:0 0 10px;color:#0b4937}
.section-heading-row p:not(.eyebrow),.split-heading p,.cta-panel p,.method-card p{margin:0;color:#5a6c66;font-size:16px}
.outline-button,.primary-button{border-radius:999px;padding:13px 20px;font-weight:700;cursor:pointer;transition:.2s ease}
.outline-button{border:1px solid #bfdbc5;background:#fff;color:#266743}
.outline-button:hover{background:#eff7ef;transform:translateY(-1px)}
.primary-button{border:1px solid #0e593e;background:#0f583f;color:#fff;padding:14px 22px}
.primary-button:hover{background:#0a4733}
.result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.result-card{border:1px solid #dce7de;background:linear-gradient(180deg,#fff 0%,#fbfdf9 100%);border-radius:24px;padding:22px;min-height:326px;display:flex;flex-direction:column;box-shadow:0 12px 34px rgba(23,61,48,.07);position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.result-card::before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#c9dec9,#8ab79a)}
.result-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(23,61,48,.12);border-color:#c7dccb}
.result-card.rank-1{background:linear-gradient(180deg,#f3f9ef 0%,#ffffff 58%);border-color:#aacdb3;box-shadow:0 18px 42px rgba(35,94,60,.14)}
.result-card.rank-1::before{height:5px;background:linear-gradient(90deg,#1f6a45,#75a879)}
.result-card.rank-2::before{background:linear-gradient(90deg,#6e9e79,#b7d0b8)}
.result-card.rank-3::before{background:linear-gradient(90deg,#93b69b,#d3e1d3)}
.card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}
.club-mark{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#e2efdf,#f3f8ef);border:1px solid #d5e5d6;color:#18573d;font-weight:850;letter-spacing:.04em;font-size:15px;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.rank-1 .club-mark{background:linear-gradient(145deg,#d7ead6,#edf6e9);border-color:#bdd7c1}
.rank-badge{display:inline-flex;align-items:center;gap:7px;min-height:30px;padding:5px 10px 5px 6px;border-radius:999px;background:#eef6ec;color:#2f6d45;font-size:10px;text-transform:uppercase;letter-spacing:.07em;font-weight:800;white-space:nowrap}
.rank-badge.subtle{background:#f4f7f3;color:#708079;padding-left:10px}
.rank-number{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#1f6a45;color:#fff;font-size:10px;letter-spacing:0}
.rank-1 .rank-badge{background:#dfeeda;color:#1d6241}
.card-identity{margin-bottom:15px}
.card-title{font-size:21px;line-height:1.17;font-weight:820;color:#123f32;margin:0 0 7px;letter-spacing:-.015em}
.card-area{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:650;color:#75857f}
.area-dot{width:7px;height:7px;border-radius:50%;background:#8fb59a;box-shadow:0 0 0 4px #edf4ec}
.price-panel{background:linear-gradient(135deg,#eef6ea,#f8fbf5);border:1px solid #dce9d9;border-radius:17px;padding:13px 15px 12px;margin-bottom:15px}
.price-kicker{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#678071;font-weight:800;margin-bottom:2px}
.price-row{display:flex;align-items:baseline;gap:6px;margin:0}
.price{font-size:35px;font-weight:860;letter-spacing:-.045em;color:#084a35;line-height:1.05}
.price-label{font-size:12px;color:#6b7c76;font-weight:600}
.card-facts{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}
.card-detail{font-size:12.5px;line-height:1.35;color:#435e55;margin:0;display:flex;gap:8px;align-items:flex-start}
.fact-icon{flex:0 0 19px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:#e6f2e4;color:#2d744b;font-weight:850;font-size:10px;margin-top:-1px}
.card-detail.warn .fact-icon{background:#f7eedb;color:#8b6828}
.card-actions{display:grid;grid-template-columns:1fr auto;gap:9px;align-items:center;margin-top:auto;padding-top:15px;border-top:1px solid #e8eee8}
.card-link{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 13px;border-radius:12px;text-decoration:none;font-size:12.5px;font-weight:780;color:#fff;background:#15583f;box-shadow:0 8px 18px rgba(21,88,63,.13);transition:.18s ease}
.card-link:hover{background:#0d4935;transform:translateY(-1px)}
.detail-toggle{border:1px solid #dbe7dc;background:#f4f8f2;border-radius:12px;padding:10px 11px;cursor:pointer;font-size:11.5px;font-weight:700;color:#326246;transition:.18s ease}
.detail-toggle:hover{background:#eaf3e8;border-color:#cbdccb}
.result-extra{display:none;margin-top:12px;padding:12px 13px;border:1px solid #e4ece4;border-radius:13px;background:#f9fbf8;font-size:11.5px;line-height:1.55;color:#5b6f66}
.result-card.open .result-extra{display:block}
.finder-section{padding-top:44px;background:#f3f8f2}
.finder-shell{background:#fff;border:1px solid #dfeae0;border-radius:28px;padding:34px;box-shadow:var(--shadow)}
.finder-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:22px}
.finder-head h2{margin-bottom:6px}
.icon-button{font-size:34px;line-height:1;width:42px;height:42px;border-radius:50%;background:#eff5ed;color:#255c42}
.region-picker{margin:18px 0 28px;padding:18px;background:#f6faf5;border-radius:18px}
.region-picker p{font-weight:700;margin:0 0 12px}
.region-chips{display:flex;gap:8px;flex-wrap:wrap}
.region-chip{border:1px solid #cfe0d2;background:#fff;color:#2b6545;border-radius:999px;padding:9px 13px;cursor:pointer;font-weight:650;font-size:13px}
.region-chip.active,.region-chip:hover{background:#1d6946;color:#fff;border-color:#1d6946}
.finder-note{font-size:13px;color:#6b7d76;margin:18px 0 0}
.split-heading{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:end;margin-bottom:34px}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.info-card{padding:28px;border:1px solid #e1eae2;border-radius:20px;background:#fff}
.info-card h3{font-size:20px;margin:12px 0 8px;color:#104632}
.info-card p{margin:0;color:#61716c;font-size:14px}
.mini-icon{width:48px;height:48px;border-radius:50%;background:#e8f1e5;color:#15543d;display:grid;place-items:center;font-size:28px;font-family:Georgia,serif}
.club-controls{display:flex;gap:12px;margin:0 0 24px}
.search-field{flex:1;position:relative;display:flex;align-items:center}
.search-field svg{position:absolute;left:15px;width:20px;height:20px;color:#507066}
.search-field input,.club-controls select{height:50px;border:1px solid #d7e3d9;border-radius:14px;background:#fff;color:#173f34;outline:none}
.search-field input{width:100%;padding:0 16px 0 46px}
.club-controls select{min-width:230px;padding:0 38px 0 14px}
.search-field input:focus,.club-controls select:focus{border-color:#74a383;box-shadow:0 0 0 3px rgba(65,128,83,.1)}
.club-browser{grid-template-columns:repeat(3,1fr)}
.club-browser .result-card{min-height:300px}
.center{text-align:center;margin-top:26px}
.cta-panel{padding:40px;border-radius:26px;background:linear-gradient(135deg,#eef7ed,#f9fbf7);border:1px solid #dbe8dc;display:flex;justify-content:space-between;align-items:center;gap:40px}
.cta-panel>div{max-width:720px}
.faq-list{border-top:1px solid #dfe8e1}
details{border-bottom:1px solid #dfe8e1;padding:0}
summary{list-style:none;cursor:pointer;font-weight:750;color:#153f33;padding:20px 44px 20px 0;position:relative}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";position:absolute;right:4px;top:15px;font-size:28px;font-weight:300;color:#44705a}
details[open] summary::after{content:"–"}
details p{margin:0 0 22px;color:#60736d;max-width:850px}
.method-card{display:grid;grid-template-columns:76px 1fr;gap:24px;padding:34px;border-radius:24px;border:1px solid #dce8dd;background:#fff}
.method-badge{width:64px;height:64px;border-radius:50%;background:#e8f2e6;display:grid;place-items:center;font-size:30px;color:#246a46;font-weight:800}
.method-card .small-note{font-size:13px;margin-top:14px;color:#7a8a84}
.site-footer{background:#0b3f31;color:#dfeae4;padding:46px 0}
.footer-inner{max-width:var(--max);margin:auto;padding:0 36px;display:grid;grid-template-columns:300px 1fr auto;align-items:center;gap:38px}
.footer-brand img{width:280px;display:block;opacity:1}
.footer-inner p{font-size:13px;color:#c8d9d1;margin:0}
.footer-meta{white-space:nowrap}
.toast{position:fixed;right:24px;bottom:24px;background:#113f32;color:#fff;padding:12px 16px;border-radius:12px;box-shadow:var(--shadow);opacity:0;transform:translateY(12px);pointer-events:none;transition:.2s;z-index:60;font-size:13px}
.toast.show{opacity:1;transform:translateY(0)}
@media (max-width:1150px){
  .header-inner{height:86px}.brand img{width:290px}.main-nav{gap:19px}.main-nav a{font-size:14px}
  .hero-note{right:70px}.choice-card{grid-template-columns:60px 1fr 38px;padding:20px 16px}.choice-icon{width:54px;height:54px}
  .result-grid{grid-template-columns:repeat(2,1fr)}.club-browser{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:1120px){
  .header-inner{height:76px;padding:0 20px}.brand img{width:250px}.menu-toggle{display:block}
  .main-nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:18px 22px 26px;flex-direction:column;align-items:flex-start;gap:2px;border-top:1px solid #edf1ee;box-shadow:0 18px 40px rgba(12,50,38,.1)}
  .main-nav.open{display:flex}.main-nav a{width:100%;padding:12px 0}.nav-search{display:none}
}
@media (max-width:880px){
  .header-inner{height:76px;padding:0 20px}.brand img{width:250px}.menu-toggle{display:block}
  .main-nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:18px 22px 26px;flex-direction:column;align-items:flex-start;gap:2px;border-top:1px solid #edf1ee;box-shadow:0 18px 40px rgba(12,50,38,.1)}
  .main-nav.open{display:flex}.main-nav a{width:100%;padding:12px 0}.nav-search{display:none}
  .hero{min-height:auto}.hero-inner{min-height:auto;padding:54px 20px 26px}.hero-scenery{height:44%;opacity:.9}.hero-fade{background:linear-gradient(180deg,rgba(255,251,244,.98) 0%,rgba(255,251,244,.88) 43%,rgba(255,255,255,.08) 70%)}
  h1{font-size:54px}.hero-lead{font-size:18px}.hero-note{display:none}.choice-grid{position:relative;left:auto;right:auto;bottom:auto;margin-top:180px;grid-template-columns:1fr;gap:10px}
  .choice-card{min-height:130px}
  .trust-grid{grid-template-columns:repeat(2,1fr);padding:18px 20px}.trust-item{border-right:0;border-bottom:1px solid #dbe6dc;justify-content:flex-start}.trust-item:nth-last-child(-n+2){border-bottom:0}
  .section{padding:64px 0}.section-inner{padding:0 20px}.section-heading-row,.split-heading{grid-template-columns:1fr;display:grid;gap:22px}.section-heading-row{align-items:start}.section-heading-row .outline-button{justify-self:start}
  .info-grid{grid-template-columns:1fr}.cta-panel{align-items:flex-start;flex-direction:column}.footer-inner{padding:0 20px;grid-template-columns:1fr}.footer-brand img{width:250px}
}
@media (max-width:580px){
  .brand img{width:220px}.header-inner{padding:0 14px}.hero-inner{padding-left:18px;padding-right:18px}.eyebrow{font-size:10px;letter-spacing:.22em}h1{font-size:45px}.hero-lead{font-size:16px}.desktop-only{display:none}.choice-grid{margin-top:150px}
  .choice-card{grid-template-columns:52px 1fr 34px;padding:18px 14px;gap:12px}.choice-icon{width:48px;height:48px;font-size:31px}.choice-icon svg{width:26px;height:26px}.choice-body strong{font-size:16px}.choice-body>span:not(.choice-pill){font-size:13px}.choice-pill{font-size:9px;padding:4px 8px}.choice-arrow{width:34px;height:34px;font-size:22px}
  .result-card,.club-browser .result-card{min-height:0;padding:20px;border-radius:21px}.card-actions{grid-template-columns:1fr auto}.price{font-size:33px}.club-mark{width:44px;height:44px;border-radius:14px}
  .trust-grid{grid-template-columns:1fr;padding:10px 18px}.trust-item{border-bottom:1px solid #dbe6dc;padding:14px 4px}.trust-item:nth-last-child(-n+2){border-bottom:1px solid #dbe6dc}.trust-item:last-child{border-bottom:0}
  h2{font-size:31px}.result-grid,.club-browser{grid-template-columns:1fr}.finder-shell{padding:22px 16px;border-radius:20px}.club-controls{flex-direction:column}.club-controls select{min-width:0;width:100%}.cta-panel{padding:26px}.method-card{grid-template-columns:1fr;padding:26px}
  .section-heading-row .outline-button{width:100%;text-align:center}.footer-inner{gap:20px}
}

/* Aloittelijan selityslinkki */
.beginner-link-row{margin-top:22px;display:flex;justify-content:center}
.beginner-link{width:min(760px,100%);display:grid;grid-template-columns:44px 1fr 34px;gap:14px;align-items:center;padding:15px 18px;border:1px solid #d9e7da;border-radius:16px;background:#f4f9f2;text-decoration:none;color:#174c38;transition:.18s ease}
.beginner-link:hover{transform:translateY(-1px);border-color:#bfd6c2;background:#eef6ec}
.beginner-link-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#dcebd9;color:#14523b;font-weight:850;font-size:20px}
.beginner-link strong,.beginner-link small{display:block}.beginner-link strong{font-size:14px}.beginner-link small{margin-top:2px;color:#5e7269;font-size:12px}
.beginner-link-arrow{font-size:24px;text-align:right}.faq-more{margin-top:24px}

/* Golf aloittelijalle */
.guide-hero{background:linear-gradient(135deg,#f6fbf4,#eef5ec);border-bottom:1px solid #dfe9df}
.guide-hero-inner{max-width:1060px;margin:auto;padding:76px 36px 66px}
.guide-hero h1{font-size:58px;line-height:1.02;max-width:830px;margin-bottom:20px}.guide-lead{max-width:760px;font-size:19px;color:#4f6860;margin:0}
.guide-main{max-width:1060px;margin:auto;padding:58px 36px 80px}.guide-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:42px}
.guide-step{border:1px solid #dfe9df;border-radius:20px;padding:25px;background:#fff}.guide-number{width:38px;height:38px;border-radius:50%;background:#e3f0df;color:#16553d;display:grid;place-items:center;font-weight:850;margin-bottom:15px}
.guide-step h2{font-size:21px;margin:0 0 8px}.guide-step p{font-size:14px;color:#5d7068;margin:0}.guide-explain{border-radius:24px;background:#f7faf6;border:1px solid #e0e9df;padding:32px;margin:28px 0}
.guide-explain h2{font-size:29px;margin:0 0 18px}.guide-rows{display:grid;gap:12px}.guide-row{display:grid;grid-template-columns:180px 1fr;gap:24px;padding:15px 0;border-bottom:1px solid #e0e8df}.guide-row:last-child{border-bottom:0}.guide-term{font-weight:800;color:#124734}.guide-row p{margin:0;color:#596d64}
.guide-choice{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:30px 0}.guide-choice-card{border-radius:20px;padding:26px;border:1px solid #dce7dc;background:#fff}.guide-choice-card:first-child{background:#eef7eb}.guide-choice-card h3{font-size:21px;margin:0 0 9px}.guide-choice-card p{margin:0;color:#586e64}.guide-note{font-size:13px;color:#71817b;margin-top:12px}
.guide-sources{margin-top:42px;padding-top:24px;border-top:1px solid #e0e8e1}.guide-sources h2{font-size:22px}.guide-sources a{color:#216947}
@media (max-width:880px){.guide-hero-inner,.guide-main{padding-left:20px;padding-right:20px}.guide-hero h1{font-size:46px}.guide-flow{grid-template-columns:1fr}.guide-choice{grid-template-columns:1fr}.guide-row{grid-template-columns:1fr;gap:5px}}
@media (max-width:580px){.beginner-link{grid-template-columns:38px 1fr 24px;padding:14px}.guide-hero-inner{padding-top:52px;padding-bottom:48px}.guide-hero h1{font-size:38px}.guide-main{padding-top:40px}.guide-explain{padding:22px}}


/* Halvin golfjäsenyys */
.authority-hero{background:linear-gradient(135deg,#f7fbf4 0%,#edf5eb 100%);border-bottom:1px solid #dfe9df}
.authority-hero-inner{max-width:1060px;margin:auto;padding:54px 36px 58px}
.breadcrumbs{display:flex;gap:9px;align-items:center;font-size:12px;color:#708078;margin-bottom:30px}.breadcrumbs a{color:#42695a;text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}
.authority-hero h1{font-size:62px;line-height:1;letter-spacing:-.045em;max-width:860px;margin:8px 0 20px;color:#153f31}.authority-lead{max-width:790px;margin:0;color:#4c655c;font-size:19px;line-height:1.65}
.authority-answer{max-width:820px;margin-top:28px;display:grid;grid-template-columns:48px 1fr;gap:16px;align-items:center;padding:17px 19px;border:1px solid #cfe0cf;border-radius:18px;background:rgba(255,255,255,.78);box-shadow:0 10px 30px rgba(27,71,52,.05)}.authority-answer-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#dcebd9;color:#17553d;font-size:24px;font-weight:850}.authority-answer p{margin:0;color:#415b52;line-height:1.55}.authority-answer strong{color:#173f31}
.authority-results{padding-top:66px}.authority-heading p{max-width:720px}.authority-button-link{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.authority-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.authority-card-grid .result-card{padding:18px;min-height:318px;border-radius:21px}.authority-card-grid .club-mark{width:44px;height:44px}.authority-card-grid .rank-badge{font-size:9px}.authority-card-grid .price{font-size:31px}.authority-card-grid .card-title{font-size:17px}.authority-card-grid .card-link{font-size:11px}.authority-card-grid .detail-toggle{font-size:10px}.authority-source-note{text-align:center;margin:24px auto 0;color:#718079;font-size:12px;max-width:740px}
.authority-choice-section{padding-top:70px}.authority-centered-heading{text-align:center;max-width:760px;margin:0 auto 30px}.authority-centered-heading h2{font-size:40px;letter-spacing:-.03em;margin:6px 0 12px}.authority-centered-heading p{margin:0;color:#60736b;line-height:1.65}
.authority-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.authority-choice-card{padding:28px;border:1px solid #dfe8df;border-radius:24px;background:#fff;box-shadow:0 14px 34px rgba(23,61,48,.06)}.authority-choice-card.good{background:linear-gradient(160deg,#f2f8ef,#fff 70%);border-color:#bfd5c1}.authority-choice-symbol{width:48px;height:48px;border-radius:15px;background:#e1eee0;color:#15553c;display:grid;place-items:center;font-size:25px;font-weight:850;margin-bottom:17px}.authority-choice-card h3{font-size:22px;margin:0 0 14px;color:#173f31}.authority-choice-card ul{margin:0 0 20px;padding:0;list-style:none;display:grid;gap:10px;color:#50675e}.authority-choice-card li{position:relative;padding-left:25px}.authority-choice-card li:before{content:'✓';position:absolute;left:0;color:#2d7552;font-weight:800}.authority-choice-card a{font-weight:750;color:#17583e;text-decoration:none}.authority-choice-card a:hover{text-decoration:underline}.flag-symbol{font-family:Arial,sans-serif}
.authority-beginner-callout{margin-top:18px;padding:18px 20px;border:1px solid #dce8dc;border-radius:18px;background:#f8fbf6;display:flex;justify-content:space-between;align-items:center;gap:20px}.authority-beginner-callout strong,.authority-beginner-callout span{display:block}.authority-beginner-callout strong{color:#173f31}.authority-beginner-callout span{font-size:12px;color:#697b74;margin-top:3px}.authority-beginner-callout a{white-space:nowrap;color:#17583e;font-weight:750;text-decoration:none}
.authority-rules{display:grid;gap:12px}.authority-rule{display:grid;grid-template-columns:46px 1fr;gap:16px;padding:18px 20px;background:#fff;border:1px solid #dfe8df;border-radius:17px;align-items:start}.authority-rule>span{width:42px;height:42px;border-radius:13px;background:#e2eee0;color:#18583f;display:grid;place-items:center;font-weight:850}.authority-rule strong{display:block;color:#173f31;margin:2px 0 3px}.authority-rule p{margin:0;color:#65776f;line-height:1.55}
.authority-term-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.authority-term-grid article{padding:24px;border:1px solid #dfe8df;border-radius:22px;background:#fff}.authority-term-grid article>span{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#e5f0e3;color:#18583f;font-weight:850}.authority-term-grid h3{font-size:21px;color:#173f31;margin:14px 0 8px}.authority-term-grid p{margin:0;color:#61736c;line-height:1.6}.authority-faq{margin-top:8px}.authority-final-cta{padding-top:66px;padding-bottom:86px}
@media (max-width:880px){.authority-hero-inner{padding:48px 20px 50px}.authority-hero h1{font-size:48px}.authority-lead{font-size:17px}.authority-card-grid{grid-template-columns:1fr 1fr}.authority-choice-grid,.authority-term-grid{grid-template-columns:1fr}.authority-centered-heading h2{font-size:34px}.authority-beginner-callout{align-items:flex-start;flex-direction:column}.authority-heading{align-items:flex-start}}
@media (max-width:580px){.authority-hero h1{font-size:40px}.authority-answer{grid-template-columns:40px 1fr;padding:15px}.authority-answer-icon{width:38px;height:38px;border-radius:12px}.authority-card-grid{grid-template-columns:1fr}.authority-centered-heading{text-align:left}.authority-centered-heading h2{font-size:30px}.authority-rule{grid-template-columns:38px 1fr;padding:16px}.authority-rule>span{width:36px;height:36px}.authority-results{padding-top:48px}}

/* Golfjäsenyys */
.membership-hero .authority-hero-inner{padding-bottom:62px}.membership-hero h1{max-width:970px}.membership-answer .authority-answer-icon{font-family:Georgia,serif;font-style:italic;font-weight:800}
.membership-stats-section{padding-top:66px}.membership-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}.membership-stat{padding:25px 20px;border:1px solid #dce7dc;border-radius:21px;background:#fff;text-align:center;box-shadow:0 12px 28px rgba(27,67,52,.045)}.membership-stat.featured{background:linear-gradient(160deg,#edf7e9,#fff);border-color:#bdd4bf}.membership-stat strong{display:block;color:#164c37;font-size:34px;line-height:1;margin-bottom:9px;letter-spacing:-.035em}.membership-stat span{display:block;color:#64776f;font-size:12px;line-height:1.45}.membership-stat-note{max-width:770px;margin:15px auto 0;text-align:center;color:#718079;font-size:12px;line-height:1.55}
.membership-price-band{display:grid;grid-template-columns:1fr 1.25fr 1fr;margin-top:26px;border:1px solid #dce7dc;border-radius:22px;overflow:hidden;background:#fff}.membership-price-band>div{padding:22px 20px;border-right:1px solid #e2eae2}.membership-price-band>div:last-child{border-right:0}.membership-price-band .middle{background:#f1f7ef}.membership-price-band span,.membership-price-band strong,.membership-price-band small{display:block}.membership-price-band .band-label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#708078;font-weight:800;margin-bottom:8px}.membership-price-band strong{font-size:19px;color:#174734;margin-bottom:5px}.membership-price-band small{font-size:11px;color:#78877f;line-height:1.5}.membership-cta-row{margin-top:25px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.membership-includes-section{padding-top:72px}.membership-includes-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.membership-includes-grid article{padding:24px;border:1px solid #dfe8df;border-radius:22px;background:#fff;position:relative}.membership-icon{width:43px;height:43px;border-radius:14px;background:#e2eee0;color:#18583f;display:grid;place-items:center;font-weight:850;font-size:15px;margin-bottom:15px}.membership-includes-grid h3{margin:0 0 7px;font-size:20px;color:#173f31}.membership-includes-grid p{margin:0;color:#61736c;line-height:1.6;font-size:14px}.membership-includes-grid .shield-icon{font-size:24px}.membership-includes-section .authority-source-note a{color:#236847}
.membership-not-included{padding-top:70px}.membership-not-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.membership-not-grid article{display:grid;grid-template-columns:38px 1fr;gap:13px;padding:20px;border:1px solid #e0e7df;border-radius:18px;background:#fff}.membership-not-grid article>span{width:34px;height:34px;border-radius:11px;background:#f3eee7;color:#855a38;display:grid;place-items:center;font-size:22px}.membership-not-grid h3{font-size:17px;margin:1px 0 5px;color:#213f34}.membership-not-grid p{margin:0;color:#687971;line-height:1.55;font-size:13px}
.membership-choice-grid .membership-choice-lead{font-weight:700;color:#365f4e;margin:-4px 0 14px}.membership-join-section{padding-top:70px}
@media (max-width:880px){.membership-stat-grid{grid-template-columns:1fr}.membership-price-band{grid-template-columns:1fr}.membership-price-band>div{border-right:0;border-bottom:1px solid #e2eae2}.membership-price-band>div:last-child{border-bottom:0}.membership-includes-grid,.membership-not-grid{grid-template-columns:1fr}}
@media (max-width:580px){.membership-stat strong{font-size:30px}.membership-price-band>div{padding:19px 17px}.membership-includes-grid article{padding:20px}.membership-not-grid article{padding:17px}.membership-hero .authority-hero-inner{padding-bottom:48px}}

/* Golfjäsenyys tarjoukset */
.offer-hero h1{max-width:900px}.offer-answer .authority-answer-icon{font-size:23px}
.offer-results-section{padding-top:66px}.offer-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:760px;margin:24px auto 30px}.offer-summary>div{padding:17px 18px;border:1px solid #dce7dc;border-radius:17px;background:rgba(255,255,255,.82);text-align:center}.offer-summary strong{display:block;color:#164c37;font-size:25px;line-height:1;margin-bottom:5px}.offer-summary span{font-size:11px;color:#6c7c75}
.offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.offer-card{position:relative;padding:19px;border:1px solid #d9e5da;border-radius:22px;background:linear-gradient(155deg,#fff 0%,#fbfdf9 100%);box-shadow:0 14px 34px rgba(23,61,48,.055);display:flex;flex-direction:column;min-height:360px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.offer-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(23,61,48,.09);border-color:#bfd4c1}.offer-card-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.offer-type{padding:7px 10px;border-radius:999px;font-size:9px;font-weight:850;letter-spacing:.04em;text-transform:uppercase;background:#e7f1e4;color:#1f6246}.offer-type.new{background:#edf0e3;color:#5c6727}.offer-type.offer{background:#edf3ef;color:#355c4b}.offer-card-name{margin:15px 0 13px}.offer-card-name h3{margin:0 0 6px;color:#163f31;font-size:20px;letter-spacing:-.02em}.offer-card-name>span{display:flex;align-items:center;gap:7px;color:#718079;font-size:11px}.offer-card-name i{width:6px;height:6px;border-radius:999px;background:#8eab8f}
.offer-price-box{padding:17px;border-radius:17px;background:linear-gradient(150deg,#edf6e9,#f8fbf6);border:1px solid #d7e5d5}.offer-price-label{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.11em;color:#6c7d74;font-weight:800;margin-bottom:6px}.offer-price-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap}.offer-price-row strong{font-size:34px;line-height:1;color:#15513a;letter-spacing:-.045em}.offer-normal{font-size:11px;color:#60736b}.offer-normal s{text-decoration-thickness:1.5px}.offer-normal.muted{color:#829087}.offer-price-box small{display:block;margin-top:8px;color:#566d63;line-height:1.45;font-size:11px}
.offer-facts{display:grid;gap:8px;margin:15px 1px 16px}.offer-facts>div{display:flex;gap:8px;align-items:flex-start;color:#566d63;font-size:11px;line-height:1.45}.offer-facts>div>span{flex:0 0 19px;width:19px;height:19px;border-radius:7px;background:#e4efe2;color:#176043;display:grid;place-items:center;font-size:10px;font-weight:900;margin-top:-1px}.offer-facts>div.warn>span{background:#f4eee5;color:#8a633e}.offer-actions{margin-top:auto;display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.offer-actions .card-link{min-height:42px}.offer-details{border:0;background:transparent;color:#65776f;font-size:10px;font-weight:750;cursor:pointer;padding:9px 4px}.offer-details:hover{color:#18583f}.offer-extra{display:none;margin-top:12px;padding-top:12px;border-top:1px solid #e2e9e2;color:#65776f;font-size:10px;line-height:1.6}.offer-card.open .offer-extra{display:block}.offer-more-wrap{margin-top:24px}
.offer-type-grid{margin-top:24px}.offer-normal-section{padding-top:72px}.offer-compare-panel{display:grid;grid-template-columns:1fr auto 1fr;gap:18px;align-items:center;max-width:690px;margin:28px auto 26px;padding:22px;border:1px solid #dce7dc;border-radius:22px;background:#f8fbf6}.offer-compare-panel>div:not(.offer-vs){padding:20px;text-align:center;border-radius:17px;background:#fff}.offer-compare-panel span,.offer-compare-panel strong,.offer-compare-panel small{display:block}.offer-compare-panel span{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:#718079;font-weight:800;margin-bottom:8px}.offer-compare-panel strong{font-size:32px;color:#164d37;letter-spacing:-.04em}.offer-compare-panel small{font-size:10px;color:#74847c;line-height:1.45;margin-top:5px}.offer-vs{font-size:12px;font-weight:800;color:#718079}
@media (max-width:880px){.offer-grid{grid-template-columns:1fr 1fr}.offer-summary{grid-template-columns:1fr 1fr 1fr}.offer-compare-panel{grid-template-columns:1fr}.offer-vs{text-align:center}.offer-results-section{padding-top:52px}}
@media (max-width:580px){.offer-grid{grid-template-columns:1fr}.offer-summary{grid-template-columns:1fr}.offer-card{min-height:0}.offer-price-row strong{font-size:31px}.offer-actions{grid-template-columns:1fr}.offer-details{text-align:center}.offer-compare-panel{padding:15px}.offer-compare-panel>div:not(.offer-vs){padding:17px}.offer-hero .authority-hero-inner{padding-bottom:48px}}

.authority-rule p a{color:#1d6848;font-weight:750;text-decoration:none}.authority-rule p a:hover{text-decoration:underline}


/* Golf pelioikeus */
.playright-hero h1{max-width:990px}.playright-answer .authority-answer-icon{font-family:Arial,sans-serif;font-size:23px}
.playright-example-section{padding-top:66px}.playright-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.playright-card{padding:21px;border:1px solid #d9e5da;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(23,61,48,.055);display:flex;flex-direction:column;min-height:305px}.playright-card.featured{background:linear-gradient(155deg,#f0f8ed,#fff 72%);border-color:#bed5bf}.playright-card.market{background:linear-gradient(155deg,#fbfcf8,#fff)}.playright-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#6b7d75;font-size:10px;margin-bottom:20px}.playright-badge{padding:7px 9px;border-radius:999px;background:#e7f1e4;color:#1d6245;text-transform:uppercase;letter-spacing:.055em;font-size:8px;font-weight:850}.playright-badge.limited{background:#edf3e8}.playright-badge.flex{background:#eef2e7;color:#5b682b}.playright-badge.campaign{background:#dfeeda}.playright-badge.full{background:#e4eee9}.playright-badge.market{background:#f0eee7;color:#745f3f}.playright-price{font-size:36px;line-height:1;color:#15513a;letter-spacing:-.045em;margin-bottom:10px}.playright-price.text-price{font-size:24px;line-height:1.15}.playright-card h3{margin:0 0 9px;color:#173f31;font-size:20px}.playright-card p{margin:0 0 18px;color:#63766e;font-size:12px;line-height:1.62}.playright-card a{margin-top:auto;color:#185d42;font-weight:800;font-size:11px;text-decoration:none}.playright-card a:hover{text-decoration:underline}
.playright-types-section{padding-top:72px}.playright-types-grid .membership-icon{width:auto;min-width:43px;padding:0 9px;font-size:12px}.playright-calculator{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;max-width:840px;margin:28px auto 0}.playright-inputs,.playright-result{padding:24px;border:1px solid #dce7dc;border-radius:22px;background:#fff;box-shadow:0 12px 28px rgba(27,67,52,.045)}.playright-inputs{display:grid;gap:16px}.playright-inputs label>span{display:block;font-size:11px;font-weight:800;color:#425f53;margin-bottom:7px}.playright-inputs label>div{display:grid;grid-template-columns:1fr auto;border:1px solid #d6e2d7;border-radius:14px;overflow:hidden;background:#fbfdf9}.playright-inputs input{width:100%;border:0;background:transparent;padding:13px 14px;font:inherit;color:#173f31;outline:none}.playright-inputs label b{display:grid;place-items:center;padding:0 13px;background:#eef5ec;color:#4f6d60;font-size:11px}.playright-result{background:linear-gradient(155deg,#edf6e9,#fff)}.playright-result>div{display:flex;justify-content:space-between;gap:20px;align-items:baseline;padding:11px 0;border-bottom:1px solid #dde8dd}.playright-result>div:last-of-type{border-bottom:0}.playright-result span{font-size:11px;color:#6a7b74}.playright-result strong{font-size:22px;color:#164d37;letter-spacing:-.03em}.playright-result .playright-break strong{font-size:18px}.playright-result p{margin:17px 0 0;padding:14px 15px;border-radius:14px;background:#fff;color:#476458;line-height:1.55;font-size:12px}.playright-vs-section{padding-top:72px}.playright-rent-section,.playright-check-section{padding-top:70px}
@media (max-width:880px){.playright-card-grid{grid-template-columns:1fr 1fr}.playright-calculator{grid-template-columns:1fr}}
@media (max-width:580px){.playright-card-grid{grid-template-columns:1fr}.playright-card{min-height:0}.playright-price{font-size:32px}.playright-calculator{margin-top:20px}.playright-inputs,.playright-result{padding:19px}.playright-result>div{align-items:flex-start;flex-direction:column;gap:4px}.playright-hero .authority-hero-inner{padding-bottom:48px}}

/* Footer, privacy and small-screen hardening */
.footer-legal{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-size:12px;color:#c8d9d1;text-align:right;max-width:300px}
.footer-legal a{color:#eef6f1;text-decoration:none;font-weight:700}.footer-legal a:hover{text-decoration:underline}.footer-legal span{overflow-wrap:anywhere}
.privacy-main{max-width:920px}.privacy-section{padding:26px 0;border-bottom:1px solid #e0e8e1}.privacy-section:first-child{padding-top:0}.privacy-section h2{font-size:27px;margin:0 0 12px}.privacy-section p{margin:0;color:#566d63;line-height:1.75}.privacy-section a{color:#176044;font-weight:700;overflow-wrap:anywhere}.privacy-updated{margin-top:30px;color:#718079;font-size:13px}.notfound{min-height:65vh;padding-top:100px}.notfound h1{font-size:58px}.notfound p{max-width:650px;color:#566d63}.notfound .primary-button{color:#fff;text-decoration:none;margin-top:10px}
@media (max-width:880px){.footer-legal{align-items:flex-start;text-align:left;max-width:none}.privacy-section h2{font-size:25px}.notfound{padding-top:70px}.notfound h1{font-size:46px}}
@media (max-width:580px){html,body{max-width:100%;overflow-x:hidden}.brand{min-width:0}.brand img{max-width:100%;height:auto}.main-nav{max-height:calc(100vh - 76px);overflow-y:auto}.footer-legal{width:100%}.privacy-section{padding:22px 0}.privacy-section h2{font-size:23px}.notfound h1{font-size:39px}}
