
:root{
  --bg:#07120d;
  --bg-2:#0a1711;
  --panel:#0d2017;
  --panel-2:#11281d;
  --line:#1c3a2b;
  --text:#f4fff8;
  --muted:#a8c1b2;
  --accent:#49e59a;
  --accent-2:#b8ffd8;
  --shadow:0 18px 60px rgba(0,0,0,.28);
  color-scheme:dark;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:
  radial-gradient(900px 520px at 82% -10%,rgba(73,229,154,.12),transparent 60%),
  radial-gradient(700px 420px at -10% 18%,rgba(73,229,154,.08),transparent 62%),
  var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(1120px,calc(100% - 32px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(7,18,13,.86);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06)}
.nav{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.02em}
.volyant-dot{width:11px;height:11px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 5px rgba(73,229,154,.08)}
.nav-right{display:flex;align-items:center;gap:14px}
.langs{display:flex;gap:4px;flex-wrap:wrap}
.langs a{padding:7px 9px;border-radius:9px;color:var(--muted);font-size:.84rem}
.langs a:hover,.langs a[aria-current="page"]{color:var(--text);background:rgba(255,255,255,.06)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:13px;padding:12px 17px;font-weight:800;border:1px solid transparent;transition:.18s ease;white-space:nowrap}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--accent);color:#052013;box-shadow:0 10px 30px rgba(73,229,154,.14)}
.btn-primary:hover{background:#63eba9}
.btn-secondary{border-color:var(--line);background:rgba(255,255,255,.03);color:var(--text)}
.btn-small{padding:9px 13px;border-radius:10px;font-size:.9rem}
.hero{padding:88px 0 54px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:46px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--accent-2);font-weight:800;font-size:.86rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}
.eyebrow:before{content:"";width:22px;height:2px;background:var(--accent);border-radius:2px}
h1{font-size:clamp(2.7rem,7vw,5.5rem);line-height:.96;letter-spacing:-.058em;margin:0 0 24px;max-width:900px}
.hero p{font-size:clamp(1.06rem,2vw,1.28rem);color:var(--muted);max-width:760px;margin:0 0 28px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px}
.micro{display:flex;gap:10px 18px;flex-wrap:wrap;color:#c6d9ce;font-size:.92rem}
.micro span:before{content:"✓";color:var(--accent);font-weight:900;margin-right:7px}
.hero-art{position:relative;display:flex;justify-content:center}
.hero-card{width:min(370px,100%);aspect-ratio:1/1;border:1px solid var(--line);border-radius:34px;background:linear-gradient(145deg,#0b2117,#102d20);display:grid;place-items:center;box-shadow:var(--shadow);position:relative;overflow:hidden}
.hero-card:before,.hero-card:after{content:"";position:absolute;border-radius:999px;border:1px solid rgba(73,229,154,.18)}
.hero-card:before{width:290px;height:290px}
.hero-card:after{width:420px;height:420px}
.hero-logo{width:64%;position:relative;z-index:2;filter:drop-shadow(0 20px 30px rgba(0,0,0,.28))}
.trustbar{margin:12px auto 76px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025);display:grid;grid-template-columns:repeat(4,1fr)}
.trustbar div{padding:18px 20px;text-align:center;color:#d8e8df;font-weight:700;border-right:1px solid var(--line)}
.trustbar div:last-child{border-right:0}
.section{padding:76px 0}
.section-head{display:flex;justify-content:space-between;gap:28px;align-items:end;margin-bottom:30px}
.section h2{font-size:clamp(2rem,4vw,3.35rem);letter-spacing:-.045em;line-height:1.02;margin:0;max-width:760px}
.section-kicker{color:var(--accent);font-weight:800;letter-spacing:.06em;text-transform:uppercase;font-size:.82rem;margin-bottom:10px}
.section-head p{max-width:480px;color:var(--muted);margin:0}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.feature{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));border-radius:20px;padding:24px;min-height:245px}
.feature-num{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:rgba(73,229,154,.09);color:var(--accent);font-weight:900;margin-bottom:42px}
.feature h3{font-size:1.25rem;margin:0 0 9px}
.feature p{margin:0;color:var(--muted);font-size:.96rem}
.workflow{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;counter-reset:step}
.step{border-top:1px solid var(--line);padding:25px 8px 0;counter-increment:step}
.step:before{content:"0" counter(step);display:block;color:var(--accent);font-weight:900;font-size:.82rem;letter-spacing:.08em;margin-bottom:24px}
.step h3{font-size:1.35rem;margin:0 0 8px}
.step p{color:var(--muted);margin:0}
.formats{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}
.format{border:1px solid var(--line);background:var(--panel);border-radius:999px;padding:8px 13px;font-weight:800;font-size:.88rem;color:#d8eee2}
.pro-card{border:1px solid #2f694a;border-radius:28px;padding:42px;background:linear-gradient(135deg,#0e281c,#0b1d15 55%,#102d20);display:grid;grid-template-columns:1.3fr .7fr;gap:30px;align-items:center;box-shadow:var(--shadow)}
.pro-card h2{margin-bottom:14px}
.pro-card p{color:var(--muted);max-width:660px;margin:0}
.price{text-align:right}
.price strong{display:block;font-size:2.25rem;letter-spacing:-.04em}
.price span{display:block;color:var(--muted);margin:3px 0 18px}
.final-cta{text-align:center;padding:94px 0 100px}
.final-cta h2{margin:0 auto 16px;max-width:820px}
.final-cta p{margin:0 auto 26px;max-width:650px;color:var(--muted)}
.footer{border-top:1px solid rgba(255,255,255,.07);padding:28px 0 42px;color:var(--muted);font-size:.9rem}
.footer-row{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}
.footer a:hover{color:var(--text)}
.brand-hero{padding:110px 0 65px;text-align:center}
.brand-hero h1{max-width:980px;margin-left:auto;margin-right:auto}
.brand-hero p{max-width:700px;margin-left:auto;margin-right:auto}
.product-card{max-width:920px;margin:10px auto 90px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,#0c2017,#0e2b1e);padding:34px;display:grid;grid-template-columns:150px 1fr;gap:30px;align-items:center;box-shadow:var(--shadow)}
.product-card img{width:150px;border-radius:28px}
.product-card h2{font-size:2.1rem;margin:0 0 8px;letter-spacing:-.035em}
.product-card p{color:var(--muted);margin:0 0 20px}
.product-actions{display:flex;gap:10px;flex-wrap:wrap}
.notfound{min-height:75vh;display:grid;place-items:center;text-align:center}
.notfound h1{font-size:clamp(4rem,15vw,9rem);margin-bottom:12px;color:var(--accent)}
@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr}.hero-art{order:-1}.hero-card{width:min(270px,72vw)}
  .grid-4{grid-template-columns:repeat(2,1fr)}.trustbar{grid-template-columns:repeat(2,1fr)}.trustbar div:nth-child(2){border-right:0}.trustbar div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .pro-card{grid-template-columns:1fr}.price{text-align:left}.product-card{grid-template-columns:120px 1fr}.product-card img{width:120px}
}
@media (max-width:640px){
  .wrap{width:min(100% - 22px,1120px)}.site-header{position:static}.nav{align-items:flex-start;padding:14px 0;flex-direction:column}.nav-right{width:100%;justify-content:space-between}.nav .btn-small{display:none}
  .hero{padding:50px 0 38px}.hero-grid{gap:30px}h1{font-size:clamp(2.55rem,14vw,4rem)}
  .trustbar{margin-bottom:45px}.grid-4,.workflow{grid-template-columns:1fr}.section{padding:54px 0}.section-head{align-items:flex-start;flex-direction:column}.feature{min-height:auto}.feature-num{margin-bottom:28px}
  .pro-card{padding:28px 22px}.product-card{grid-template-columns:1fr;text-align:center;padding:24px}.product-card img{margin:0 auto}.product-actions{justify-content:center}.brand-hero{padding:72px 0 44px}.final-cta{padding:70px 0}
}


/* MKT04 — human-first conversion layer */
.examples-section{padding-top:62px}
.examples-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.example-card{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));border-radius:20px;padding:24px}
.example-card h3{font-size:1.22rem;margin:0 0 18px;letter-spacing:-.02em}
.example-card p{margin:18px 0 0;color:var(--muted)}
.example-flow{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.example-flow span{display:inline-flex;align-items:center;min-height:38px;padding:8px 12px;border:1px solid var(--line);border-radius:10px;background:var(--panel);font-weight:800;color:#e1f3e9}
.example-flow b{color:var(--accent);font-size:1.15rem}
.inline-cta{display:flex;align-items:center;gap:15px;flex-wrap:wrap;margin-top:24px}
.inline-cta span{color:var(--muted);font-size:.92rem}
.faq-section{padding-top:58px}
.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line);border-radius:20px;overflow:hidden}
.faq-item{background:var(--bg-2);padding:24px}
.faq-item h3{margin:0 0 8px;font-size:1.06rem}
.faq-item p{margin:0;color:var(--muted)}
.card-note{font-size:.9rem;color:var(--muted)!important;margin-top:-9px!important}
@media (max-width:720px){
  .examples-grid,.faq-grid{grid-template-columns:1fr}
  .inline-cta{align-items:flex-start;flex-direction:column}
  .inline-cta .btn{width:100%}
}

