:root {
  --navy: #08284a;
  --navy-2: #0d365f;
  --orange: #ff7417;
  --cream: #f8f4ea;
  --paper: #fffdf8;
  --teal: #23b7ad;
  --yellow: #f7c94d;
  --line: rgba(8, 40, 74, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f8f4ea; color: #08284a; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: #ff7417; color: white; }

main { overflow: hidden; font-family: Arial, Helvetica, sans-serif; }
em { font-family: "Fraunces", Georgia, serif; font-weight: 600; }
.section { max-width: 1240px; margin: 0 auto; padding: 120px 34px; }

.announcement { background: var(--navy); color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.announcement__inner { min-height: 34px; max-width: 1240px; margin: auto; display: flex; justify-content: center; align-items: center; gap: 28px; padding: 7px 24px; }
.announcement i { width: 4px; height: 4px; background: var(--orange); border-radius: 50%; }

.site-header { min-height: 86px; max-width: 1240px; margin: auto; padding: 0 34px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand__mark { display: grid; place-items: center; width: 50px; height: 50px; background: var(--orange); color: white; border-radius: 50% 46% 53% 42%; font-weight: 800; font-size: 14px; letter-spacing: -.02em; transform: rotate(-5deg); }
.brand__words { font-size: 14px; line-height: 1.05; font-weight: 800; text-transform: uppercase; letter-spacing: -.03em; }
nav { display: flex; gap: 32px; font-size: 14px; font-weight: 600; }
nav a { position: relative; }
nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .25s ease; }
nav a:hover:after { right: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 56px; padding: 0 22px 0 26px; background: var(--orange); color: white; border-radius: 7px; font-weight: 700; font-size: 15px; box-shadow: 0 10px 24px rgba(255,116,23,.18); transition: transform .2s ease, box-shadow .2s ease; }
.button span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.18); }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(255,116,23,.28); }
.button--small { min-height: 47px; padding-left: 20px; font-size: 13px; }
.button--small span { width: 25px; height: 25px; }
.button--cream { background: var(--cream); color: var(--navy); box-shadow: none; }
.button--cream span { background: rgba(8,40,74,.09); }

