﻿:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --line: #dfdfdf;
  --text: #2f2f2f;
  --subtext: #5a5a5a;
  --radius: 12px;
  --shadow: 0 14px 30px rgba(0, 0, 0, 0.04);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  background: #ffffff;
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

.page-shell {
  position: relative;
  z-index: 2;
  min-height: 100vh;
}

/* Disable AFFINGER main layout on custom TOP page */
body.front-page .askwhite-top,
body.front-page .askwhite-top > main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.front-page .askwhite-top > main {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body.front-page .askwhite-top,
body.front-page .askwhite-top section,
body.front-page .askwhite-top .section,
body.front-page .askwhite-top .hero,
body.front-page .askwhite-top .about,
body.front-page .askwhite-top .news-blog,
body.front-page .askwhite-top .site-footer {
  background: transparent !important;
}

.container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.askwhite-top {
  width: 100%;
}

.askwhite-top .container {
  width: min(1120px, calc(100% - 48px)) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.shooting-stars {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.bg-star {
  --star-size: 2px;
  --star-color: 255, 90, 90;
  --twinkle-min: 0.24;
  --twinkle-max: 0.58;
  position: absolute;
  left: 0;
  top: 0;
  width: var(--star-size);
  height: var(--star-size);
  border-radius: 50%;
  background: rgb(var(--star-color));
  box-shadow: 0 0 8px rgba(var(--star-color), 0.48);
  opacity: var(--twinkle-min);
  animation: twinkle var(--twinkle-duration, 9s) ease-in-out infinite;
  animation-delay: var(--twinkle-delay, 0s);
}

.shooting-star {
  --sx: 100vw;
  --sy: 0vh;
  --len: 140px;
  --thickness: 1.4px;
  --angle: -28deg;
  --shoot-color: 110, 110, 110;
  --star-opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  width: var(--len);
  height: var(--thickness);
  opacity: 0;
  transform: translate3d(var(--sx), var(--sy), 0) rotate(var(--angle));
  transform-origin: 0 50%;
  background: linear-gradient(
    90deg,
    rgba(var(--shoot-color), calc(var(--star-opacity) * 0.96)) 0%,
    rgba(var(--shoot-color), calc(var(--star-opacity) * 0.96)) 16%,
    rgba(var(--shoot-color), calc(var(--star-opacity) * 0.52)) 62%,
    rgba(var(--shoot-color), 0) 100%
  );
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 38% 100%;
  filter: blur(0.15px);
  animation: shootingStar var(--dur, 1400ms) linear forwards;
}

@keyframes twinkle {
  0% {
    opacity: var(--twinkle-min);
  }
  45% {
    opacity: var(--twinkle-max);
  }
  100% {
    opacity: var(--twinkle-min);
  }
}

@keyframes shootingStar {
  0% {
    opacity: 0;
    background-position: 0% 50%;
  }
  12% {
    opacity: var(--star-opacity);
  }
  82% {
    opacity: var(--star-opacity);
    background-position: 146% 50%;
  }
  100% {
    opacity: 0;
    background-position: 146% 50%;
  }
}

.askwhite-top :is(h1, h2, h3, h4, h5, h6) {
  background: none !important;
  border: 0 !important;
  border-left: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  padding: 0 !important;
}

.askwhite-top :is(h1, h2, h3, h4, h5, h6)::before,
.askwhite-top :is(h1, h2, h3, h4, h5, h6)::after {
  content: none !important;
  display: none !important;
}

/* Force heading design on TOP page even when AFFINGER heading rules win */
.askwhite-top .hero h1 {
  margin: 0 0 18px !important;
  font-size: clamp(2.1rem, 5.2vw, 4.1rem) !important;
  line-height: 1.08 !important;
  font-weight: 800 !important;
}

.askwhite-top .card-copy h2 {
  margin: 0 0 6px !important;
  font-size: 1.55rem !important;
  font-weight: 700 !important;
}

.askwhite-top .about h2 {
  margin: 0 0 20px !important;
  font-size: clamp(1.7rem, 3.3vw, 2.4rem) !important;
  font-weight: 700 !important;
}

.askwhite-top .section-title {
  margin: 0 0 24px !important;
  font-size: clamp(1.65rem, 3.1vw, 2.25rem) !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.askwhite-top .about-slider-head h3,
.askwhite-top .service-card h3,
.askwhite-top .strength-card h3,
.askwhite-top .panel-head h2,
.askwhite-top .blog-body h3,
.askwhite-top .cta-card h2,
.askwhite-top .site-footer h3 {
  line-height: 1.35 !important;
}

.card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
}

.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--text);
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.logo-image {
  display: block;
  width: clamp(150px, 19vw, 220px);
  height: auto;
}

.header-nav {
  display: flex;
  gap: 40px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #3b3b3b;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.header-nav a,
.site-footer a,
.panel-head a,
.blog-body a {
  color: var(--text);
  text-decoration: none;
}

.header-nav a:hover,
.site-footer a:hover,
.panel-head a:hover,
.blog-body a:hover {
  opacity: 0.65;
}

.hero {
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  display: grid;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: 52px 0;
}

.askwhite-top .hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.1rem, 5.2vw, 4.1rem);
  line-height: 1.08;
  font-weight: 800;
}

.hero p {
  margin: 0;
  color: var(--subtext);
  font-size: clamp(1.05rem, 2vw, 1.95rem);
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.askwhite-top .hero-copy p {
  margin-top: 10px !important;
  line-height: 1.8 !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding: 14px 24px;
  border-radius: 7px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.btn-dark {
  background: #121212;
  color: #fff;
}

.hero-mobile-consult {
  display: none;
}

.floating-consult {
  position: fixed;
  right: clamp(92px, 8.2vw, 132px);
  bottom: clamp(14px, 2.8vw, 34px);
  z-index: 35;
  width: clamp(182px, 22vw, 248px);
  min-height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 14px 18px;
  border-radius: 12px;
  text-decoration: none;
  text-align: center;
  line-height: 1.35;
  font-size: clamp(0.8rem, 1.1vw, 0.9rem);
  font-weight: 700;
  color: var(--text) !important;
  background-color: rgba(255, 255, 255, 0.72);
  border: 0;
  backdrop-filter: blur(6px);
  isolation: isolate;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
  transition: transform 0.45s ease, box-shadow 0.2s ease, opacity 0.45s ease;
}

.floating-consult::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(135deg, #e45656, #59a673, #5ab0cb, #ce9855, #9776bd, #d6bf5e, #da7eb0);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.floating-catch,
.floating-main {
  display: block;
  white-space: nowrap;
}

.floating-catch {
  font-size: clamp(0.66rem, 0.9vw, 0.76rem);
  font-weight: 500;
  color: #5d5d5d;
  letter-spacing: 0.01em;
}

.floating-main {
  font-size: clamp(0.9rem, 1.3vw, 1rem);
  font-weight: 800;
  color: var(--text);
}

.floating-consult:visited {
  color: var(--text) !important;
}

.floating-consult:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.floating-consult.is-near-footer {
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
}

.hero-graphics {
  position: absolute;
  inset: 0;
}

.hero-circle {
  position: absolute;
  right: 31%;
  top: 19%;
  width: 112px;
  height: 112px;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
}

.hero-line {
  position: absolute;
  display: block;
  border-top: 1px solid #d8d8d8;
  transform-origin: left center;
}

.line-1 {
  width: 75%;
  left: 24%;
  top: 70%;
  transform: rotate(-32deg);
}

.line-2 {
  width: 45%;
  left: 56%;
  top: 74%;
  transform: rotate(33deg);
}

.line-3 {
  width: 39%;
  left: 53%;
  top: 63%;
  transform: rotate(-26deg);
}

.feature-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 62px 0 48px;
}

.feature-card {
  min-height: 150px;
  padding: 30px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.feature-link,
.feature-link:visited {
  color: var(--text);
  text-decoration: none;
}

.icon-wrap {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  color: #4a4a4a;
  font-size: 1.7rem;
  font-weight: 500;
  background: #fafafa;
}

.askwhite-top .card-copy h2 {
  margin: 0 0 6px;
  font-size: 1.55rem;
}

.card-copy p {
  margin: 0;
  color: var(--subtext);
}

.card-arrow {
  font-size: 1.5rem;
  color: #3c3c3c;
}

.about {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 0 24px;
}

.askwhite-top .about h2 {
  margin: 0 0 20px;
  font-size: clamp(1.7rem, 3.3vw, 2.4rem);
}

.about p {
  margin: 0;
  color: #303030;
  font-size: 1.15rem;
}

.about-slider-area {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.about-slider-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.askwhite-top .about-slider-head h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.partner-marquee {
  margin: 6px 0 18px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.66);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.partner-track {
  --loop-distance: 1200px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  will-change: transform;
  animation: partnerMarquee 36s linear infinite;
}

.partner-item {
  flex: 0 0 auto;
  width: clamp(148px, 16vw, 196px);
  height: clamp(58px, 6.6vw, 78px);
  border-radius: 8px;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
}

.partner-item img {
  max-width: 76%;
  max-height: 66%;
  object-fit: contain;
  opacity: 0.88;
}

@keyframes partnerMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-1 * var(--loop-distance)), 0, 0);
  }
}

.slider-nav {
  display: flex;
  gap: 8px;
}

.slider-btn {
  width: 38px;
  height: 38px;
  display: inline-grid !important;
  place-items: center;
  border: 1px solid #cdcdcd !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--text) !important;
  cursor: pointer !important;
  opacity: 1;
  visibility: visible !important;
  transition: transform 0.2s ease, background 0.2s ease;
}

.slider-btn:hover {
  transform: translateY(-0.5px);
  background: #f5f5f5;
}

.about-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 34%);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  padding-bottom: 8px;
}