.hero-destination{margin-top:12px;color:var(--muted);font-size:.88rem}.hero-destination strong{color:#dff7ea}

/* MKT05 search-intent architecture */
.intent-index{padding-top:54px}
.intent-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.intent-card{min-height:108px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.025);padding:18px;display:flex;justify-content:space-between;align-items:flex-end;gap:14px;font-weight:800;line-height:1.25}
.intent-card b{color:var(--accent);font-size:1.35rem}.intent-card:hover,.intent-related:hover{border-color:#2d6a4a;background:rgba(73,229,154,.045)}
.intent-hero{padding:78px 0 52px}.intent-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:44px;align-items:center}
.intent-hero h1{font-size:clamp(2.65rem,6vw,5rem);max-width:850px}.intent-hero p{font-size:clamp(1.05rem,2vw,1.22rem);color:var(--muted);max-width:720px;margin:0 0 26px}
.backlink{display:flex;width:max-content;align-items:center;color:var(--muted);font-weight:700;font-size:.9rem;margin-bottom:20px}.backlink:hover{color:var(--text)}
.intent-hero .eyebrow{display:flex;width:max-content;margin-bottom:18px}
.intent-visual{min-height:310px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,#0b2117,#102d20);box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:30px;text-align:center}
.intent-format,.intent-bot{border:1px solid #27553d;border-radius:14px;padding:12px 16px;background:rgba(255,255,255,.035);font-weight:800;max-width:100%}.intent-arrow{font-size:2rem;color:var(--accent)}
.section.compact{padding:52px 0}.two-col{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:start}.two-col h2{margin-bottom:24px}.check-list{list-style:none;padding:0;margin:0;display:grid;gap:13px}.check-list li{color:#d8e8df}.check-list li:before{content:'✓';color:var(--accent);font-weight:900;margin-right:10px}
.note-card{border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.025);padding:26px}.note-card p{color:var(--muted);margin:0}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.intent-related{border:1px solid var(--line);border-radius:16px;padding:18px;display:flex;justify-content:space-between;gap:14px;align-items:center}.intent-related span{color:var(--accent);font-size:1.25rem}
@media(max-width:900px){.intent-grid{grid-template-columns:repeat(2,1fr)}.intent-hero-grid,.two-col{grid-template-columns:1fr}.intent-visual{min-height:230px}.related-grid{grid-template-columns:1fr}}
@media(max-width:640px){.intent-grid{grid-template-columns:1fr}.intent-hero{padding:48px 0 28px}.intent-visual{min-height:190px}.section.compact{padding:42px 0}}

@media(max-width:640px){.backlink{margin-bottom:16px}.intent-hero .eyebrow{margin-bottom:15px}}

/* MKT11 — search-led practical guides */
.guide-hero{padding:72px 0 40px}.guide-wrap{max-width:830px}.guide-lead{font-size:clamp(1.08rem,2vw,1.28rem);line-height:1.72;color:var(--muted);max-width:800px;margin:0}.guide-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px;color:var(--muted);font-size:.88rem}.guide-meta span+span:before{content:'·';margin-right:12px}.guide-prose{font-size:1.05rem;line-height:1.78}.guide-prose h2{font-size:clamp(1.65rem,3vw,2.25rem);margin:42px 0 14px}.guide-prose p{color:#d9e8e0}.source-note{font-size:.9rem;margin-top:12px!important}.source-note a{color:var(--accent);font-weight:800}.guide-steps{list-style:none;padding:0;margin:22px 0 36px;display:grid;gap:12px}.guide-steps li{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;border:1px solid var(--line);border-radius:16px;padding:16px;background:rgba(255,255,255,.02)}.guide-steps li>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#123b29;color:var(--accent);font-weight:900}.guide-steps p{margin:5px 0 0}.guide-action{margin:38px 0;border:1px solid #2f694a;border-radius:22px;padding:24px;background:linear-gradient(135deg,#0e281c,#0b1d15);display:flex;justify-content:space-between;gap:22px;align-items:center}.guide-action h2{margin:4px 0 0;font-size:1.45rem}.guide-action-buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.guide-note{margin-top:24px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.guide-card{border:1px solid var(--line);border-radius:20px;padding:24px;background:rgba(255,255,255,.025);display:flex;flex-direction:column;min-height:285px}.guide-card h2{font-size:1.35rem;margin:10px 0 12px}.guide-card p{color:var(--muted);margin:0;line-height:1.6}.guide-card>span{margin-top:auto;padding-top:22px;color:var(--accent);font-size:1.5rem}.guide-card:hover{border-color:#2d6a4a;background:rgba(73,229,154,.045)}.guide-callout{margin-top:28px;border-top:1px solid var(--line);padding-top:22px}.guide-callout a{font-weight:800;color:var(--accent)}@media(max-width:900px){.guide-grid{grid-template-columns:1fr}.guide-card{min-height:0}.guide-action{align-items:flex-start;flex-direction:column}.guide-action-buttons{justify-content:flex-start}}@media(max-width:640px){.guide-hero{padding:48px 0 28px}.guide-action-buttons,.guide-action-buttons .btn{width:100%}.guide-action-buttons .btn{text-align:center}}
