.huoka-home-v2{
  --blue:#0d63ff;
  --blue-2:#176fff;
  --blue-3:#eaf3ff;
  --blue-4:#f5f9ff;
  --navy:#0d2344;
  --navy-2:#132d52;
  --text:#10213b;
  --muted:#6f7c91;
  --line:#e5ebf4;
  --line-strong:#d7e2f1;
  --orange:#ff5a23;
  --orange-soft:#fff1e9;
  --green:#18b76b;
  --purple:#7446ff;
  --white:#fff;
  --shadow:0 20px 50px rgba(25,62,110,.09);
  --shadow-soft:0 8px 24px rgba(25,62,110,.06);
  --radius:18px;
  --container:1180px;
  --section-gap:88px;
}

.huoka-home-v2 *,.huoka-home-v2 *:before,.huoka-home-v2 *:after{box-sizing:border-box}
html{scroll-behavior:smooth}
.huoka-home-v2{
  margin:0;
  color:var(--text);
  background:#fff;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.modal-open{overflow:hidden}
.huoka-home-v2 a{color:inherit;text-decoration:none}
.huoka-home-v2 button,.huoka-home-v2 input,.huoka-home-v2 select{font:inherit}
.huoka-home-v2 button{cursor:pointer}
.huoka-home-v2 img{display:block;max-width:100%}
.huoka-home-v2 svg{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.huoka-home-v2 .svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
.huoka-home-v2 .container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.content-section{padding-block:var(--section-gap)}
.section-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:30px}
.section-heading h2,.why-title h2{margin:0;font-size:28px;line-height:1.25;letter-spacing:-.02em;color:#14233c}
.section-more{display:inline-flex;align-items:center;gap:5px;color:var(--blue);font-size:14px;font-weight:700;white-space:nowrap}
.section-more svg{width:15px;height:15px}
.primary-button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 26px;border:0;border-radius:9px;
  color:#fff;background:linear-gradient(135deg,#0d63ff,#0755e9);
  box-shadow:0 12px 24px rgba(13,99,255,.22);
  font-weight:700;transition:.2s ease;
}
.primary-button:hover{transform:translateY(-1px);box-shadow:0 15px 30px rgba(13,99,255,.27)}

/* Hero */
.hero-section{position:relative;isolation:isolate;padding:58px 0 0;background:linear-gradient(180deg,#fbfdff 0%,#f2f8ff 72%,#eef6ff 100%);overflow:hidden}
.hero-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 74% 18%,rgba(73,157,255,.12),transparent 30%),radial-gradient(circle at 18% 12%,rgba(255,255,255,.95),transparent 45%);z-index:-3}
.hero-wave{position:absolute;left:-8%;width:116%;border-radius:50%;z-index:-2;pointer-events:none}
.hero-wave-one{height:200px;bottom:46px;background:linear-gradient(180deg,rgba(255,255,255,.2),rgba(177,213,255,.42));transform:rotate(-2deg)}
.hero-wave-two{height:170px;bottom:10px;background:linear-gradient(180deg,rgba(240,247,255,.4),#fff);transform:rotate(2deg)}
.hero-grid{min-height:245px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:30px}
.hero-copy{min-width:0;padding:8px 0 54px}
.hero-copy h1{margin:0 0 12px;font-size:46px;line-height:1.12;letter-spacing:-.05em;color:#0e203f;font-weight:900}
.hero-copy h1 span{color:var(--blue)}
.hero-copy h2{margin:0 0 10px;font-size:19px;font-weight:800;color:#142746}
.hero-copy p{max-width:580px;margin:0;color:#68768b;font-size:14px;line-height:1.9}
.hero-visual{align-self:end;display:flex;justify-content:flex-end;align-items:flex-end;height:255px}
.hero-visual img{width:min(520px,100%);height:auto;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(46,91,148,.12))}
.decision-wrap{position:relative;z-index:3;margin-top:-2px;padding-bottom:2px}
.decision-form{display:grid;grid-template-columns:1fr 1fr 1fr 1.25fr 1.18fr;gap:20px;align-items:end;padding:20px 22px;background:#fff;border:1px solid rgba(219,229,242,.9);border-radius:13px;box-shadow:0 16px 40px rgba(29,67,116,.10)}
.form-field{display:grid;gap:7px;min-width:0}
.form-field>span:first-child{font-size:12px;font-weight:700;color:#3b4960}
.select-wrap{position:relative;display:flex;align-items:center;min-width:0}
.select-wrap>svg:first-child{position:absolute;left:13px;width:17px;height:17px;color:#8190a6;z-index:1}
.select-wrap select{width:100%;height:46px;appearance:none;padding:0 38px 0 40px;border:1px solid #dfe7f1;border-radius:8px;background:#fff;color:#6d798b;font-size:13px;outline:none;transition:.2s}
.select-wrap select:focus{border-color:#8bb9ff;box-shadow:0 0 0 3px rgba(13,99,255,.10)}
.select-chevron{position:absolute;right:12px;width:15px;height:15px;color:#7e8ba0;pointer-events:none}
.decision-submit{display:grid;gap:7px}
.decision-submit .primary-button{width:100%;height:46px;font-size:14px}
.decision-submit small{text-align:center;font-size:11px;color:#8b96a8}

/* Destinations */
.destinations-section{padding-top:78px;padding-bottom:76px}
.destination-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:17px}
.destination-card{overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:0 4px 14px rgba(34,69,115,.025);transition:.22s ease}
.destination-card:hover{transform:translateY(-4px);border-color:#cdddf0;box-shadow:var(--shadow-soft)}
.destination-card>img{width:100%;height:112px;object-fit:cover}
.destination-body{padding:12px 14px 15px}
.destination-body h3{margin:0 0 5px;font-size:16px}
.destination-body p{margin:0 0 10px;color:#606e82;font-size:13px}
.destination-body strong{color:var(--orange);font-size:19px;margin-left:5px}
.destination-body small{font-size:11px;color:#7f8998;margin-left:2px}
.destination-body a{display:inline-flex;align-items:center;gap:3px;color:var(--blue);font-size:12px;font-weight:700}
.destination-body a svg{width:13px;height:13px}

/* Methods */
.methods-section{padding-top:12px;padding-bottom:78px}
.method-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.method-card{position:relative;min-height:156px;display:grid;grid-template-columns:56px 1fr;column-gap:15px;align-content:center;padding:27px 18px 20px;border:1px solid var(--line);border-radius:12px;background:#fff;transition:.2s ease}
.method-card:hover{transform:translateY(-3px);border-color:#cfdced;box-shadow:var(--shadow-soft)}
.method-card.is-featured{border-color:#8ab7ff;background:linear-gradient(180deg,#fff,#f8fbff)}
.method-badge{position:absolute;left:14px;top:12px;padding:3px 8px;border-radius:999px;background:var(--blue);color:#fff;font-size:10px;font-weight:700}
.method-badge-orange{background:var(--orange-soft);color:#ff6b32}
.method-icon{width:52px;height:62px;display:grid;place-items:center;color:#12233f}
.method-icon svg{width:46px;height:56px;stroke-width:1.55}
.method-card h3{margin:0 0 5px;font-size:16px}
.method-card p{margin:0;color:#6e7a8c;font-size:12px;line-height:1.75}
.method-card>a{position:absolute;left:75px;bottom:14px;color:var(--blue)}
.method-card>a svg{width:15px;height:15px}

/* Compatibility */
.compatibility-section{padding-top:8px;padding-bottom:84px}
.compatibility-panel{position:relative;display:grid;grid-template-columns:1.35fr .65fr;min-height:188px;overflow:hidden;border-radius:14px;background:linear-gradient(120deg,#f5f9ff 0%,#fff 62%,#f7fbff 100%)}
.compatibility-main{padding:25px 25px 22px}
.phone-search{display:grid;grid-template-columns:24px 1fr 86px;align-items:center;gap:10px;max-width:760px;height:50px;padding:0 0 0 16px;background:#fff;border:1px solid #dfe7f1;border-radius:9px;box-shadow:0 5px 18px rgba(29,62,103,.04)}
.phone-search>svg{width:20px;height:20px;color:#718096}
.phone-search input{height:100%;min-width:0;border:0;outline:0;color:#263650;font-size:13px;background:transparent}
.phone-search button{height:38px;margin-right:6px;border:0;border-radius:7px;background:var(--blue);color:#fff;font-size:13px;font-weight:700;box-shadow:0 8px 18px rgba(13,99,255,.20)}
.compatibility-results{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}
.compatibility-results article{display:flex;align-items:center;gap:11px;min-height:64px;padding:11px 13px;background:rgba(255,255,255,.86);border:1px solid #edf1f6;border-radius:9px}
.compatibility-results article>svg{width:27px;height:27px;flex:0 0 auto}
.result-success{color:var(--green)}.result-orange{color:var(--orange)}.result-blue{color:var(--blue)}
.compatibility-results strong{display:block;font-size:12px;margin-bottom:2px}
.compatibility-results span{display:block;color:#7a8798;font-size:10px}
.compatibility-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:180px}
.compatibility-visual:before,.compatibility-visual:after{content:"";position:absolute;border:2px solid rgba(13,99,255,.10);border-radius:50%}
.compatibility-visual:before{width:190px;height:190px}.compatibility-visual:after{width:250px;height:250px;border-color:rgba(13,99,255,.06)}
.compatibility-visual img{position:relative;z-index:1;width:245px;max-height:165px;object-fit:contain}

/* Plans */
.plans-section{padding-top:5px;padding-bottom:75px}
.plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.plan-card{display:grid;grid-template-columns:138px minmax(0,1fr);min-height:160px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;transition:.2s ease}
.plan-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft);border-color:#d3dfee}
.plan-card>img{width:100%;height:100%;object-fit:cover}
.plan-content{display:flex;min-width:0;flex-direction:column;padding:16px 16px 13px}
.plan-content h3{margin:0 0 10px;font-size:16px}
.plan-content h3 span{margin-left:8px;font-size:13px;font-weight:600}
.plan-content ul{display:grid;gap:5px;margin:0;padding:0;list-style:none;color:#6c7889;font-size:10px}
.plan-content li{display:flex;align-items:center;gap:7px}
.plan-content li svg{width:13px;height:13px;color:#53647b}
.plan-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;margin-top:auto;padding-top:18px}
.plan-footer strong{flex:1 1 auto;min-width:0;color:var(--orange);font-size:24px;line-height:1;white-space:nowrap}
.plan-footer strong small{font-size:10px;color:#7b8798;margin-left:3px}
.plan-footer button{height:32px;padding:0 15px;border:1px solid #9fc3ff;border-radius:7px;background:#fff;color:var(--blue);font-size:11px;font-weight:700}
.expansion-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:22px;min-height:56px;padding:0 24px;border-radius:9px;background:linear-gradient(90deg,#f4f8ff,#eef5ff)}
.expansion-banner>div{display:flex;align-items:center;gap:8px;font-size:14px;color:#233650}
.expansion-banner>div svg{width:28px;height:28px;color:var(--orange)}
.expansion-banner>div strong{font-size:14px}.expansion-banner>div span{font-size:14px}
.expansion-banner button{display:inline-flex;align-items:center;gap:4px;min-width:176px;height:38px;justify-content:center;border:0;border-radius:7px;background:var(--blue);color:#fff;font-size:12px;font-weight:700}
.expansion-banner button svg{width:14px;height:14px}

/* Guide */
.guide-section{padding-top:22px;padding-bottom:74px}
.guide-shell{border-radius:0;box-shadow:none}
.guide-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.guide-card{overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#fff;transition:.2s ease}
.guide-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft)}
.guide-image{position:relative;height:130px;overflow:hidden}
.guide-image img{width:100%;height:100%;object-fit:cover}
.guide-image span{position:absolute;left:10px;bottom:9px;padding:3px 8px;border-radius:4px;background:rgba(63,74,87,.72);color:#fff;font-size:9px}
.guide-image span.green{background:rgba(22,177,104,.85)}.guide-image span.blue{background:rgba(13,99,255,.82)}
.guide-body{padding:12px 14px 15px}
.guide-body h3{min-height:48px;margin:0 0 5px;font-size:14px;line-height:1.55}
.guide-body p{margin:0;color:#7b8798;font-size:10px}
.faq-area{margin-top:28px}
.faq-area>h3{margin:0 0 10px;font-size:15px}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 22px}
.faq-grid details{border:1px solid #edf1f6;border-radius:7px;background:#fff;overflow:hidden}
.faq-grid summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:42px;padding:0 14px;color:#59687d;font-size:11px;cursor:pointer}
.faq-grid summary::-webkit-details-marker{display:none}
.faq-grid summary:before{content:"•";color:#4776c7;font-size:15px;margin-right:-6px}
.faq-grid summary svg{width:13px;height:13px;transition:.2s}
.faq-grid details[open] summary svg{transform:rotate(90deg)}
.faq-grid details p{margin:0;padding:0 17px 14px 25px;color:#788598;font-size:11px;line-height:1.7}
.guide-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-top:18px}
.guide-category-grid>a{display:flex;align-items:center;justify-content:center;gap:10px;min-height:72px;padding:10px;border:1px solid #edf1f6;border-radius:9px;background:#fff;transition:.2s}
.guide-category-grid>a:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft)}
.category-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#eef5ff;color:var(--blue);flex:0 0 auto}
.category-icon svg{width:22px;height:22px}.category-icon.red{background:#fff0ed;color:#ff4f38}.category-icon.green{background:#eafaf2;color:#18ad66}.category-icon.purple{background:#f1edff;color:#7446ff}.category-icon.navy{background:#eef2fb;color:#163d8a}
.guide-category-grid strong{display:block;font-size:12px}.guide-category-grid small{display:block;color:#8b96a5;font-size:9px;margin-top:2px}

/* Why */
.why-section{padding:0 0 34px}
.why-shell{padding:24px 26px 28px;border-radius:13px;background:linear-gradient(180deg,#f4f8ff,#f8fbff)}
.why-title{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.why-title>span{color:var(--blue);font-size:34px;font-weight:900;line-height:1}
.why-title h2{font-size:22px}
.why-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.why-grid article{display:flex;align-items:center;gap:12px;min-height:78px;padding:12px 15px;border:1px solid rgba(227,235,247,.88);border-radius:9px;background:rgba(255,255,255,.76)}
.why-grid article>span{width:39px;height:39px;display:grid;place-items:center;border-radius:50%;background:#ecf4ff;color:var(--blue);flex:0 0 auto}
.why-grid article>span svg{width:22px;height:22px}
.why-grid strong{display:block;font-size:12px;margin-bottom:2px}.why-grid small{display:block;color:#788597;font-size:9px;line-height:1.45}

@media (max-width:1100px){
  .huoka-home-v2{--container:980px;--section-gap:72px}
  .decision-form{grid-template-columns:repeat(4,1fr)}.decision-submit{grid-column:span 4}.decision-submit .primary-button{width:220px;justify-self:end}.decision-submit small{display:none}
  .destination-grid{grid-template-columns:repeat(3,1fr)}.destination-card>img{height:145px}
  .method-grid{grid-template-columns:repeat(3,1fr)}
  .plan-card{grid-template-columns:110px minmax(0,1fr)}
  .guide-grid{grid-template-columns:repeat(2,1fr)}.guide-image{height:190px}
  .why-grid{grid-template-columns:repeat(3,1fr)}
  .cta-copy{padding-inline:180px}
}

@media (max-width:820px){
  .huoka-home-v2{--section-gap:60px}
  .huoka-home-v2 .container{width:min(100% - 30px,var(--container))}
  .hero-section{padding-top:34px}.hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:10px 0 5px}.hero-copy h1{font-size:38px}.hero-visual{height:210px;justify-content:center}.hero-visual img{width:460px}
  .decision-wrap{margin-top:0}.decision-form{grid-template-columns:1fr 1fr;padding:18px}.decision-submit{grid-column:span 2}.decision-submit .primary-button{width:100%}
  .destination-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.destination-card{min-width:210px;scroll-snap-align:start}.destination-card>img{height:130px}
  .method-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.method-card{min-width:230px;scroll-snap-align:start}
  .compatibility-panel{grid-template-columns:1fr}.compatibility-visual{display:none}.compatibility-results{grid-template-columns:1fr 1fr 1fr}
  .plan-grid{grid-template-columns:1fr}.plan-card{grid-template-columns:150px minmax(0,1fr)}.expansion-banner{align-items:flex-start;flex-direction:column;padding-block:15px}.expansion-banner button{align-self:stretch}
  .faq-grid{grid-template-columns:1fr}.guide-category-grid{grid-template-columns:repeat(3,1fr)}
  .why-grid{grid-template-columns:1fr 1fr}
  .cta-side{opacity:.55}.cta-copy{padding-inline:100px}
}

@media (max-width:560px){
  .huoka-home-v2{--section-gap:52px}
  .huoka-home-v2 .container{width:calc(100% - 24px)}
  .hero-section{padding-top:24px}.hero-grid{gap:10px}.hero-copy h1{font-size:31px}.hero-copy h2{font-size:16px}.hero-copy p{font-size:12px}.hero-visual{height:165px}.hero-visual img{width:370px}
  .decision-form{grid-template-columns:1fr;gap:13px;padding:16px;border-radius:12px}.decision-submit{grid-column:auto}.form-field-wide{grid-column:auto}
  .content-section{padding-block:var(--section-gap)}.section-heading{margin-bottom:22px}.section-heading h2{font-size:23px}
  .destinations-section{padding-top:54px}.destination-card{min-width:180px}.destination-card>img{height:108px}
  .method-card{min-width:205px;grid-template-columns:48px 1fr;padding-inline:15px}.method-icon{width:46px}.method-icon svg{width:40px}
  .compatibility-main{padding:18px 14px}.phone-search{grid-template-columns:22px 1fr 68px;padding-left:12px}.phone-search button{font-size:12px}.compatibility-results{grid-template-columns:1fr}.compatibility-results article{min-height:58px}
  .plan-card{grid-template-columns:112px minmax(0,1fr)}.plan-content{padding:12px}.plan-content h3{font-size:14px}.plan-footer strong{font-size:21px}
  .expansion-banner>div{align-items:flex-start;flex-wrap:wrap}.expansion-banner>div span{font-size:12px}
  .guide-grid{grid-template-columns:1fr}.guide-image{height:190px}.guide-body h3{min-height:auto}
  .guide-category-grid{grid-template-columns:1fr 1fr}.guide-category-grid>a{justify-content:flex-start;padding-left:16px}
  .why-shell{width:calc(100% - 18px);padding:20px 15px}.why-grid{grid-template-columns:1fr}.why-title h2{font-size:20px}
}


/* ============================================================
   火卡网首页 V2：2026-08 视觉与布局升级
   ============================================================ */
.home-v2{
  --container:1240px;
  --section-gap:104px;
  font-size:16px;
}
.home-v2 .section-heading{margin-bottom:42px}
.home-v2 .section-heading h2,.home-v2 .why-title h2{font-size:34px;letter-spacing:-.035em}
.home-v2 .section-more{font-size:15px}

/* 首屏：右侧素材透明融合，不再出现矩形底图 */
.home-v2 .hero-section{
  min-height:540px;
  padding-top:78px;
  background:
    radial-gradient(circle at 78% 25%,rgba(42,132,255,.16),transparent 31%),
    radial-gradient(circle at 15% 8%,rgba(255,255,255,.98),transparent 47%),
    linear-gradient(180deg,#fbfdff 0%,#eef6ff 76%,#eaf4ff 100%);
}
.home-v2 .hero-section:after{
  content:"";position:absolute;right:3%;top:48px;width:600px;height:290px;z-index:-1;opacity:.42;
  background-image:radial-gradient(circle,#9fc9ff 1.2px,transparent 1.5px);
  background-size:12px 12px;
  -webkit-mask-image:radial-gradient(ellipse at center,#000 0%,transparent 70%);
  mask-image:radial-gradient(ellipse at center,#000 0%,transparent 70%);
}
.home-v2 .hero-wave-one{height:230px;bottom:36px;opacity:.8}
.home-v2 .hero-wave-two{height:195px;bottom:-6px}
.home-v2 .hero-grid{min-height:330px;grid-template-columns:1.16fr .84fr;gap:24px}
.home-v2 .hero-copy{padding:4px 0 68px}
.home-v2 .hero-copy h1{font-size:58px;margin-bottom:18px}
.home-v2 .hero-copy h2{font-size:23px;margin-bottom:14px}
.home-v2 .hero-copy p{font-size:16px;line-height:2;max-width:610px}
.home-v2 .hero-visual{height:360px;overflow:visible;align-self:end;margin-right:-52px}
.home-v2 .hero-visual img{
  width:690px;max-width:none;max-height:370px;object-fit:contain;object-position:right bottom;
  filter:drop-shadow(0 24px 28px rgba(41,86,145,.13));
}
@media (min-width:1101px){
  .home-v2 .hero-copy h1{white-space:nowrap}
}
.home-v2 .decision-wrap{margin-top:-42px;padding-bottom:16px}
.home-v2 .decision-form{
  grid-template-columns:1.02fr .78fr .92fr 1.06fr 1.28fr 1.12fr;
  gap:15px;padding:24px 24px 22px;border-radius:17px;
  box-shadow:0 24px 60px rgba(25,67,121,.13);
}
.home-v2 .form-field>span:first-child{font-size:13px}
.home-v2 .select-wrap select{height:50px;font-size:14px;border-radius:10px}
.home-v2 .decision-submit .primary-button{height:50px;font-size:15px}
.home-v2 .decision-submit small{font-size:12px}

/* 所有区块增加纵向呼吸感，并采用交叉底色 */
.home-v2 .destinations-section{padding:110px 0 112px;background:#fff}
.home-v2 .methods-section{padding:110px 0 116px;background:linear-gradient(180deg,#f7faff 0%,#f3f8ff 100%)}
.home-v2 .compatibility-section{padding:108px 0 112px;background:#fff}
.home-v2 .plans-section{padding:108px 0 112px;background:linear-gradient(180deg,#f7fbff 0%,#f3f8ff 100%)}
.home-v2 .guide-section{padding:108px 0 112px;background:linear-gradient(180deg,#f7fbff 0%,#f3f8ff 100%)}
.home-v2 .why-section{padding:92px 0;}

/* 热门目的地：桌面 4列×2行 */
.home-v2 .destination-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}
.home-v2 .destination-card{border-radius:16px;box-shadow:0 10px 26px rgba(31,67,112,.045)}
.home-v2 .destination-card>img{height:164px}
.home-v2 .destination-body{padding:18px 19px 21px}
.home-v2 .destination-body h3{font-size:20px;margin-bottom:7px}
.home-v2 .destination-body p{font-size:15px;margin-bottom:13px}
.home-v2 .destination-body strong{font-size:23px}
.home-v2 .destination-body small{font-size:12px}
.home-v2 .destination-body a{font-size:14px}

/* 五种产品：eSIM 占一列两行，另外四项 2×2 */
.home-v2 .method-grid{
  display:grid;grid-template-columns:1.14fr 1fr 1fr;grid-template-rows:repeat(2,minmax(205px,1fr));
  gap:24px;min-height:470px;
}
.home-v2 .method-card{border-radius:18px;box-shadow:0 10px 28px rgba(24,61,108,.04)}
.home-v2 .method-card-primary{
  grid-row:1 / span 2;display:flex;flex-direction:column;align-items:flex-start;min-height:470px;
  padding:46px 38px 34px;border-color:#84b4ff;
  background:radial-gradient(circle at 80% 20%,rgba(69,143,255,.20),transparent 36%),linear-gradient(155deg,#fff 0%,#edf5ff 100%);
}
.home-v2 .method-card-primary:after{
  content:"eSIM";position:absolute;right:24px;bottom:2px;color:rgba(13,99,255,.055);
  font-size:92px;font-weight:900;letter-spacing:-.08em;pointer-events:none;
}
.home-v2 .method-primary-icon{width:96px;height:112px;display:grid;place-items:center;margin:34px 0 18px;color:var(--blue)}
.home-v2 .method-primary-icon svg{width:82px;height:104px;stroke-width:1.45}
.home-v2 .method-primary-copy{position:relative;z-index:1;margin-bottom:20px}
.home-v2 .method-primary-copy h3{font-size:29px;margin:0 0 14px}
.home-v2 .method-primary-copy p{font-size:16px;line-height:1.9;margin:0;color:#5f6f84;max-width:360px}
.home-v2 .method-primary-copy ul{display:flex;flex-wrap:wrap;gap:9px 15px;margin:22px 0 0;padding:0;list-style:none;color:#3c5a80;font-size:14px}
.home-v2 .method-primary-copy li:before{content:"✓";margin-right:6px;color:var(--green);font-weight:900}
.home-v2 .method-primary-button{position:relative!important;left:auto!important;bottom:auto!important;z-index:2;display:inline-flex;align-items:center;gap:5px;margin-top:auto;min-height:46px;padding:0 20px;border-radius:10px;background:var(--blue);color:#fff!important;font-size:15px;font-weight:750}
.home-v2 .method-primary-button svg{width:16px;height:16px}
.home-v2 .method-card-compact{min-height:205px;grid-template-columns:68px 1fr;padding:38px 28px 28px;column-gap:20px;align-content:center}
.home-v2 .method-card-compact .method-icon{width:64px;height:76px}
.home-v2 .method-card-compact .method-icon svg{width:57px;height:69px}
.home-v2 .method-card-compact h3{font-size:21px;margin-bottom:9px}
.home-v2 .method-card-compact p{font-size:14px;line-height:1.8}
.home-v2 .method-card-compact>a{left:116px;bottom:24px}
.home-v2 .method-badge{font-size:12px;left:22px;top:18px;padding:5px 10px}

/* 兼容中心：品牌＋机型两级选择 */
.home-v2 .compatibility-panel{min-height:300px;grid-template-columns:1.42fr .58fr;border-radius:22px;background:linear-gradient(110deg,#f4f9ff 0%,#fff 62%,#eef6ff 100%);box-shadow:0 12px 34px rgba(25,65,112,.05)}
.home-v2 .compatibility-main{padding:42px 36px 36px}
.home-v2 .compatibility-filter{display:grid;grid-template-columns:1fr 1.25fr 190px;gap:18px;align-items:end;max-width:880px}
.home-v2 .compatibility-filter label{display:grid;gap:9px}
.home-v2 .compatibility-filter label>span:first-child{font-size:14px;font-weight:750;color:#33445e}
.home-v2 .compatibility-filter .select-wrap select{height:54px;font-size:15px}
.home-v2 .compatibility-filter>button{height:54px;border:0;border-radius:10px;background:var(--blue);color:#fff;font-size:15px;font-weight:750;box-shadow:0 10px 22px rgba(13,99,255,.20)}
.home-v2 .compatibility-results{gap:16px;margin-top:25px}
.home-v2 .compatibility-results article{min-height:88px;padding:17px 18px;border-radius:13px}
.home-v2 .compatibility-results article>svg{width:34px;height:34px}
.home-v2 .compatibility-results strong{font-size:15px;margin-bottom:4px}
.home-v2 .compatibility-results span{font-size:13px;line-height:1.55}
.home-v2 .compatibility-visual{min-height:300px}
.home-v2 .compatibility-visual img{width:310px;max-height:220px}
.home-v2 .compatibility-visual:before{width:250px;height:250px}.home-v2 .compatibility-visual:after{width:330px;height:330px}

/* 套餐、指南与问答字号提升 */
.home-v2 .plan-grid{gap:28px}
.home-v2 .plan-card{min-height:190px;border-radius:16px;grid-template-columns:136px minmax(0,1fr)}
.home-v2 .plan-content{padding:22px 18px 18px}
.home-v2 .plan-content h3{font-size:19px;line-height:1.4;margin-bottom:13px}
.home-v2 .plan-content h3 span{font-size:15px}
.home-v2 .plan-content ul{font-size:13px;gap:7px}
.home-v2 .plan-content li svg{width:15px;height:15px}
.home-v2 .plan-footer strong{font-size:26px}.home-v2 .plan-footer button{height:38px;font-size:13px;padding-inline:14px}
.home-v2 .expansion-banner{min-height:70px;margin-top:28px;padding-inline:30px;border-radius:12px}
.home-v2 .expansion-banner>div,.home-v2 .expansion-banner>div strong,.home-v2 .expansion-banner>div span{font-size:15px}
.home-v2 .expansion-banner button{height:42px;font-size:13px}
.home-v2 .guide-shell{}
.home-v2 .guide-grid{gap:25px}
.home-v2 .guide-image{height:156px}
.home-v2 .guide-body{padding:17px 17px 20px}
.home-v2 .guide-body h3{font-size:17px;min-height:56px;line-height:1.55}
.home-v2 .guide-body p{font-size:13px}
.home-v2 .faq-area{margin-top:38px}
.home-v2 .faq-title{display:block!important;text-align:left!important;justify-content:flex-start!important;margin:0 0 16px!important;font-size:20px!important}
.home-v2 .faq-grid{gap:12px 26px}
.home-v2 .faq-grid summary{min-height:50px;padding:0 18px;font-size:14px;justify-content:space-between;text-align:left}
.home-v2 .faq-grid details p{font-size:13px;padding:0 20px 18px 28px}
.home-v2 .guide-category-grid{gap:16px;margin-top:24px}
.home-v2 .guide-category-grid>a{min-height:84px;border-radius:12px}
.home-v2 .guide-category-grid strong{font-size:14px}.home-v2 .guide-category-grid small{font-size:11px}
.home-v2 .why-shell{padding:34px 34px 38px;border-radius:18px}
.home-v2 .why-grid article{min-height:94px;padding:16px 18px}.home-v2 .why-grid strong{font-size:15px}.home-v2 .why-grid small{font-size:12px}

@media (max-width:1100px){
  .home-v2{--container:980px;--section-gap:86px}
  .home-v2 .hero-grid{grid-template-columns:1.2fr .8fr}.home-v2 .hero-copy h1{font-size:48px}
  .home-v2 .hero-visual{margin-right:-35px}.home-v2 .hero-visual img{width:590px}
  .home-v2 .decision-form{grid-template-columns:repeat(3,1fr)}
  .home-v2 .decision-submit{grid-column:span 3}.home-v2 .decision-submit .primary-button{width:100%}
  .home-v2 .destination-grid{grid-template-columns:repeat(4,1fr);gap:18px}.home-v2 .destination-card>img{height:130px}
  .home-v2 .method-grid{grid-template-columns:1.05fr 1fr 1fr;gap:18px}
  .home-v2 .method-card-compact{padding-inline:20px;grid-template-columns:58px 1fr}.home-v2 .method-card-compact>a{left:98px}
  .home-v2 .compatibility-filter{grid-template-columns:1fr 1.1fr 160px}
}

@media (min-width:821px) and (max-width:920px){
  .home-v2 .hero-copy h1{font-size:44px}
}

@media (max-width:820px){
  .home-v2{--section-gap:76px}
  .home-v2 .hero-section{padding-top:48px;min-height:auto}.home-v2 .hero-grid{grid-template-columns:1fr;gap:0}
  .home-v2 .hero-copy{padding-bottom:12px}.home-v2 .hero-copy h1{font-size:44px}.home-v2 .hero-copy p{font-size:15px}
  .home-v2 .hero-visual{height:260px;margin:0;justify-content:center}.home-v2 .hero-visual img{width:580px}
  .home-v2 .decision-wrap{margin-top:-14px}.home-v2 .decision-form{grid-template-columns:1fr 1fr}
  .home-v2 .decision-submit{grid-column:span 2}
  .home-v2 .destinations-section,.home-v2 .methods-section,.home-v2 .compatibility-section,.home-v2 .plans-section,.home-v2 .guide-section{padding-block:82px}
  .home-v2 .destination-grid{display:grid;grid-template-columns:repeat(2,1fr);overflow:visible}.home-v2 .destination-card{min-width:0}.home-v2 .destination-card>img{height:155px}
  .home-v2 .method-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto;min-height:0}
  .home-v2 .method-card-primary{grid-column:1/-1;grid-row:auto;min-height:390px}
  .home-v2 .method-card-compact{min-width:0;min-height:210px}
  .home-v2 .compatibility-panel{grid-template-columns:1fr}.home-v2 .compatibility-main{padding:34px 26px}
  .home-v2 .compatibility-filter{grid-template-columns:1fr 1fr}.home-v2 .compatibility-filter>button{grid-column:1/-1}
  .home-v2 .compatibility-visual{display:none}
}

@media (max-width:560px){
  .home-v2{--section-gap:66px}
  .home-v2 .section-heading{margin-bottom:28px}.home-v2 .section-heading h2,.home-v2 .why-title h2{font-size:28px}
  .home-v2 .hero-section{padding-top:34px}.home-v2 .hero-copy h1{font-size:36px}.home-v2 .hero-copy h2{font-size:19px}.home-v2 .hero-copy p{font-size:14px;line-height:1.85}
  .home-v2 .hero-visual{height:210px}.home-v2 .hero-visual img{width:470px}
  .home-v2 .decision-form{grid-template-columns:1fr;padding:20px 17px;gap:16px}.home-v2 .decision-submit{grid-column:auto}
  .home-v2 .destinations-section,.home-v2 .methods-section,.home-v2 .compatibility-section,.home-v2 .plans-section,.home-v2 .guide-section{padding-block:68px}
  .home-v2 .destination-grid{grid-template-columns:1fr 1fr;gap:13px}.home-v2 .destination-card>img{height:105px}.home-v2 .destination-body{padding:13px}.home-v2 .destination-body h3{font-size:17px}.home-v2 .destination-body strong{font-size:20px}
  .home-v2 .method-grid{grid-template-columns:1fr}.home-v2 .method-card-primary{grid-column:auto;min-height:410px;padding:40px 28px 30px}.home-v2 .method-card-compact{min-height:190px;grid-template-columns:56px 1fr;padding:34px 20px 24px}.home-v2 .method-card-compact>a{left:94px;bottom:20px}
  .home-v2 .compatibility-main{padding:26px 16px}.home-v2 .compatibility-filter{grid-template-columns:1fr;gap:14px}.home-v2 .compatibility-filter>button{grid-column:auto}.home-v2 .compatibility-results{grid-template-columns:1fr}
  .home-v2 .plan-card{grid-template-columns:112px minmax(0,1fr)}.home-v2 .plan-content{padding:15px}.home-v2 .plan-content h3{font-size:16px}.home-v2 .plan-content ul{font-size:11px}
  .home-v2 .guide-image{height:190px}.home-v2 .guide-body h3{font-size:16px}.home-v2 .faq-grid summary{font-size:13px}
}


/* ============================================================
   首页 V3：智能工具与移动端体验优化
   ============================================================ */
.home-v2 .section-description{
  max-width:720px;margin:10px 0 0;color:#718097;font-size:15px;line-height:1.8
}

/* 手机 + 目的地联合查询 */
.home-v2 .compatibility-filter{
  grid-template-columns:1fr 1.16fr 1fr 190px;
  max-width:1030px;
}

/* 首页仅放三个专项工具入口；综合推荐与手机目的地查询由既有模块承担 */
.home-v2 .decision-tools-section{
  padding:108px 0 112px;
  background:#fff;
}
.home-v2 .decision-tools-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px
}
.home-v2 .decision-tool-card{
  position:relative;display:flex;flex-direction:column;min-height:390px;padding:34px 30px 28px;
  overflow:hidden;border:1px solid #e1e9f4;border-radius:20px;background:#fff;
  box-shadow:0 14px 38px rgba(25,63,108,.065);transition:.22s ease
}
.home-v2 .decision-tool-card:before{
  content:"";position:absolute;right:-58px;top:-68px;width:190px;height:190px;border-radius:50%;
  background:rgba(13,99,255,.065);pointer-events:none
}
.home-v2 .decision-tool-card:hover{transform:translateY(-5px);border-color:#cbdcf1;box-shadow:0 22px 50px rgba(25,63,108,.11)}
.home-v2 .decision-tool-card.tool-compare:before{background:rgba(116,70,255,.07)}
.home-v2 .decision-tool-card.tool-group:before{background:rgba(24,183,107,.07)}
.home-v2 .tool-icon{
  position:relative;z-index:1;width:62px;height:62px;display:grid;place-items:center;margin-bottom:24px;
  border-radius:17px;background:#eaf3ff;color:var(--blue)
}
.home-v2 .tool-compare .tool-icon{background:#f0edff;color:var(--purple)}
.home-v2 .tool-group .tool-icon{background:#eaf9f1;color:var(--green)}
.home-v2 .tool-icon svg{width:33px;height:33px}
.home-v2 .tool-copy{position:relative;z-index:1}
.home-v2 .tool-kicker{display:block;margin-bottom:8px;color:#738196;font-size:13px;font-weight:700}
.home-v2 .decision-tool-card h3{margin:0 0 14px;font-size:23px;line-height:1.3;letter-spacing:-.02em}
.home-v2 .decision-tool-card p{margin:0;color:#647389;font-size:15px;line-height:1.85}
.home-v2 .decision-tool-card ul{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0 0;padding:0;list-style:none}
.home-v2 .decision-tool-card li{padding:6px 10px;border-radius:999px;background:#f5f8fc;color:#51637d;font-size:12px}
.home-v2 .decision-tool-card>button{
  position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;
  min-height:46px;margin-top:auto;border:1px solid #a8c9ff;border-radius:10px;background:#fff;color:var(--blue);
  font-size:14px;font-weight:750;transition:.2s ease
}
.home-v2 .decision-tool-card>button:hover{background:var(--blue);border-color:var(--blue);color:#fff}
.home-v2 .decision-tool-card>button svg{width:16px;height:16px}

/* 热门问题标题：抵抗主题全局 h3 居中规则 */
body.home-v2 .guide-section .guide-shell .faq-area{
  display:block!important;text-align:left!important
}
body.home-v2 .guide-section .guide-shell .faq-area>h3.faq-title{
  width:100%!important;display:block!important;text-align:left!important;justify-content:flex-start!important;
  margin-left:0!important;margin-right:0!important
}

/* 更适合桌面与手机的“为什么选择火卡网” */
.home-v2 .why-title{display:block;margin-bottom:26px}
.home-v2 .why-title h2{margin:0}

@media (max-width:1100px){
  .home-v2 .compatibility-filter{grid-template-columns:1fr 1.12fr 1fr}
  .home-v2 .compatibility-filter>button{grid-column:1/-1;width:100%}
  .home-v2 .decision-tools-grid{gap:18px}
  .home-v2 .decision-tool-card{padding-inline:24px}
}

@media (max-width:820px){
  .home-v2 .decision-tools-section{padding-block:82px}
  .home-v2 .decision-tools-grid{grid-template-columns:1fr}
  .home-v2 .decision-tool-card{min-height:0}
  .home-v2 .decision-tool-card>button{margin-top:28px}
  .home-v2 .compatibility-filter{grid-template-columns:1fr 1fr}
  .home-v2 .compatibility-filter label:nth-child(3){grid-column:1/-1}
  .home-v2 .compatibility-filter>button{grid-column:1/-1}
}

@media (max-width:560px){
  /* 手机首屏只保留定位、说明和核心表单，不显示装饰设备图 */
  .home-v2 .hero-visual{display:none!important}
  .home-v2 .hero-grid{display:block;min-height:auto}
  .home-v2 .hero-copy{padding:12px 0 36px}
  .home-v2 .decision-wrap{margin-top:0}

  .home-v2 .section-description{font-size:13px;line-height:1.75}
  .home-v2 .decision-tools-section{padding-block:68px}
  .home-v2 .tools-heading{align-items:flex-start}
  .home-v2 .tools-heading .section-more{display:none}
  .home-v2 .decision-tools-grid{gap:16px}
  .home-v2 .decision-tool-card{min-height:0;padding:25px 20px 21px;border-radius:16px}
  .home-v2 .tool-icon{width:52px;height:52px;margin-bottom:18px;border-radius:14px}
  .home-v2 .tool-icon svg{width:28px;height:28px}
  .home-v2 .decision-tool-card h3{font-size:20px}
  .home-v2 .decision-tool-card p{font-size:14px}
  .home-v2 .decision-tool-card li{font-size:11px}

  .home-v2 .compatibility-filter{grid-template-columns:1fr}
  .home-v2 .compatibility-filter label:nth-child(3),
  .home-v2 .compatibility-filter>button{grid-column:auto}

  /* 手机端两列紧凑展示，最后一项横跨整行 */
  .home-v2 .why-section{padding:68px 0}
  .home-v2 .why-shell{width:calc(100% - 24px);padding:26px 16px 20px}
  .home-v2 .why-title{margin-bottom:18px}
  .home-v2 .why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .home-v2 .why-grid article{
    min-height:128px;padding:17px 13px;flex-direction:column;align-items:flex-start;justify-content:flex-start;
    border-radius:13px
  }
  .home-v2 .why-grid article>span{width:43px;height:43px}
  .home-v2 .why-grid strong{font-size:14px;margin-top:8px}
  .home-v2 .why-grid small{font-size:11px;line-height:1.55}
  .home-v2 .why-grid small br{display:none}
  .home-v2 .why-grid article:last-child{
    grid-column:1/-1;min-height:88px;flex-direction:row;align-items:center
  }
  .home-v2 .why-grid article:last-child strong{margin-top:0}

}


/* 最终修正：手机与窄屏平板隐藏首屏装饰图，释放表单空间 */
@media (max-width:820px){
  .home-v2 .hero-visual{display:none!important}
  .home-v2 .hero-grid{display:block!important;min-height:auto!important}
  .home-v2 .hero-copy{padding:0 0 34px!important}
  .home-v2 .decision-wrap{margin-top:0!important;padding-bottom:20px}
  .home-v2 .hero-section{padding-top:48px;padding-bottom:16px;min-height:auto}
}

/* 最终修正：热门问题标题始终以区块左边缘为基准 */
body.home-v2 .guide-section .faq-area>h3.faq-title{
  display:block!important;width:100%!important;margin:0 0 18px!important;padding:0!important;
  text-align:left!important;justify-content:flex-start!important;align-items:flex-start!important;
}

/* WordPress production integration: keep the V3 visual system while the
   huoka-esim plugin supplies live data and the six stable module slots. */
body.huoka-home-v2-active{margin:0;background:#fff}
body.huoka-home-v2-active *,body.huoka-home-v2-active *:before,body.huoka-home-v2-active *:after{box-sizing:border-box}
body.huoka-home-v2-active .huoka-home-v2,body.huoka-home-v2-active .huoka-home-v2__content,body.huoka-home-v2-active .huoka-home-v2__page{width:100%;max-width:none;margin:0;padding:0;background:transparent}
body.huoka-home-v2-active .huoka-home-v2__page>*{margin-block:0}
body.huoka-home-v2-active .huoka-home-v2__content>.entry-content{margin:0;padding:0}
body.huoka-home-v2-active .svg-sprite{position:absolute;width:0;height:0;overflow:hidden}
body.huoka-home-v2-active .select-wrap input{width:100%;height:50px;min-width:0;padding:0 38px 0 40px;border:1px solid #dfe7f1;border-radius:10px;outline:0;background:#fff;color:#4d5c72;font-size:14px;transition:.2s}
body.huoka-home-v2-active .select-wrap input::placeholder{color:#8b96a8}
body.huoka-home-v2-active .select-wrap input:focus{border-color:#8bb9ff;box-shadow:0 0 0 3px rgba(13,99,255,.1)}
body.huoka-home-v2-active .decision-submit small{min-height:18px}
body.huoka-home-v2-active .primary-button:disabled,body.huoka-home-v2-active button:disabled{cursor:not-allowed;opacity:.58}
body.huoka-home-v2-active .destination-image{display:block}
body.huoka-home-v2-active .destination-image,body.huoka-home-v2-active .destination-image img{width:100%;height:164px}
body.huoka-home-v2-active .destination-image img{object-fit:cover}
body.huoka-home-v2-active .destination-body p{min-height:30px}
body.huoka-home-v2-active .compatibility-filter{grid-template-columns:1fr 1.25fr 190px!important;max-width:880px!important}
body.huoka-home-v2-active .compatibility-filter .select-wrap input{height:54px;font-size:15px}
body.huoka-home-v2-active .compatibility-results article[data-compatibility-result]>a{margin-left:auto;color:var(--blue);font-size:12px;font-weight:700}
body.huoka-home-v2-active .solutions-section{margin:0;padding:0}
body.huoka-home-v2-active .plans-stage{padding:108px 0 112px;background:linear-gradient(180deg,#f7fbff 0%,#f3f8ff 100%)}
body.huoka-home-v2-active .plan-name{margin:0 0 9px;overflow:hidden;color:#6c7889;font-size:12px;text-overflow:ellipsis;white-space:nowrap}
body.huoka-home-v2-active .plan-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;height:38px;max-width:100%;padding:0 14px;border:1px solid #9fc3ff;border-radius:7px;color:var(--blue);font-size:13px;font-weight:700;line-height:1;white-space:nowrap}
body.huoka-home-v2-active .plan-content>small{margin-top:9px;color:#8b96a8;font-size:10px}
body.huoka-home-v2-active .expansion-banner>a{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:176px;height:42px;padding:0 16px;border-radius:7px;background:var(--blue);color:#fff;font-size:13px;font-weight:700}
body.huoka-home-v2-active .expansion-banner>a svg{width:14px;height:14px}
body.huoka-home-v2-active .decision-tool-card{color:inherit}
body.huoka-home-v2-active a.decision-tool-card:hover{transform:translateY(-5px);border-color:#cbdcf1;box-shadow:0 22px 50px rgba(25,63,108,.11)}
body.huoka-home-v2-active .tool-copy{position:relative;z-index:1;display:block}
body.huoka-home-v2-active .tool-copy>strong{display:block;margin:0 0 14px;font-size:23px;line-height:1.3;letter-spacing:-.02em}
body.huoka-home-v2-active .tool-copy>span{display:block;color:#647389;font-size:15px;line-height:1.85}
body.huoka-home-v2-active .decision-tool-card>em{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:46px;margin-top:auto;border:1px solid #a8c9ff;border-radius:10px;color:var(--blue);font-size:14px;font-style:normal;font-weight:750}
body.huoka-home-v2-active .decision-tool-card>em svg{width:16px;height:16px}
body.huoka-home-v2-active .decision-tool-card.is-disabled{opacity:.78}
body.huoka-home-v2-active .decision-tool-card.is-disabled>em{border-color:#d9e2ee;color:#7e8da2}
body.huoka-home-v2-active .guide-shell{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
body.huoka-home-v2-active .guide-image{display:block}
body.huoka-home-v2-active .guide-body h3 a{color:inherit}
body.huoka-home-v2-active .faq-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}
body.huoka-home-v2-active .faq-heading h3{margin:0;font-size:20px;text-align:left}
body.huoka-home-v2-active .faq-heading>a{display:inline-flex;align-items:center;gap:4px;color:var(--blue);font-size:13px;font-weight:700}
body.huoka-home-v2-active .faq-heading>a svg{width:14px;height:14px}
body.huoka-home-v2-active .faq-grid>a{display:grid;grid-template-columns:12px 1fr 16px;align-items:center;gap:9px;min-height:52px;padding:0 18px;border:1px solid #e6edf5;border-radius:9px;background:#fff;color:#65758b}
body.huoka-home-v2-active .faq-grid>a>span{color:var(--blue)}
body.huoka-home-v2-active .faq-grid>a strong{font-size:14px;font-weight:500}
body.huoka-home-v2-active .faq-grid>a svg{width:14px;height:14px;color:#9cabbc}
body.huoka-home-v2-active .guide-category-grid>a{display:grid;grid-template-columns:42px 1fr;align-items:center}
body.huoka-home-v2-active .category-icon{display:grid;grid-row:1/span 2;place-items:center;width:42px;height:42px;border-radius:13px;background:#eaf3ff;color:var(--blue)}
body.huoka-home-v2-active .category-icon.red{background:#fff0ed;color:#ff6340}
body.huoka-home-v2-active .category-icon.green{background:#eaf9f1;color:var(--green)}
body.huoka-home-v2-active .category-icon.purple{background:#f0edff;color:var(--purple)}
body.huoka-home-v2-active .category-icon.navy{background:#edf3fb;color:var(--navy)}
body.huoka-home-v2-active .category-icon svg{width:23px;height:23px}
body.huoka-home-v2-active .guide-category-grid small{align-self:start}
body.huoka-home-v2-active .home-empty{display:flex;min-height:150px;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:28px;border:1px dashed #cbd9ea;border-radius:16px;background:rgba(255,255,255,.72);color:#708097;text-align:center}
body.huoka-home-v2-active .home-empty strong{color:#1b3151;font-size:18px}
body.huoka-home-v2-active .home-empty-small{min-height:70px;font-size:13px}
body.huoka-home-v2-active .huoka-home-v2-slot{width:min(var(--container),calc(100% - 48px));margin:60px auto;padding:28px;border:1px solid var(--line);border-radius:16px}

@media(min-width:821px) and (max-width:1100px){
  body.huoka-home-v2-active .plan-card{grid-template-columns:108px minmax(0,1fr)}
  body.huoka-home-v2-active .plan-content{padding:18px 12px 15px}
  body.huoka-home-v2-active .plan-footer{gap:8px}
  body.huoka-home-v2-active .plan-footer strong{font-size:22px}
  body.huoka-home-v2-active .plan-button{height:36px;padding-inline:10px;font-size:12px}
}
@media(max-width:820px){
  body.huoka-home-v2-active .compatibility-filter{grid-template-columns:1fr 1fr!important}
  body.huoka-home-v2-active .compatibility-filter>button{grid-column:1/-1}
  body.huoka-home-v2-active .plan-grid{grid-template-columns:1fr}
  body.huoka-home-v2-active .plan-card{grid-template-columns:170px minmax(0,1fr)}
  body.huoka-home-v2-active .guide-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  body.huoka-home-v2-active .huoka-home-v2 .container{width:calc(100% - 28px)}
  body.huoka-home-v2-active .destination-image,body.huoka-home-v2-active .destination-image img{height:105px}
  body.huoka-home-v2-active .compatibility-filter{grid-template-columns:1fr!important}
  body.huoka-home-v2-active .compatibility-filter>button{grid-column:auto}
  body.huoka-home-v2-active .plan-card{grid-template-columns:112px minmax(0,1fr)}
  body.huoka-home-v2-active .expansion-banner{align-items:stretch;flex-direction:column;padding:20px}
  body.huoka-home-v2-active .expansion-banner>div{align-items:flex-start;flex-wrap:wrap}
  body.huoka-home-v2-active .expansion-banner>a{width:100%}
  body.huoka-home-v2-active .guide-grid,body.huoka-home-v2-active .faq-grid{grid-template-columns:1fr}
  body.huoka-home-v2-active .guide-category-grid{grid-template-columns:1fr 1fr;gap:10px}
  body.huoka-home-v2-active .guide-category-grid>a{grid-template-columns:36px 1fr;min-height:76px;padding:9px}
  body.huoka-home-v2-active .category-icon{width:36px;height:36px}
}

/* Homepage V2 dedicated footer. Keep every rule below on the footer's unique
   class so the parent theme header, other page footers and homepage modules
   retain their own presentation. */
body.huoka-home-v2-active .huoka-home-footer{
  margin:0;padding:50px 0 20px;background:linear-gradient(180deg,#102844 0%,#0b1d35 100%);
  color:#b8c5d6
}
body.huoka-home-v2-active .huoka-home-footer__container{
  width:min(1180px,calc(100% - 48px));margin-inline:auto
}
body.huoka-home-v2-active .huoka-home-footer__grid{
  display:grid;grid-template-columns:1.25fr 3fr;gap:64px
}
body.huoka-home-v2-active .huoka-home-footer__brand-link{
  display:inline-flex;align-items:center;gap:9px;color:#fff;text-decoration:none
}
body.huoka-home-v2-active .huoka-home-footer__flame{display:block;width:44px;height:38px;flex:0 0 auto}
body.huoka-home-v2-active .huoka-home-footer__flame svg,
body.huoka-home-v2-active .huoka-home-footer__flame img{display:block;width:100%;height:100%;object-fit:contain;stroke:none}
body.huoka-home-v2-active .huoka-home-footer__brand-copy{display:flex;flex-direction:column;line-height:1}
body.huoka-home-v2-active .huoka-home-footer__brand-copy strong{color:#fff;font-size:21px;font-weight:900;letter-spacing:-.05em}
body.huoka-home-v2-active .huoka-home-footer__brand-copy small{margin-top:4px;color:#fff;font-size:9px;font-weight:700}
body.huoka-home-v2-active .huoka-home-footer__brand p{margin:20px 0 0;color:#9cacc1;font-size:12px;line-height:1.9}
body.huoka-home-v2-active .huoka-home-footer__menu-edit{
  display:inline-flex;margin-top:14px;color:#8fb8eb;font-size:12px;text-decoration:underline;text-underline-offset:3px
}
body.huoka-home-v2-active .huoka-home-footer__menus{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px
}
body.huoka-home-v2-active .huoka-home-footer__column{margin:0}
body.huoka-home-v2-active .huoka-home-footer__column summary{
  display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 14px;
  color:#fff;font-size:14px;font-weight:750;list-style:none;cursor:default
}
body.huoka-home-v2-active .huoka-home-footer__column summary::-webkit-details-marker{display:none}
body.huoka-home-v2-active .huoka-home-footer__column summary svg{
  display:none;width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round
}
body.huoka-home-v2-active .huoka-home-footer .footer-menu-links a{
  display:block;margin:9px 0;color:#aab8ca;font-size:12px;text-decoration:none
}
body.huoka-home-v2-active .huoka-home-footer .footer-menu-links a:hover{color:#fff}
body.huoka-home-v2-active .huoka-home-footer ul.footer-menu-links{margin:0;padding:0;list-style:none}
@media (min-width:561px){
  body.huoka-home-v2-active .huoka-home-footer__column>.footer-menu-links{display:block}
}
body.huoka-home-v2-active .huoka-home-footer__bottom{
  display:flex;align-items:center;justify-content:center;gap:28px;margin-top:34px;padding-top:18px;
  border-top:1px solid rgba(255,255,255,.09);color:#71849d;font-size:11px
}

@media(max-width:1100px){
  body.huoka-home-v2-active .huoka-home-footer__grid{grid-template-columns:1fr;gap:34px}
  body.huoka-home-v2-active .huoka-home-footer__menus{gap:24px}
}
@media(max-width:560px){
  body.huoka-home-v2-active .huoka-home-footer{padding:34px 0 16px}
  body.huoka-home-v2-active .huoka-home-footer__container{width:calc(100% - 28px)}
  body.huoka-home-v2-active .huoka-home-footer__grid{grid-template-columns:1fr;gap:28px}
  body.huoka-home-v2-active .huoka-home-footer__brand p{font-size:12px}
  body.huoka-home-v2-active .huoka-home-footer__menus{display:block;border-top:1px solid rgba(255,255,255,.1)}
  body.huoka-home-v2-active .huoka-home-footer__column{border-bottom:1px solid rgba(255,255,255,.1)}
  body.huoka-home-v2-active .huoka-home-footer__column summary{
    min-height:54px;margin:0;padding:0 2px;cursor:pointer;font-size:15px
  }
  body.huoka-home-v2-active .huoka-home-footer__column summary svg{display:block;transition:transform .2s ease}
  body.huoka-home-v2-active .huoka-home-footer__column[open] summary svg{transform:rotate(180deg)}
  body.huoka-home-v2-active .huoka-home-footer__column:not([open])>.footer-menu-links{display:none}
  body.huoka-home-v2-active .huoka-home-footer__column[open]>.footer-menu-links{
    display:grid;grid-template-columns:1fr 1fr;gap:0 18px;padding:0 2px 16px
  }
  body.huoka-home-v2-active .huoka-home-footer .footer-menu-links a{margin:7px 0;font-size:12px}
  body.huoka-home-v2-active .huoka-home-footer__bottom{
    align-items:center;flex-direction:column;gap:4px;margin-top:22px;padding-top:0;border-top:0;text-align:center
  }
}