@media (min-width: 1025px) {
  .about-slider-head .slider-nav {
    display: none;
  }

  .about-slider {
    grid-auto-flow: row;
    grid-auto-columns: unset;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    scroll-snap-type: none;
    padding-bottom: 0;
  }

  .about-stat-card,
  .service-card,
  .strength-card {
    background: rgba(255, 255, 255, 0.42) !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }
}

.about-slider::-webkit-scrollbar {
  height: 7px;
}

.about-slider::-webkit-scrollbar-thumb {
  background: #d2d2d2;
  border-radius: 999px;
}

.about-stat-card {
  scroll-snap-align: start;
  min-height: 230px;
  border-color: #d8d8d8;
  background:
    linear-gradient(165deg, #ffffff 0%, #fbfbfb 65%, #f6f6f6 100%);
}

.about-stat-body {
  display: grid;
  align-content: space-between;
  height: 100%;
  padding: 22px;
}

.about-stat-label {
  margin: 0;
  color: #666;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.about-stat-value {
  margin: 10px 0 12px;
  font-size: clamp(3.8rem, 8vw, 6.2rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.askwhite-top .about-stat-card .about-stat-value {
  font-size: clamp(3.2rem, 7.2vw, 5.1rem) !important;
  font-weight: 900 !important;
  line-height: 0.95 !important;
}

.countup-number {
  display: inline-block;
  min-width: 2ch;
  font-variant-numeric: tabular-nums;
}

.about-stat-value > span:not(.countup-number) {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #616161;
  margin-left: 0;
  margin-top: 8px;
  letter-spacing: 0.02em;
}

.about-stat-desc {
  margin: 0;
  color: #636363;
  font-size: 0.92rem;
}

.section {
  padding: 40px 0 0;
}

/* Improve vertical rhythm under About section */
.askwhite-top #service.section,
.askwhite-top .section {
  padding-top: 72px;
}

.askwhite-top .section-title {
  text-align: center;
  margin: 0 0 34px;
  font-size: clamp(1.65rem, 3.1vw, 2.25rem);
}

.askwhite-top .section-title-left {
  text-align: left;
}

.grid {
  display: grid;
  gap: 20px;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.service-card,
.strength-card {
  padding: 26px;
}

.askwhite-top .service-card h3,
.askwhite-top .strength-card h3 {
  margin: 14px 0 8px;
  font-size: 1.25rem;
}

.service-card p,
.strength-card p,
.blog-body p {
  margin: 0;
  color: var(--subtext);
}

.news-blog {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: start;
  padding-top: 78px;
  min-width: 0;
}

.news-panel,
.blog-panel {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.panel-controls {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  max-width: 100%;
  min-width: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.list-link {
  display: inline-flex !important;
  align-items: center;
  color: var(--text) !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  white-space: nowrap;
}

.askwhite-top .panel-head h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.7vw, 1.95rem);
}

.askwhite-top .list-link:visited,
.askwhite-top .list li a,
.askwhite-top .list li a:visited,
.askwhite-top .blog-card,
.askwhite-top .blog-card:visited {
  color: var(--text) !important;
}

.list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  border-top: 1px solid var(--line);
  width: 100%;
  max-width: 100%;
}

.list li {
  border-bottom: 1px solid var(--line);
}

.list li a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 16px 0;
  color: var(--text);
  text-decoration: none;
}

.list li a span:nth-child(2) {
  min-width: 0;
  overflow-wrap: anywhere;
}

.list time,
.blog-body time {
  color: #6c6c6c;
  font-size: 0.9rem;
}

.blog-card {
  color: var(--text);
  text-decoration: none;
  overflow: hidden;
  flex: 0 0 var(--blog-card-width, 260px);
  min-height: 318px;
  display: flex;
  flex-direction: column;
}

.blog-thumb {
  height: 130px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, #f2f2f2 0%, #fcfcfc 100%),
    repeating-linear-gradient(45deg, transparent 0, transparent 12px, rgba(0, 0, 0, 0.02) 12px, rgba(0, 0, 0, 0.02) 24px);
}

.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 190px;
}

.askwhite-top .blog-body h3 {
  margin: 4px 0;
  font-size: 1rem;
  line-height: 1.45;
}

.blog-carousel {
  position: relative;
}

.blog-slider-window {
  overflow: hidden;
  width: 100%;
}

.blog-slider {
  display: flex;
  align-items: stretch;
  gap: 18px;
  width: max-content;
  will-change: transform;
}

.blog-edge-btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
}