.hero { min-height: 700px; max-width: 1240px; margin: 0 auto; padding: 84px 34px 100px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 48px; align-items: center; }
.eyebrow, .kicker { color: var(--orange); text-transform: uppercase; letter-spacing: .15em; font-weight: 700; font-size: 12px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(255,116,23,.28); border-radius: 40px; padding: 9px 13px; }
.hero h1, .section h2, .process h2, .quote h2 { margin: 22px 0 22px; font-size: clamp(52px, 5.4vw, 78px); line-height: .98; letter-spacing: -.065em; font-weight: 700; }
.hero h1 em, .section h2 em, .process h2 em, .quote h2 em { color: var(--orange); letter-spacing: -.045em; }
.hero__copy > p { max-width: 590px; font-size: 18px; line-height: 1.72; color: #4c6176; }
.hero__actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.text-link { font-size: 14px; font-weight: 700; padding-bottom: 4px; border-bottom: 1px solid var(--navy); }
.text-link span { margin-left: 6px; }
.hero__proof { display: flex; gap: 0; margin-top: 52px; padding-top: 25px; border-top: 1px solid var(--line); }
.hero__proof div { min-width: 126px; padding-right: 24px; margin-right: 24px; border-right: 1px solid var(--line); display: grid; gap: 3px; }
.hero__proof div:last-child { border-right: 0; margin-right: 0; }
.hero__proof strong { font-size: 22px; letter-spacing: -.04em; }
.hero__proof span { color: #68798a; font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.hero__visual { position: relative; min-height: 550px; display: grid; place-items: center; }
.hero__visual img { position: relative; z-index: 2; width: 100%; max-height: 570px; object-fit: contain; filter: drop-shadow(0 30px 30px rgba(8,40,74,.18)); }
.hero__halo { position: absolute; z-index: 0; width: 90%; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); transform: rotate(-8deg); clip-path: polygon(8% 9%, 92% 0, 100% 87%, 24% 100%, 0 55%); }
.hero__visual:before, .hero__visual:after { content: "✦"; position: absolute; color: var(--orange); font-size: 40px; z-index: 3; }
.hero__visual:before { left: 5%; top: 7%; transform: rotate(12deg); }
.hero__visual:after { right: -2%; bottom: 12%; color: var(--teal); font-size: 54px; }
.floating-note { position: absolute; z-index: 4; background: var(--paper); border: 1px solid var(--line); border-radius: 9px; box-shadow: 0 16px 36px rgba(8,40,74,.12); padding: 12px 16px; font-size: 12px; font-weight: 700; }
.floating-note span { color: var(--orange); margin-right: 7px; }
.floating-note--top { right: -8px; top: 15%; transform: rotate(3deg); }
.floating-note--bottom { left: -12px; bottom: 13%; transform: rotate(-3deg); }

.ticker { background: var(--orange); color: #fff; transform: rotate(-1deg) scale(1.02); box-shadow: 0 8px 0 var(--navy); }
.ticker > div { display: flex; width: max-content; min-width: 100%; justify-content: center; align-items: center; gap: 28px; padding: 16px 24px; white-space: nowrap; text-transform: uppercase; font-weight: 700; letter-spacing: .09em; font-size: 13px; }
.ticker b { color: var(--yellow); font-size: 18px; }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 50px; margin-bottom: 55px; }
.section-heading h2, .difference h2, .reviews h2, .faq h2 { font-size: clamp(45px, 5vw, 66px); margin: 17px 0 0; }
.section-heading > p { color: #5f7182; line-height: 1.8; font-size: 16px; max-width: 440px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { min-height: 380px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 22px; border-radius: 12px; background: #fedebf; border: 1px solid rgba(8,40,74,.09); }
.product-card--teal { background: #bdebe6; }.product-card--yellow { background: #fae49c; }.product-card--navy { background: #cadbed; }.product-card--kraft { background: #d9c29e; }.product-card--coral { background: #f4c2b6; }
.box-illustration { position: relative; width: 46%; min-width: 145px; aspect-ratio: .68; margin: 12px auto 0; padding: 22px 11px; display: flex; flex-direction: column; align-items: center; background: var(--orange); color: white; border-radius: 3px; box-shadow: 14px 16px 0 rgba(8,40,74,.16); transform: rotate(-3deg); transition: transform .3s ease; }
.product-card:nth-child(even) .box-illustration { background: var(--teal); transform: rotate(3deg); }.product-card:nth-child(3n) .box-illustration { background: var(--yellow); color: var(--navy); }.product-card:nth-child(4) .box-illustration { background: var(--navy); }.product-card:nth-child(5) .box-illustration { background: #8e6438; }
.product-card:hover .box-illustration { transform: rotate(0) translateY(-5px); }
.box-illustration__brand { font-size: 8px; font-weight: 800; align-self: flex-start; }.box-illustration strong { margin-top: 19px; font-size: 19px; line-height: .9; letter-spacing: -.07em; }.box-illustration__bowl { width: 86px; height: 42px; margin-top: 26px; border-radius: 50% 50% 70% 70%; background: var(--cream); border-top: 8px dotted var(--navy); }.box-illustration small { position: absolute; right: 10px; bottom: 9px; font-size: 28px; font-weight: 800; opacity: .25; }
.product-card__meta { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding-top: 20px; }
.product-card h3 { margin: 0 0 5px; font-size: 17px; letter-spacing: -.03em; }.product-card p { margin: 0; font-size: 12px; color: #4f6579; }.product-card__meta a { flex: 0 0 auto; display: grid; place-items: center; width: 38px; height: 38px; background: var(--paper); border-radius: 50%; font-size: 18px; }

.process { background: var(--navy); color: white; }
.process__inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.kicker--light { color: #83dcd3; }.process h2 { font-size: clamp(48px, 5vw, 68px); }.process__intro > p { color: #b9c7d3; line-height: 1.7; max-width: 350px; margin-bottom: 34px; }.process__steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.process__steps li { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.18); }.process__steps li > span { display: grid; place-items: center; align-self: start; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--yellow); font-size: 12px; font-weight: 700; }.process__steps h3 { margin: 1px 0 8px; font-size: 20px; }.process__steps p { margin: 0; color: #aebdca; font-size: 14px; line-height: 1.5; }

.difference { display: grid; grid-template-columns: 1fr 1fr; gap: 82px; align-items: center; }
.difference__image-wrap { position: relative; }.difference__image-wrap img { width: 100%; border-radius: 12px; aspect-ratio: 4/4.35; object-fit: cover; }
.difference__stamp { position: absolute; right: -20px; bottom: -28px; width: 125px; height: 125px; border-radius: 50%; display: grid; place-items: center; align-content: center; text-align: center; background: var(--orange); color: white; border: 7px solid var(--cream); transform: rotate(8deg); }.difference__stamp strong { font-size: 30px; line-height: 1; }.difference__stamp span { font-size: 8px; letter-spacing: .12em; font-weight: 700; margin-top: 5px; }
.difference__copy > p { color: #5f7182; line-height: 1.78; font-size: 16px; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 36px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.feature-list > div { padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.feature-list span { color: var(--orange); font-size: 11px; font-weight: 700; }.feature-list h3 { margin: 10px 0 8px; font-size: 15px; }.feature-list p { margin: 0; color: #71808e; font-size: 12px; line-height: 1.5; }

.reviews { background: #e8f3f1; }.reviews__inner { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; }.reviews h2 { font-size: clamp(46px, 4vw, 60px); }.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.review-grid figure { margin: 0; min-height: 335px; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); padding: 26px; border-radius: 10px; }.stars { color: var(--orange); letter-spacing: .12em; font-size: 13px; }.review-grid blockquote { margin: 30px 0; font-family: "Fraunces", Georgia, serif; font-style: italic; font-size: 17px; line-height: 1.55; }.review-grid figcaption { display: grid; gap: 4px; }.review-grid figcaption strong { font-size: 13px; }.review-grid figcaption span { font-size: 11px; color: #7a8995; }

.quote { padding-bottom: 0; }.quote__card { position: relative; overflow: hidden; padding: 68px; border-radius: 14px; background: var(--orange); color: white; display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: center; }.quote__card:before { content: "CCB"; position: absolute; right: -30px; bottom: -80px; font-size: 210px; font-weight: 800; color: rgba(255,255,255,.06); letter-spacing: -.1em; }.quote h2 { position: relative; max-width: 700px; margin-top: 16px; font-size: clamp(42px, 4vw, 60px); }.quote h2 em { color: var(--navy); }.quote p { color: rgba(255,255,255,.85); }.quote__actions { position: relative; display: grid; gap: 20px; justify-items: start; }.quote__phone { display: grid; gap: 4px; }.quote__phone small { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; opacity: .75; }.quote__phone strong { font-size: 21px; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 95px; }.faq__title > p { max-width: 310px; line-height: 1.7; color: #657789; }.faq__list { border-top: 1px solid var(--line); }.faq details { border-bottom: 1px solid var(--line); }.faq summary { list-style: none; cursor: pointer; min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-weight: 700; font-size: 15px; }.faq summary::-webkit-details-marker { display: none; }.faq summary i { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; font-style: normal; color: var(--orange); transition: transform .25s ease; }.faq details[open] summary i { transform: rotate(45deg); }.faq details p { margin: -2px 45px 25px 0; color: #627486; line-height: 1.75; font-size: 14px; }

footer { background: var(--navy); color: white; padding: 70px max(34px, calc((100vw - 1172px)/2)); }.footer__main { display: grid; grid-template-columns: 1.5fr .6fr 1fr; gap: 80px; padding-bottom: 60px; }.brand--footer .brand__mark { background: var(--orange); }.footer__brand > p { max-width: 400px; color: #9fb1c2; line-height: 1.7; font-size: 14px; margin-top: 22px; }.footer__main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }.footer__main h3 { color: #7fd5cd; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; margin: 6px 0 10px; }.footer__main a, .footer__main p { color: #bdc9d4; font-size: 13px; line-height: 1.65; margin: 0; }.footer__main a:hover { color: white; }.footer__bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; color: #879aaa; font-size: 11px; }

@media (max-width: 1000px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }.hero__copy { max-width: 760px; }.hero__visual { min-height: 520px; max-width: 680px; margin: auto; }.hero__proof { max-width: 520px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }.process__inner, .difference, .reviews__inner, .faq { grid-template-columns: 1fr; gap: 55px; }.process__intro { max-width: 700px; }.difference__image-wrap { max-width: 650px; }.review-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }.quote__card { grid-template-columns: 1fr; }.footer__main { grid-template-columns: 1fr 1fr; }.footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .section { padding: 84px 20px; }.announcement__inner { justify-content: flex-start; overflow: hidden; }.announcement__inner span:nth-of-type(2), .announcement__inner span:nth-of-type(3), .announcement__inner i { display: none; }
  .site-header { padding: 0 20px; min-height: 76px; }.brand__mark { width: 43px; height: 43px; }.button--small { padding: 0 13px; min-height: 42px; }.button--small span { display: none; }
  .hero { padding: 58px 20px 78px; gap: 25px; }.hero h1 { font-size: 48px; }.hero__copy > p { font-size: 16px; }.hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }.hero__proof { overflow-x: auto; }.hero__proof div { min-width: 108px; padding-right: 14px; margin-right: 14px; }.hero__visual { min-height: 390px; }.floating-note--top { right: 0; }.floating-note--bottom { left: 0; }.ticker > div { justify-content: flex-start; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }.section-heading h2, .difference h2, .reviews h2, .faq h2 { font-size: 45px; }.product-grid { grid-template-columns: 1fr; }.product-card { min-height: 350px; }.process__steps li { grid-template-columns: 58px 1fr; }.feature-list { grid-template-columns: 1fr; }.review-grid { grid-template-columns: 1fr; }.review-grid figure { min-height: 250px; }.quote__card { padding: 42px 26px; }.quote h2 { font-size: 42px; }.footer__main { grid-template-columns: 1fr; gap: 42px; }.footer__brand { grid-column: auto; }.footer__bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
