/* LPページだけWordPressテーマ由来の白い外枠・上下余白を解除 */
body.kwaa-lp-page {
  margin: 0 !important;
  padding: 0 !important;
  background: #050909 !important;
}
body.kwaa-lp-page > #page,
body.kwaa-lp-page > .site,
body.kwaa-lp-page > .wp-site-blocks,
body.kwaa-lp-page #content,
body.kwaa-lp-page #primary,
body.kwaa-lp-page .site-content,
body.kwaa-lp-page .content-area,
body.kwaa-lp-page .site-main,
body.kwaa-lp-page .entry-content,
body.kwaa-lp-page .wp-block-post-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.kwaa-lp-page > #page > #masthead,
body.kwaa-lp-page > #page > #colophon,
body.kwaa-lp-page > #page > header,
body.kwaa-lp-page > #page > footer,
body.kwaa-lp-page > .site > #masthead,
body.kwaa-lp-page > .site > #colophon,
body.kwaa-lp-page > .site > header,
body.kwaa-lp-page > .site > footer,
body.kwaa-lp-page > .wp-site-blocks > header,
body.kwaa-lp-page > .wp-site-blocks > footer,
body.kwaa-lp-page .entry-header,
body.kwaa-lp-page .wp-block-post-title,
body.kwaa-lp-page .post-navigation,
body.kwaa-lp-page .comments-area {
  display: none !important;
}
body.kwaa-lp-page .wp-site-blocks > main,
body.kwaa-lp-page main.wp-block-group {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.kwaa-lp {
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw) !important;
  --bg: #050909;
  --panel: #0c1514;
  --line: rgba(211, 255, 242, 0.12);
  --line-bright: rgba(124, 247, 212, 0.34);
  --mint: #7cf7d4;
  --ink: #effaf7;
  --muted: #9aadaa;
  --orange: #ff7b3e;
  --max: 1180px;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none !important;
  margin: 0 0 0 -50vw !important;
  color: var(--ink);
  background: var(--bg);
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.kwaa-lp, .kwaa-lp * { box-sizing: border-box; }
.kwaa-lp ::selection { color: #02100c; background: var(--mint); }
.kwaa-lp a { color: inherit; text-decoration: none; }
.kwaa-lp button { margin: 0; font: inherit; border-radius: 0; }
.kwaa-lp img, .kwaa-lp svg { max-width: 100%; }
.kwaa-lp .kwaa-main { display: flex; flex-direction: column; overflow: hidden; }
.kwaa-lp .container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }

.kwaa-lp .site-header { position: absolute; top: 0; left: 50%; z-index: 20; width: min(calc(100% - 48px), var(--max)); height: 86px; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.kwaa-lp .brand { display: inline-flex; align-items: center; gap: 12px; }
.kwaa-lp .brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: #04110d; background: var(--mint); clip-path: polygon(50% 0,92% 18%,85% 72%,50% 100%,15% 72%,8% 18%); }
.kwaa-lp .brand > span:last-child { display: flex; flex-direction: column; gap: 4px; }
.kwaa-lp .brand b { color: var(--ink); font-size: 14px; line-height: 1; letter-spacing: .18em; }
.kwaa-lp .brand small { color: var(--muted); font-size: 8px; letter-spacing: .16em; }
.kwaa-lp .site-header nav { display: flex; gap: 34px; }
.kwaa-lp .site-header nav a { color: #b6c6c3; font-size: 12px; font-weight: 600; letter-spacing: .05em; }
.kwaa-lp .site-header nav a:hover { color: #fff; }
.kwaa-lp .header-call { display: inline-flex; align-items: center; gap: 8px; color: var(--mint); font: 13px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .05em; }

.kwaa-lp .hero { position: relative; min-height: 830px; padding: 172px 0 0; background: radial-gradient(circle at 75% 38%,rgba(21,61,53,.42),transparent 33%),var(--bg); }
.kwaa-lp.has-custom-hero-image .hero-visual { background-image: linear-gradient(145deg,rgba(4,10,9,.22),rgba(4,10,9,.52)),var(--kwaa-hero-image); background-position: center; background-size: cover; }
.kwaa-lp.has-custom-hero-image .hero-visual > * { visibility: hidden; }
.kwaa-lp .hero-grid, .kwaa-lp .pricing-grid-bg { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(124,247,212,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(124,247,212,.15) 1px,transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom,rgba(0,0,0,.8),transparent 88%); }
.kwaa-lp .hero-glow { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; }
.kwaa-lp .hero-glow-a { width: 260px; height: 260px; right: 18%; top: 22%; background: rgba(56,221,179,.09); }
.kwaa-lp .hero-glow-b { width: 220px; height: 220px; left: -70px; bottom: 14%; background: rgba(255,123,62,.05); }
.kwaa-lp .hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; gap: 52px; align-items: center; }
.kwaa-lp .eyebrow { display: inline-flex; align-items: center; gap: 11px; color: var(--mint); font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.kwaa-lp .eyebrow span { width: 20px; height: 1px; background: currentColor; }
.kwaa-lp .hero h1 { max-width: 650px; margin: 25px 0 24px; color: var(--ink); font-size: clamp(48px,5.7vw,80px); line-height: 1.15; letter-spacing: -.055em; font-weight: 700; }
.kwaa-lp .hero h1 em, .kwaa-lp .section-heading h2 em, .kwaa-lp .booking-copy h2 em { color: var(--mint); font-style: normal; }
.kwaa-lp .hero-lead { max-width: 570px; margin: 0; color: #b9c8c5; font-size: 15px; line-height: 2; }
.kwaa-lp .hero-actions, .kwaa-lp .booking-actions { display: flex; align-items: stretch; gap: 13px; margin-top: 38px; }
.kwaa-lp .button { min-height: 56px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; font-size: 13px; font-weight: 700; letter-spacing: .04em; transition: .2s ease; }
.kwaa-lp .button:hover { transform: translateY(-2px); }
.kwaa-lp .button-primary { color: #04110d; background: var(--mint); box-shadow: 0 10px 42px rgba(124,247,212,.12); }
.kwaa-lp .button-primary:hover { color: #04110d; background: #a5ffe7; }
.kwaa-lp .button-ghost { color: #e6f1ee; border-color: var(--line); background: rgba(255,255,255,.02); }
.kwaa-lp .button-ghost:hover { border-color: var(--line-bright); }
.kwaa-lp .hero-notes { display: flex; gap: 20px; margin-top: 25px; color: #81928f; font-size: 11px; }
.kwaa-lp .hero-notes span { display: inline-flex; align-items: center; gap: 6px; }
.kwaa-lp .hero-notes svg { color: var(--mint); }

.kwaa-lp .hero-visual { position: relative; min-height: 488px; padding: 24px; border: 1px solid var(--line); background: linear-gradient(145deg,rgba(13,24,22,.78),rgba(5,11,10,.45)); box-shadow: inset 0 0 60px rgba(124,247,212,.025),0 30px 100px rgba(0,0,0,.35); clip-path: polygon(0 0,calc(100% - 34px) 0,100% 34px,100% 100%,34px 100%,0 calc(100% - 34px)); }
.kwaa-lp .visual-topline { display: flex; justify-content: space-between; color: #6f827e; font: 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .17em; }
.kwaa-lp .live { color: var(--mint); }
.kwaa-lp .live i, .kwaa-lp .rec-top i, .kwaa-lp .set-title span i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 12px var(--mint); animation: kwaa-pulse 1.9s ease-in-out infinite; }
.kwaa-lp .radar { position: relative; height: 345px; display: grid; place-items: center; overflow: hidden; }
.kwaa-lp .radar::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: linear-gradient(transparent,rgba(124,247,212,.25),transparent); }
.kwaa-lp .radar::after { content: ""; position: absolute; top: 50%; left: 2%; right: 2%; height: 1px; background: linear-gradient(90deg,transparent,rgba(124,247,212,.25),transparent); }
.kwaa-lp .radar-ring { position: absolute; border: 1px solid rgba(124,247,212,.09); border-radius: 50%; }
.kwaa-lp .ring-a { width: 410px; height: 410px; } .kwaa-lp .ring-b { width: 290px; height: 290px; } .kwaa-lp .ring-c { width: 170px; height: 170px; border-color: rgba(124,247,212,.2); }
.kwaa-lp .scan-line { position: absolute; z-index: 1; width: 160px; height: 160px; left: calc(50% - 1px); top: calc(50% - 80px); transform-origin: left center; background: conic-gradient(from 270deg at 0 50%,rgba(124,247,212,.16),transparent 18%); animation: kwaa-scan 6s linear infinite; }
.kwaa-lp .car-silhouette { position: relative; z-index: 3; width: 95%; margin-top: 64px; filter: drop-shadow(0 0 18px rgba(124,247,212,.08)); }
.kwaa-lp .security-core { position: absolute; z-index: 5; top: 45%; left: 50%; width: 64px; height: 64px; transform: translate(-50%,-50%); display: grid; place-items: center; color: #04110d; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 8px rgba(124,247,212,.08),0 0 38px rgba(124,247,212,.22); }
.kwaa-lp .data-chip { position: absolute; z-index: 5; padding: 7px 9px; color: #90a49f; border: 1px solid var(--line); background: rgba(5,9,9,.84); font: 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .1em; }
.kwaa-lp .chip-a { left: 4%; top: 32%; } .kwaa-lp .chip-b { right: 3%; bottom: 18%; color: var(--mint); }
.kwaa-lp .visual-stats { display: grid; grid-template-columns: 1.25fr .9fr 1.25fr; border-top: 1px solid var(--line); }
.kwaa-lp .visual-stats div { padding: 17px 12px 4px; border-right: 1px solid var(--line); } .kwaa-lp .visual-stats div:last-child { border: 0; }
.kwaa-lp .visual-stats small, .kwaa-lp .visual-stats strong { display: block; white-space: nowrap; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; }
.kwaa-lp .visual-stats small { color: #536561; font-size: 7px; } .kwaa-lp .visual-stats strong { margin-top: 7px; color: #a8bbb7; font-size: 9px; font-weight: 500; }
.kwaa-lp .ticker { position: absolute; z-index: 4; left: 0; right: 0; bottom: 0; height: 77px; display: flex; align-items: center; overflow: hidden; border-block: 1px solid var(--line); background: rgba(4,8,8,.73); backdrop-filter: blur(8px); }
.kwaa-lp .ticker-track { min-width: 100%; padding: 0 30px; display: flex; align-items: center; justify-content: center; gap: 28px; color: #70817e; font: 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .12em; white-space: nowrap; }
.kwaa-lp .ticker-track i { width: 3px; height: 3px; flex: 0 0 auto; background: var(--mint); transform: rotate(45deg); }

.kwaa-lp .security-section, .kwaa-lp .guide-section, .kwaa-lp .pricing-section { padding: 122px 0 118px; }
.kwaa-lp .security-section { background: var(--bg); }
.kwaa-lp .guide-section { position: relative; background: var(--bg); border-top: 1px solid rgba(124,247,212,.05); }
.kwaa-lp .pricing-section { position: relative; overflow: hidden; border-top: 1px solid var(--line); background: linear-gradient(155deg,rgba(255,255,255,.005),rgba(124,247,212,.025) 52%,transparent),var(--bg); }
.kwaa-lp .pricing-grid-bg { opacity: .11; background-size: 82px 82px; mask-image: radial-gradient(circle at 50% 40%,#000,transparent 78%); }
.kwaa-lp .pricing-section .container { position: relative; }
.kwaa-lp .section-heading { display: grid; grid-template-columns: 200px 1.25fr .75fr; gap: 38px; align-items: end; margin-bottom: 56px; }
.kwaa-lp .section-heading > div:first-child { align-self: start; display: flex; align-items: center; gap: 12px; }
.kwaa-lp .section-number { color: var(--mint); font: 11px/1 ui-monospace,SFMono-Regular,Menlo,monospace; }
.kwaa-lp .kicker { color: #687a76; font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.kwaa-lp .section-heading h2 { margin: 0; color: var(--ink); font-size: clamp(34px,4vw,51px); line-height: 1.35; letter-spacing: -.045em; }
.kwaa-lp .section-heading > p { margin: 0; color: #8fa09d; font-size: 13px; line-height: 1.9; }
.kwaa-lp .security-layers { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.kwaa-lp .layer-card { position: relative; min-height: 380px; padding: 35px 33px 30px; border-right: 1px solid var(--line); background: linear-gradient(145deg,rgba(255,255,255,.016),transparent); transition: .25s ease; }
.kwaa-lp .layer-card:last-child { border-right: 0; } .kwaa-lp .layer-card:hover { transform: translateY(-4px); background: rgba(124,247,212,.035); }
.kwaa-lp .layer-card.featured { background: linear-gradient(150deg,rgba(124,247,212,.075),rgba(124,247,212,.015)); }
.kwaa-lp .layer-index { color: #576864; font: 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .14em; }
.kwaa-lp .layer-icon, .kwaa-lp .price-card-top > div { width: 56px; height: 56px; margin: 45px 0 24px; display: grid; place-items: center; color: var(--mint); border: 1px solid var(--line-bright); background: rgba(124,247,212,.04); }
.kwaa-lp .layer-card h3 { margin: 0 0 15px; color: var(--ink); font-size: 22px; } .kwaa-lp .layer-card p { margin: 0; color: #8d9e9b; font-size: 12px; line-height: 1.9; }
.kwaa-lp .layer-card > strong { position: absolute; left: 33px; bottom: 30px; color: var(--mint); font: 500 10px/1 ui-monospace,SFMono-Regular,Menlo,monospace; }
.kwaa-lp .fine-note { margin-top: 20px; display: flex; gap: 10px; color: #657773; font-size: 10px; } .kwaa-lp .fine-note svg { color: var(--mint); flex: 0 0 auto; }

.kwaa-lp .guide-glow { position: absolute; width: 600px; height: 600px; left: 55%; top: 38%; transform: translate(-50%,-50%); border-radius: 50%; background: rgba(68,197,163,.05); filter: blur(100px); }
.kwaa-lp .guide-shell { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; border: 1px solid var(--line); background: rgba(3,8,7,.38); }
.kwaa-lp .guide-questions { padding: 40px; }
.kwaa-lp fieldset { min-width: 0; margin: 0 0 34px; padding: 0; border: 0; } .kwaa-lp fieldset:last-child { margin-bottom: 0; }
.kwaa-lp legend { width: 100%; margin-bottom: 17px; color: #dce9e5; font-size: 12px; font-weight: 700; }
.kwaa-lp legend span { width: 23px; height: 23px; margin-right: 9px; display: inline-grid; place-items: center; color: var(--mint); border: 1px solid var(--line-bright); font: 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace; }
.kwaa-lp .choice-grid { display: grid; gap: 9px; } .kwaa-lp .vehicle-grid { grid-template-columns: 1fr 1fr; } .kwaa-lp .mini-grid { grid-template-columns: repeat(3,1fr); } .kwaa-lp .timing-grid { grid-template-columns: 1fr 1fr; }
.kwaa-lp .choice { min-width: 0; min-height: 66px; padding: 12px 15px; display: flex; align-items: center; gap: 12px; text-align: left; color: #90a29e; border: 1px solid var(--line); background: rgba(255,255,255,.018); cursor: pointer; transition: .18s ease; }
.kwaa-lp .choice:hover { color: #e9f5f2; border-color: rgba(124,247,212,.24); } .kwaa-lp .choice.active { color: #eafbf6; border-color: var(--mint); background: rgba(124,247,212,.065); }
.kwaa-lp .choice.active svg { color: var(--mint); } .kwaa-lp .choice span { min-width: 0; display: flex; flex-direction: column; gap: 5px; } .kwaa-lp .choice b { font-size: 11px; } .kwaa-lp .choice small { color: #61726e; font-size: 8px; }
.kwaa-lp .choice.simple { min-height: 44px; padding: 10px 8px; justify-content: center; text-align: center; font-size: 10px; }
.kwaa-lp .recommendation { position: relative; padding: 40px; display: flex; flex-direction: column; align-items: flex-start; overflow: hidden; border-left: 1px solid var(--line); background: linear-gradient(145deg,rgba(124,247,212,.085),rgba(7,14,13,.78) 55%); }
.kwaa-lp .rec-top { width: 100%; display: flex; justify-content: space-between; color: var(--mint); font: 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .15em; }
.kwaa-lp .rec-icon { width: 72px; height: 72px; margin: 42px 0 25px; display: grid; place-items: center; color: #04110d; background: var(--mint); clip-path: polygon(50% 0,92% 18%,85% 72%,50% 100%,15% 72%,8% 18%); }
.kwaa-lp .rec-badge { padding: 6px 9px; color: var(--mint); border: 1px solid var(--line-bright); font-size: 9px; font-weight: 700; }
.kwaa-lp .recommendation h3 { margin: 15px 0; color: var(--ink); font-size: clamp(21px,2.4vw,29px); line-height: 1.35; } .kwaa-lp .recommendation > p { min-height: 69px; margin: 0; color: #98aaa6; font-size: 11px; line-height: 1.9; }
.kwaa-lp .rec-details { width: 100%; margin: 22px 0; } .kwaa-lp .rec-details span { padding: 11px; display: flex; align-items: center; gap: 7px; color: #bed0cb; border: 1px solid var(--line); font-size: 9px; } .kwaa-lp .rec-details b { font-weight: 500; }
.kwaa-lp .button-full { width: 100%; } .kwaa-lp .rec-caution { margin-top: 12px; color: #657773; font-size: 8px; }

.kwaa-lp .single-price-grid, .kwaa-lp .set-price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.kwaa-lp .price-card { position: relative; min-height: 350px; padding: 31px 32px 29px; border: 1px solid var(--line); background: linear-gradient(145deg,rgba(255,255,255,.028),rgba(255,255,255,.008)); transition: .2s ease; }
.kwaa-lp .price-card:hover { transform: translateY(-3px); border-color: rgba(124,247,212,.27); } .kwaa-lp .price-card.featured-card { border-color: rgba(124,247,212,.28); background: linear-gradient(145deg,rgba(124,247,212,.075),rgba(255,255,255,.008)); }
.kwaa-lp .price-card-top { display: flex; align-items: flex-start; justify-content: space-between; } .kwaa-lp .price-card-top > span { color: #536561; font: 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .14em; }
.kwaa-lp .price-card-top > div { width: 47px; height: 47px; margin: 0; }
.kwaa-lp .price-category { display: block; margin-top: 24px; color: #82948f; font-size: 9px; font-weight: 700; } .kwaa-lp .price-card h3 { margin: 8px 0 14px; color: var(--ink); font-size: 23px; }
.kwaa-lp .menu-price { display: flex; align-items: flex-start; gap: 4px; color: var(--mint); font-family: ui-monospace,SFMono-Regular,Menlo,monospace; } .kwaa-lp .menu-price small { margin-top: 9px; font-size: 13px; } .kwaa-lp .menu-price strong { font-size: clamp(35px,4vw,48px); line-height: 1; font-weight: 500; }
.kwaa-lp .tax-note { display: inline-block; margin-top: 7px; padding: 4px 7px; color: #9eb0ab; border: 1px solid var(--line); font-size: 8px; } .kwaa-lp .price-card > p { margin: 23px 0 0; color: #849691; font-size: 11px; line-height: 1.9; }
.kwaa-lp .set-title { margin: 78px 0 26px; display: flex; align-items: flex-end; justify-content: space-between; } .kwaa-lp .set-title > span { color: var(--mint); font: 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .16em; } .kwaa-lp .set-title h3 { margin: 0; color: var(--ink); font-size: 25px; }
.kwaa-lp .set-card { border: 1px solid var(--line); background: #09110f; } .kwaa-lp .popular-set { border-color: rgba(124,247,212,.42); background: linear-gradient(150deg,rgba(124,247,212,.105),rgba(7,14,13,.9) 52%); } .kwaa-lp .ultimate-set { border-color: rgba(255,123,62,.28); background: linear-gradient(150deg,rgba(255,123,62,.07),rgba(7,14,13,.9) 52%); }
.kwaa-lp .set-ribbon { padding: 11px 20px; color: #04110d; background: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .12em; } .kwaa-lp .ultimate-set .set-ribbon { color: #fff3ed; background: rgba(255,123,62,.82); }
.kwaa-lp .set-content { padding: 34px 34px 36px; } .kwaa-lp .set-number { color: #60726e; font: 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .14em; }
.kwaa-lp .set-content > h3 { min-height: 68px; margin: 13px 0 17px; color: var(--ink); font-size: clamp(23px,2.7vw,31px); line-height: 1.38; } .kwaa-lp .set-content > h3 i { color: var(--mint); font-style: normal; font-weight: 300; } .kwaa-lp .ultimate-set .set-content > h3 i { color: var(--orange); }
.kwaa-lp .set-content > p { min-height: 83px; margin: 0; color: #8a9d98; font-size: 11px; line-height: 1.9; }
.kwaa-lp .set-price-row { margin: 26px 0 22px; padding: 22px 0; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; border-block: 1px solid var(--line); } .kwaa-lp .set-price-row > div:first-child { display: flex; flex-direction: column; align-items: flex-start; } .kwaa-lp .set-price-row small { color: #677975; font-size: 8px; }
.kwaa-lp .set-price-row span { margin: 5px 0 4px; color: var(--mint); font-family: ui-monospace,SFMono-Regular,Menlo,monospace; } .kwaa-lp .set-price-row span i { font-size: 12px; font-style: normal; } .kwaa-lp .set-price-row span strong { font-size: clamp(35px,4vw,46px); line-height: 1; font-weight: 500; } .kwaa-lp .set-price-row em { color: #859792; font-size: 8px; font-style: normal; }
.kwaa-lp .saving { padding: 12px 13px; text-align: right; border: 1px solid var(--line-bright); background: rgba(124,247,212,.035); } .kwaa-lp .saving small, .kwaa-lp .saving strong { display: block; white-space: nowrap; } .kwaa-lp .saving small { text-decoration: line-through; } .kwaa-lp .saving strong { color: var(--mint); font-size: 12px; } .kwaa-lp .ultimate-set .saving strong { color: var(--orange); }
.kwaa-lp .set-content .button { width: 100%; }
.kwaa-lp .pricing-notice { margin-top: 18px; padding: 17px 19px; display: flex; gap: 11px; border: 1px solid var(--line); } .kwaa-lp .pricing-notice svg { flex: 0 0 auto; color: var(--mint); } .kwaa-lp .pricing-notice p { margin: 0; color: #657773; font-size: 9px; line-height: 1.75; }

.kwaa-lp .booking-section { padding-top: 112px; background: var(--bg); }
.kwaa-lp .booking-panel { display: grid; grid-template-columns: 1.15fr .85fr; border: 1px solid var(--line); background: radial-gradient(circle at 75% 50%,rgba(52,160,133,.08),transparent 35%),#08100f; }
.kwaa-lp .booking-copy { padding: 56px; border-right: 1px solid var(--line); } .kwaa-lp .section-label { color: var(--mint); font: 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .16em; }
.kwaa-lp .booking-copy h2 { margin: 20px 0 18px; color: var(--ink); font-size: clamp(36px,4.4vw,56px); line-height: 1.32; } .kwaa-lp .booking-copy > p { margin: 0; color: #8da09b; font-size: 12px; line-height: 1.9; }
.kwaa-lp .same-day-return { margin-top: 25px; padding: 16px 18px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(124,247,212,.3); background: linear-gradient(110deg,rgba(124,247,212,.11),rgba(124,247,212,.025)); }
.kwaa-lp .same-day-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: var(--mint); border: 1px solid rgba(124,247,212,.3); border-radius: 50%; } .kwaa-lp .same-day-return > span:last-child { display: flex; flex-direction: column; gap: 4px; } .kwaa-lp .same-day-return small { color: #718783; font-size: 8px; } .kwaa-lp .same-day-return strong { color: #e9f8f4; font-size: 16px; }
.kwaa-lp .booking-actions { margin-top: 31px; gap: 11px; }
.kwaa-lp .phone-card { min-height: 58px; padding: 9px 14px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line); } .kwaa-lp .phone-icon { width: 37px; height: 37px; display: grid; place-items: center; color: var(--mint); border: 1px solid var(--line-bright); } .kwaa-lp .phone-card > span:last-child { display: flex; flex-direction: column; gap: 4px; } .kwaa-lp .phone-card small { color: #687a76; font-size: 8px; } .kwaa-lp .phone-card b { color: var(--ink); font: 12px/1 ui-monospace,SFMono-Regular,Menlo,monospace; }
.kwaa-lp .booking-info { padding: 56px 44px; background: linear-gradient(145deg,rgba(124,247,212,.035),transparent); } .kwaa-lp .info-head { padding-bottom: 21px; display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid var(--line); } .kwaa-lp .info-head span { font-size: 16px; font-weight: 700; letter-spacing: .15em; } .kwaa-lp .info-head small { color: var(--mint); font-size: 8px; }
.kwaa-lp .booking-info dl { margin: 13px 0 0; } .kwaa-lp .booking-info dl > div { padding: 17px 0; border-bottom: 1px solid var(--line); } .kwaa-lp .booking-info dt { margin-bottom: 8px; display: flex; gap: 8px; color: #6d7f7b; font-size: 9px; } .kwaa-lp .booking-info dt svg { color: var(--mint); } .kwaa-lp .booking-info dd { margin: 0; color: #dbe8e5; font-size: 12px; font-weight: 600; }
.kwaa-lp .map-link { margin-top: 21px; display: flex; justify-content: space-between; color: var(--mint); font-size: 10px; font-weight: 700; }
.kwaa-lp .trust-row { padding: 41px 46px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; border: 1px solid var(--line); border-top: 0; } .kwaa-lp .trust-row > div { display: grid; grid-template-columns: auto 1fr; gap: 4px 13px; } .kwaa-lp .trust-row > div span { grid-row: 1/3; color: var(--mint); font: 20px/1 ui-monospace,SFMono-Regular,Menlo,monospace; } .kwaa-lp .trust-row b { font-size: 12px; } .kwaa-lp .trust-row small { color: #667874; font-size: 9px; } .kwaa-lp .trust-row > i { width: 42px; height: 1px; margin: 0 24px; background: var(--line); }

.kwaa-lp .google-reviews { margin-top: 78px; display: grid; grid-template-columns: .7fr 1.3fr; min-height: 410px; border: 1px solid var(--line); background: #08100f; }
.kwaa-lp .google-reviews.map-only, .kwaa-lp .google-reviews.reviews-no-map { grid-template-columns: 1fr; }
.kwaa-lp .google-reviews.map-only .review-embed { grid-column: 1; }
.kwaa-lp .google-reviews.reviews-no-map .review-intro { min-height: 280px; border-right: 0; }
.kwaa-lp .review-intro { padding: 43px 39px; display: flex; flex-direction: column; align-items: flex-start; border-right: 1px solid var(--line); } .kwaa-lp .review-label { color: var(--mint); font: 8px/1 ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .15em; } .kwaa-lp .review-intro h3 { margin: 23px 0 17px; color: var(--ink); font-size: clamp(34px,4vw,48px); line-height: 1.18; } .kwaa-lp .review-intro h3 em { color: var(--mint); font-style: normal; }
.kwaa-lp .google-score { display: flex; gap: 13px; } .kwaa-lp .google-score > strong { font: 33px/1 ui-monospace,SFMono-Regular,Menlo,monospace; } .kwaa-lp .google-score > span { display: flex; flex-direction: column; } .kwaa-lp .google-score b { color: #ffb84d; font-size: 12px; } .kwaa-lp .google-score small { color: #72847f; font-size: 8px; }
.kwaa-lp .review-intro > a { width: 100%; margin-top: auto; padding-top: 20px; display: flex; justify-content: space-between; color: var(--mint); border-top: 1px solid var(--line); font-size: 10px; font-weight: 700; }
.kwaa-lp .review-embed { position: relative; min-height: 410px; overflow: hidden; background: #dce2df; } .kwaa-lp .review-embed-bar { position: absolute; z-index: 2; left: 16px; right: 16px; top: 16px; min-height: 52px; padding: 11px 14px; display: flex; justify-content: space-between; color: #eaf8f4; background: rgba(5,11,10,.88); pointer-events: none; } .kwaa-lp .review-embed-bar span { font-size: 11px; font-weight: 700; } .kwaa-lp .review-embed-bar small { color: #90a39e; font-size: 8px; } .kwaa-lp .review-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.kwaa-lp .review-quotes { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); } .kwaa-lp .review-quotes article { min-height: 217px; padding: 29px 30px 25px; display: flex; flex-direction: column; border-right: 1px solid var(--line); } .kwaa-lp .review-quotes article:last-child { border: 0; } .kwaa-lp .review-stars { display: flex; justify-content: space-between; } .kwaa-lp .review-stars span { color: #ffb84d; font-size: 12px; } .kwaa-lp .review-stars small { color: #73847f; font-size: 9px; } .kwaa-lp .review-quotes blockquote { margin: 22px 0 25px; color: #d4e1dd; font-size: 12px; line-height: 1.95; } .kwaa-lp .review-source { margin-top: auto; color: #60726e; font-size: 8px; font-weight: 700; }
.kwaa-lp .faq { padding: 100px 0 110px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; } .kwaa-lp .faq-title span { color: var(--mint); font-size: 9px; } .kwaa-lp .faq-title h3 { margin: 16px 0 0; color: var(--ink); font-size: 29px; } .kwaa-lp .faq-list { border-top: 1px solid var(--line); } .kwaa-lp .faq details { border-bottom: 1px solid var(--line); } .kwaa-lp .faq summary { padding: 22px 0; display: flex; justify-content: space-between; color: #c8d6d2; font-size: 12px; font-weight: 600; cursor: pointer; list-style: none; } .kwaa-lp .faq summary::-webkit-details-marker { display: none; } .kwaa-lp .faq summary span { color: var(--mint); font-size: 18px; } .kwaa-lp .faq details p { margin: -4px 0 22px; color: #7d8f8b; font-size: 11px; line-height: 1.9; }
.kwaa-lp footer { border-top: 1px solid var(--line); background: var(--bg); } .kwaa-lp .footer-inner { min-height: 117px; display: flex; align-items: center; justify-content: space-between; } .kwaa-lp .footer-inner > p { color: #52635f; font-size: 9px; } .kwaa-lp .footer-inner > div:last-child { display: flex; gap: 26px; color: #586a66; font-size: 9px; } .kwaa-lp .footer-inner > div:last-child a { color: #90a29e; }
.kwaa-lp .mobile-cta { display: none; }

@keyframes kwaa-pulse { 0%,100% { opacity: .45; transform: scale(.8); } 50% { opacity: 1; transform: scale(1); } }
@keyframes kwaa-scan { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .kwaa-lp .site-header nav { display: none; }
  .kwaa-lp .hero { min-height: auto; padding-bottom: 0; }
  .kwaa-lp .hero-inner { grid-template-columns: 1fr; gap: 56px; }
  .kwaa-lp .ticker { position: relative; margin-top: 70px; }
  .kwaa-lp .ticker-track { justify-content: flex-start; overflow-x: auto; }
  .kwaa-lp .section-heading { grid-template-columns: 130px 1fr; }
  .kwaa-lp .section-heading > p { grid-column: 2; }
  .kwaa-lp .guide-shell, .kwaa-lp .booking-panel { grid-template-columns: 1fr; }
  .kwaa-lp .recommendation { border-left: 0; border-top: 1px solid var(--line); }
  .kwaa-lp .set-price-grid { grid-template-columns: 1fr; }
  .kwaa-lp .booking-copy { border-right: 0; border-bottom: 1px solid var(--line); }
  .kwaa-lp .google-reviews { grid-template-columns: 1fr; }
  .kwaa-lp .review-intro { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 720px) {
  .kwaa-lp .container, .kwaa-lp .site-header { width: min(calc(100% - 32px),var(--max)); }
  .kwaa-lp .site-header { height: 72px; }
  .kwaa-lp .header-call span { display: none; }
  .kwaa-lp .hero { padding-top: 128px; }
  .kwaa-lp .hero h1 { font-size: clamp(42px,13vw,62px); }
  .kwaa-lp .hero-actions, .kwaa-lp .booking-actions { flex-direction: column; }
  .kwaa-lp .hero-actions .button, .kwaa-lp .booking-actions .button, .kwaa-lp .phone-card { width: 100%; }
  .kwaa-lp .hero-notes { flex-wrap: wrap; gap: 11px 15px; }
  .kwaa-lp .hero-visual { min-height: 334px; padding: 17px; }
  .kwaa-lp .radar { height: 243px; } .kwaa-lp .ring-a { width: 300px; height: 300px; } .kwaa-lp .ring-b { width: 210px; height: 210px; } .kwaa-lp .ring-c { width: 120px; height: 120px; }
  .kwaa-lp .visual-stats { display: none; }
  .kwaa-lp .ticker { height: 62px; margin-top: 46px; }
  .kwaa-lp .security-section, .kwaa-lp .guide-section, .kwaa-lp .pricing-section { padding: 82px 0; }
  .kwaa-lp .section-heading { display: block; margin-bottom: 36px; }
  .kwaa-lp .section-heading > div:first-child { margin-bottom: 19px; }
  .kwaa-lp .section-heading h2 { font-size: 34px; }
  .kwaa-lp .section-heading > p { margin-top: 19px; }
  .kwaa-lp .security-layers { grid-template-columns: 1fr; }
  .kwaa-lp .layer-card { min-height: 320px; border-right: 0; border-bottom: 1px solid var(--line); }
  .kwaa-lp .guide-questions, .kwaa-lp .recommendation { padding: 25px 19px; }
  .kwaa-lp .vehicle-grid, .kwaa-lp .single-price-grid { grid-template-columns: 1fr; }
  .kwaa-lp .price-card { min-height: 0; padding: 27px 23px; }
  .kwaa-lp .set-title { margin-top: 58px; display: block; } .kwaa-lp .set-title h3 { margin-top: 12px; font-size: 22px; }
  .kwaa-lp .set-content { padding: 29px 22px 27px; } .kwaa-lp .set-content > h3, .kwaa-lp .set-content > p { min-height: 0; }
  .kwaa-lp .set-price-row { grid-template-columns: 1fr; gap: 17px; }
  .kwaa-lp .booking-section { padding-top: 78px; }
  .kwaa-lp .booking-copy, .kwaa-lp .booking-info { padding: 34px 22px; }
  .kwaa-lp .trust-row { padding: 28px 22px; grid-template-columns: 1fr; gap: 22px; } .kwaa-lp .trust-row > i { width: 1px; height: 25px; margin: -11px 0 -11px 10px; }
  .kwaa-lp .google-reviews { margin-top: 58px; }
  .kwaa-lp .review-intro { min-height: 310px; padding: 31px 23px; }
  .kwaa-lp .review-embed { min-height: 360px; }
  .kwaa-lp .review-quotes { grid-template-columns: 1fr; } .kwaa-lp .review-quotes article { min-height: 185px; border-right: 0; border-bottom: 1px solid var(--line); }
  .kwaa-lp .faq { padding: 74px 0 90px; grid-template-columns: 1fr; gap: 35px; }
  .kwaa-lp .footer-inner { padding: 30px 0 95px; align-items: flex-start; flex-direction: column; gap: 18px; }
  .kwaa-lp .mobile-cta { position: fixed; z-index: 9999; left: 0; right: 0; bottom: 0; height: 70px; display: grid; grid-template-columns: .82fr 1.18fr; padding: 8px; gap: 7px; background: rgba(4,8,8,.93); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
  .kwaa-lp .mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 11px; font-weight: 700; }
  .kwaa-lp .mobile-cta a:first-child { border: 1px solid var(--line); } .kwaa-lp .mobile-cta a:last-child { color: #04110d; background: var(--mint); }
}

@media (prefers-reduced-motion: reduce) {
  .kwaa-lp *, .kwaa-lp *::before, .kwaa-lp *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