.blog-edge-btn:hover {
  transform: translateY(calc(-50% - 0.5px));
}

.blog-edge-btn.left {
  left: -18px;
}

.blog-edge-btn.right {
  right: -18px;
}

.blog-all-link {
  margin-top: 10px;
  text-align: right;
  max-width: 100%;
}

.blog-all-link a {
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
}

.cta-section {
  padding: 60px 0;
}

.cta-card {
  text-align: center;
  padding: 42px 20px;
}

.askwhite-top .cta-card h2 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
}

.cta-card p {
  margin: 0;
  color: var(--subtext);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 44px 0 26px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr 1fr;
  gap: 26px;
}

.footer-grid-minimal {
  grid-template-columns: 1.8fr 1fr;
}

.footer-logo {
  margin: 0 0 8px;
  font-size: 1.7rem;
}

.footer-logo .logo-image {
  width: clamp(130px, 15vw, 190px);
}

.askwhite-top .site-footer h3 {
  margin: 0 0 10px;
  font-size: 0.95rem;
}

.site-footer p {
  margin: 0;
  color: var(--subtext);
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin-bottom: 8px;
}

.footer-grid-minimal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.footer-grid-minimal li {
  margin-bottom: 0;
}

.copyright {
  text-align: center;
  margin-top: 26px;
  color: #767676;
}

@media (max-width: 1024px) {
  .container {
    width: min(1120px, calc(100% - 32px));
  }

  .askwhite-top .container {
    width: min(1120px, calc(100% - 32px)) !important;
  }

  .feature-cards,
  .about,
  .footer-grid,
  .footer-grid-minimal {
    grid-template-columns: 1fr;
  }

  .footer-grid-minimal ul {
    display: block;
  }

  .footer-grid-minimal li {
    margin-bottom: 8px;
  }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-slider {
    grid-auto-columns: minmax(260px, 58%);
  }

  .blog-edge-btn.left {
    left: -10px;
  }

  .blog-edge-btn.right {
    right: -10px;
  }

  .hero-circle {
    right: 12%;
    top: 15%;
  }

  .line-1 {
    left: 6%;
    width: 90%;
  }
}

@media (max-width: 680px) {
  .header-inner {
    min-height: 74px;
  }

  .logo-image {
    width: 148px;
  }

  .footer-logo .logo-image {
    width: 136px;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .header-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 12px;
    left: 12px;
    display: none;
    flex-direction: column;
    gap: 0;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 30;
  }

  .header-nav.is-open {
    display: flex;
  }

  .header-nav a {
    display: block;
    padding: 12px 14px;
    border-bottom: 1px solid #ededed;
    font-size: 0.92rem;
  }

  .header-nav a:last-child {
    border-bottom: 0;
  }

  .hero-inner {
    min-height: 450px;
  }

  .hero-copy {
    padding: 34px 0;
  }

  .hero p {
    font-size: 1rem;
    line-height: 1.75;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-mobile-consult {
    display: inline-flex;
  }

  .floating-consult {
    display: none;
  }

  .feature-card {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 12px;
  }

  .card-arrow {
    display: none;
  }

  .slider-btn {
    width: 34px;
    height: 34px;
  }

  .about-slider {
    grid-auto-columns: minmax(248px, 84%);
  }

  .about-stat-card {
    min-height: 215px;
  }

  .about-stat-body {
    padding: 18px;
  }

  .about-stat-value {
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  .askwhite-top .about-stat-card .about-stat-value {
    font-size: clamp(2.8rem, 13vw, 4.2rem) !important;
  }

  .blog-edge-btn {
    top: auto;
    bottom: -42px;
    transform: none;
  }

  .blog-edge-btn.left {
    left: calc(50% - 44px);
  }

  .blog-edge-btn.right {
    right: calc(50% - 44px);
  }

  .grid-3,
  .grid-2,
  .blog-cards {
    grid-template-columns: 1fr;
  }

  .askwhite-top #service.section,
  .askwhite-top .section {
    padding-top: 54px;
  }

  .askwhite-top .section-title {
    margin-bottom: 24px;
  }

  .hero-circle,
  .hero-line {
    opacity: 0.45;
  }

  .askwhite-top .container {
    width: calc(100% - 24px) !important;
  }
}
