:root{--gc-bg:#fff;--gc-surface:#f6f7f9;--gc-text:#17181a;--gc-muted:#646970;--gc-accent:#ffd400;--gc-accent-strong:#e8c000;--gc-dark:#151515;--gc-border:#e5e7eb;--gc-radius:24px;--gc-container:1240px;--gc-shadow:0 18px 50px rgba(17,24,39,.08);--gc-focus:0 0 0 4px rgba(255,212,0,.35)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{margin:0;background:var(--gc-bg);color:var(--gc-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;height:auto}a{color:inherit}.container{width:min(calc(100% - 40px),var(--gc-container));margin-inline:auto}.narrow{max-width:900px}.site-main{overflow:clip}.section{padding:96px 0}.section--muted{background:var(--gc-surface)}.section--dark{background:var(--gc-dark);color:#fff}.section-heading{max-width:760px;margin-bottom:42px}.section-heading--center{text-align:center;margin-inline:auto}.section-heading--light{color:#fff}.section-heading h2,.cta-section h2{margin:.25rem 0 1rem;font-size:clamp(2rem,4vw,3.25rem);line-height:1.08;letter-spacing:-.03em}.section-heading p{color:var(--gc-muted);font-size:1.08rem}.section-heading--light p{color:#c9c9c9}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.78rem;margin:0 0 .75rem;color:#756300}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:14px;text-decoration:none;font-weight:800;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.12)}.button:focus-visible,.choice-card:focus-visible,.site-header__toggle:focus-visible,a:focus-visible,summary:focus-visible{outline:0;box-shadow:var(--gc-focus)}.button--primary{background:var(--gc-accent);color:#111}.button--primary:hover{background:var(--gc-accent-strong)}.button--secondary{background:#fff;border-color:#d8dadd}.button--dark{background:#111;color:#fff}.button--dark:hover{background:#292929}.text-link{font-weight:800}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--gc-border)}.site-header__inner{min-height:78px;display:flex;align-items:center;gap:24px}.site-header__brand{margin-right:auto}.site-header__title{font-weight:900;font-size:1.35rem;text-decoration:none}.site-header__brand .custom-logo-link{display:flex;align-items:center}.site-header__brand .custom-logo{max-height:48px;width:auto}.site-header__nav ul{display:flex;gap:22px;list-style:none;margin:0;padding:0}.site-header__nav a{text-decoration:none;font-weight:700;font-size:.95rem}.site-header__toggle{display:none;border:1px solid var(--gc-border);background:#fff;border-radius:12px;min-height:44px;padding:0 14px;font:inherit;cursor:pointer}.hero{padding:88px 0 72px;background:radial-gradient(circle at 90% 12%,rgba(255,212,0,.28),transparent 30%),linear-gradient(135deg,#fff 0%,#fffdf0 52%,#f4f5f7 100%)}.hero__grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.7fr);gap:64px;align-items:center}.hero__content{max-width:900px}.hero h1{font-size:clamp(3rem,7vw,5.8rem);line-height:.96;letter-spacing:-.055em;max-width:900px;margin:.2rem 0 1.4rem}.hero__lead{font-size:clamp(1.15rem,2vw,1.45rem);max-width:760px;color:#444}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.trust-list{display:flex;flex-wrap:wrap;gap:10px 20px;padding:0;margin:24px 0;list-style:none;font-weight:700}.trust-list li:before{content:"✓";margin-right:7px}.source-note{font-size:.84rem;color:#777;max-width:700px}.hero__card{background:#fff;border:1px solid var(--gc-border);border-radius:30px;padding:34px;box-shadow:var(--gc-shadow);position:relative}.hero__card:after{content:"";position:absolute;inset:auto -18px -18px auto;width:72px;height:72px;border-radius:50%;background:var(--gc-accent);z-index:-1}.hero__card-icon{font-size:3rem}.hero__card h2{font-size:2rem;line-height:1.1}.calculator{display:grid;grid-template-columns:1.4fr .8fr;background:#fff;border:1px solid var(--gc-border);border-radius:28px;overflow:hidden;box-shadow:var(--gc-shadow)}.calculator__fields{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:34px}.calculator label{font-weight:800;display:grid;gap:8px}.calculator select,.calculator input{width:100%;min-height:52px;padding:0 14px;border:1px solid #d5d8dd;border-radius:12px;background:#fff;color:inherit;font:inherit}.calculator select:focus,.calculator input:focus{outline:0;border-color:#c7aa00;box-shadow:var(--gc-focus)}.calculator__result{background:var(--gc-dark);color:#fff;padding:34px;display:flex;flex-direction:column;justify-content:center}.calculator__result span{color:#bdbdbd}.calculator__result strong{font-size:clamp(2.4rem,5vw,4rem);line-height:1.1;margin:8px 0 14px}.calculator__result small{color:#c7c7c7;margin-bottom:22px}.choice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.choice-card{appearance:none;text-align:left;background:#fff;border:1px solid var(--gc-border);border-radius:20px;padding:25px;min-height:190px;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;font:inherit}.choice-card:hover{border-color:#c3a800;transform:translateY(-3px);box-shadow:var(--gc-shadow)}.choice-card.is-selected{border-color:#c3a800;box-shadow:0 0 0 3px rgba(255,212,0,.24),var(--gc-shadow)}.choice-card span{font-size:2rem;display:block;margin-bottom:22px}.choice-card strong,.choice-card small{display:block}.choice-card strong{font-size:1.15rem}.choice-card small{color:var(--gc-muted);margin-top:6px}.choice-result{margin-top:20px;padding:20px;border-radius:16px;background:#fff7bf;border:1px solid #eedb65}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#3a3a3a;border:1px solid #3a3a3a}.feature{padding:32px;background:var(--gc-dark)}.feature span{color:var(--gc-accent);font-weight:900}.feature h3{font-size:1.35rem}.feature p{color:#c9c9c9}.steps{list-style:none;padding:0;margin:0;display:grid;gap:0}.steps li{display:grid;grid-template-columns:64px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid var(--gc-border)}.steps li>span{width:52px;height:52px;border-radius:50%;background:var(--gc-accent);display:grid;place-items:center;font-weight:900}.steps h3{margin:0}.steps p{margin:.4rem 0 0;color:var(--gc-muted)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.check-list{list-style:none;padding:0;margin:0;display:grid;gap:14px}.check-list li{background:#fff;border:1px solid var(--gc-border);border-radius:14px;padding:16px 18px;font-weight:700}.check-list li:before{content:"✓";color:#806d00;margin-right:10px}.faq-list{display:grid;gap:12px}.faq-list details{border:1px solid var(--gc-border);border-radius:16px;padding:0 20px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.faq-list details[open]{border-color:#d7bd22;box-shadow:0 8px 30px rgba(17,24,39,.05)}.faq-list summary{cursor:pointer;font-weight:800;padding:20px 0;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list p{color:var(--gc-muted);margin:0 0 20px}.cta-section{background:var(--gc-accent);padding:68px 0}.cta-section__inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-section h2{max-width:780px}.cta-section p{max-width:720px}.site-footer{background:#111;color:#fff;padding:44px 0}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.site-footer__title{font-weight:900;text-decoration:none}.site-footer p{color:#aaa;margin:4px 0 0}.skip-link{position:fixed;left:12px;top:12px;z-index:1000;transform:translateY(-160%);padding:12px 18px;border-radius:10px;background:#111;color:#fff;font-weight:800}.skip-link:focus{transform:translateY(0)}
@media(max-width:980px){.site-header__nav{position:absolute;left:0;right:0;top:78px;background:#fff;border-bottom:1px solid var(--gc-border);box-shadow:0 14px 30px rgba(0,0,0,.08);padding:18px 20px;display:none}.site-header__nav.is-open{display:block}.site-header__nav ul{display:grid;gap:0}.site-header__nav li{border-bottom:1px solid var(--gc-border)}.site-header__nav li:last-child{border-bottom:0}.site-header__nav a{display:block;padding:14px 4px}.site-header__toggle{display:block}.choice-grid,.feature-grid{grid-template-columns:1fr 1fr}.hero__grid,.calculator,.two-col{grid-template-columns:1fr}.hero{padding-top:60px}.calculator__result{min-height:300px}.cta-section__inner{display:grid}}
@media(max-width:640px){.container{width:min(calc(100% - 28px),var(--gc-container))}.site-header__cta{display:none}.hero h1{font-size:clamp(2.7rem,15vw,4.3rem)}.section{padding:68px 0}.hero__actions,.hero__actions .button{width:100%}.trust-list{display:grid}.calculator__fields{grid-template-columns:1fr;padding:22px}.choice-grid,.feature-grid{grid-template-columns:1fr}.hero__card{padding:24px}.cta-section__inner .button{width:100%}.steps li{grid-template-columns:52px 1fr;gap:16px}.steps li>span{width:44px;height:44px}.site-footer__inner{align-items:flex-start;flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.choice-card{transition:none}.button:hover,.choice-card:hover{transform:none}}

/* Stage 12 UI system */
:root{--gc-yellow:#ffd400;--gc-yellow-soft:#fff5b8;--gc-cream:#fffaf2;--gc-ink:#171717;--gc-brown:#230f0a;--gc-gray:#f5f5f5;--gc-container:1272px}
.site-header__inner{min-height:82px}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.brand img{width:42px;height:42px;flex:0 0 42px}.brand span{display:grid;line-height:1.05}.brand strong{font-size:15px;letter-spacing:-.02em}.brand small{font-size:9px;color:#777;margin-top:4px}.site-header__brand{margin-right:12px}.site-header__nav{margin-left:auto}.site-header__nav a{font-size:13px}.site-header__cta{min-height:44px;padding:0 18px;font-size:13px}
.hero--home{padding:54px 0 42px;background:linear-gradient(120deg,#fff 0%,#fff 50%,#fff8d7 100%)}.hero--home .hero__grid{grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);gap:35px}.hero--home h1{font-size:clamp(48px,5.2vw,76px);line-height:.95;letter-spacing:-.06em;margin:.2rem 0 24px}.hero h1 em,.page-hero h1 em{font-style:normal;color:#e6bd00}.hero--home .hero__lead{font-size:18px;max-width:650px}.hero--home .trust-list{display:grid;gap:9px;font-size:15px}.hero--home .hero__actions{margin:26px 0 18px}.hero-visual{position:relative;min-height:500px;overflow:hidden;border-radius:34px;background:radial-gradient(circle at 75% 25%,#fff 0 18%,transparent 19%),linear-gradient(135deg,#f3f4f6,#fff8c7);display:grid;place-items:end center}.hero-visual__ring{position:absolute;border:38px solid rgba(255,212,0,.7);border-radius:50%;right:-60px;top:40px}.hero-visual__ring--one{width:430px;height:430px}.hero-visual__ring--two{width:300px;height:300px;right:60px;top:105px;border-width:28px;opacity:.6}.hero-visual__bag{position:absolute;right:70px;bottom:58px;width:210px;height:270px;border-radius:32px 32px 44px 44px;background:var(--gc-yellow);box-shadow:18px 22px 35px rgba(0,0,0,.12);display:grid;place-items:center;transform:rotate(4deg)}.hero-visual__bag:before{content:"";position:absolute;top:-30px;width:110px;height:62px;border:14px solid #191919;border-bottom:0;border-radius:70px 70px 0 0}.hero-visual__bag span{width:108px;height:108px;border:12px solid #171717;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:54px}.hero-visual__person{position:absolute;bottom:0;left:48%;transform:translateX(-50%);width:190px;height:370px}.hero-visual__person:before{content:"";position:absolute;left:52px;top:0;width:90px;height:90px;border-radius:50%;background:#c98c63;box-shadow:0 -12px 0 12px #30231d}.hero-visual__person:after{content:"";position:absolute;left:30px;top:78px;width:130px;height:250px;border-radius:42px 42px 12px 12px;background:#ffd400;transform:skew(-5deg)}.hero-visual__phone{position:absolute;left:30%;bottom:150px;width:28px;height:55px;border-radius:7px;background:#171717;transform:rotate(12deg)}.quick-benefits{position:relative;margin-top:-1px;background:#fff;padding:0 0 20px}.quick-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.quick-benefits article{padding:21px 22px;border:1px solid var(--gc-border);border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.05);display:grid;grid-template-columns:42px 1fr;align-items:center}.quick-benefits article span{grid-row:span 2;width:34px;height:34px;border-radius:50%;background:var(--gc-yellow);display:grid;place-items:center;font-weight:900}.quick-benefits strong{font-size:14px}.quick-benefits small{font-size:12px;color:#777}.city-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.city-card{padding:24px 18px;background:#fff;border:1px solid var(--gc-border);border-radius:18px;display:grid;gap:6px}.city-card span{font-weight:800}.city-card strong{font-size:22px}.city-card small{color:#777;font-size:12px}.center-action{text-align:center;margin-top:28px}.page-hero{padding:60px 0 48px;background:linear-gradient(120deg,#fff 0%,#fff8d7 100%)}.page-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:48px}.page-hero h1{font-size:clamp(44px,5.2vw,72px);line-height:.95;letter-spacing:-.055em;margin:.2rem 0 20px}.page-hero p:not(.eyebrow){font-size:18px;max-width:720px;color:#555}.page-hero__image{min-height:310px;border-radius:30px;background:linear-gradient(135deg,#fff,#ececec);display:grid;place-items:center;overflow:hidden;position:relative}.delivery-card{width:280px;height:190px;border-radius:28px;background:#ffd400;box-shadow:0 25px 50px rgba(0,0,0,.14);padding:28px;display:grid;align-content:center;gap:5px;transform:rotate(-4deg)}.delivery-card span{width:62px;height:62px;border:7px solid #171717;border-radius:50%;display:grid;place-items:center;font-size:30px;font-weight:900}.delivery-card b{font-size:22px}.delivery-card small{font-size:12px}.icon-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.icon-strip article{padding:22px 16px;text-align:center;border:1px solid var(--gc-border);border-radius:18px;background:#fff}.icon-strip span{display:block;font-size:25px;margin-bottom:12px;color:#c29f00}.icon-strip strong,.icon-strip small{display:block}.icon-strip strong{font-size:14px}.icon-strip small{font-size:12px;color:#777;margin-top:4px}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.steps-grid article{padding:25px;border:1px solid var(--gc-border);border-radius:20px;background:#fff}.steps-grid article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--gc-yellow);font-weight:900}.steps-grid h3{font-size:18px}.steps-grid p{font-size:14px;color:#666}.feature-grid--light{background:transparent;border:0;gap:14px}.feature-grid--light .feature{background:#fff;color:var(--gc-text);border:1px solid var(--gc-border);border-radius:18px}.feature-grid--light .feature p{color:#666}.calculator-page-wrap .gc-calculator{margin:38px 0 0}.page-hero--calculator{text-align:center}.page-hero--calculator .container{display:grid;justify-items:center}.page-hero--calculator p:not(.eyebrow){max-width:800px}.site-footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px}.site-footer__grid>div{display:grid;align-content:start;gap:8px}.site-footer__grid h3{font-size:13px;margin:0 0 5px;color:#fff}.site-footer__grid a{font-size:13px;color:#aaa;text-decoration:none}.site-footer__grid a:hover{color:#fff}.brand--footer strong{color:#fff}.brand--footer small{color:#777}.site-footer__brand p{color:#888;max-width:280px;font-size:12px}.site-footer__bottom{border-top:1px solid #2b2b2b;margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;color:#777;font-size:11px}
@media(max-width:1100px){.site-header__nav{margin-left:auto}.hero--home .hero__grid,.page-hero__grid{grid-template-columns:1fr}.hero-visual{min-height:430px}.city-grid{grid-template-columns:repeat(3,1fr)}.icon-strip{grid-template-columns:repeat(3,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr)}.site-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:800px){.quick-benefits__grid{grid-template-columns:1fr 1fr}.site-header__nav{margin:0}.site-header__cta{display:none}.site-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.quick-benefits__grid,.city-grid,.icon-strip,.steps-grid,.site-footer__grid{grid-template-columns:1fr}.hero-visual{min-height:360px}.hero-visual__bag{right:20px;transform:scale(.82) rotate(4deg);transform-origin:bottom right}.hero-visual__person{left:38%;transform:scale(.82) translateX(-50%);transform-origin:bottom}.page-hero{padding:44px 0}.site-footer__bottom{display:grid;gap:8px}.site-footer{padding-bottom:28px}}

/* Stage 12.1 Hotfix 2 — desktop visual polish */
.section{padding:112px 0}.section-heading{margin-bottom:52px}.section-heading p{font-size:1.02rem}.hero--home{padding:72px 0 56px}.hero--home .hero__grid{grid-template-columns:minmax(0,1fr) minmax(520px,.95fr);gap:56px}.hero--home .hero__content{padding:8px 0 12px}.hero--home h1{font-size:clamp(54px,5vw,78px);margin-bottom:28px}.hero--home .hero__lead{font-size:19px;line-height:1.55}.hero--home .trust-list{gap:11px;font-size:15px;line-height:1.45}.hero--home .hero__actions{margin:30px 0 20px}.hero-visual{min-height:540px;border-radius:36px}.hero-visual__bag{right:78px;bottom:62px;width:220px;height:286px}.hero-visual__person{left:47%;width:205px;height:390px}.quick-benefits{padding-bottom:30px}.quick-benefits__grid{gap:14px}.quick-benefits article{min-height:92px;padding:22px 24px}.quick-benefits strong{font-size:15px}.quick-benefits small{font-size:13px}.gc-calculator{margin:88px 0;padding:56px;border-radius:34px}.gc-calculator-head{max-width:900px}.gc-calculator-head h2{font-size:clamp(42px,4.2vw,66px);margin-bottom:.45em}.gc-calculator-head p:last-child{font-size:16px;line-height:1.6}.gc-calc-mode{margin-top:38px}.gc-calc-grid{max-width:none;grid-template-columns:minmax(0,1fr) minmax(420px,.78fr);gap:46px 72px;margin-top:46px}.gc-calc-form{gap:28px}.gc-calc-form select{min-height:56px}.gc-calc-result{top:104px;padding:38px;border-radius:30px;min-height:100%;box-shadow:0 18px 50px rgba(35,15,10,.09)}.gc-calc-result__title{font-size:14px;font-weight:700}.gc-calc-result>strong{font-size:clamp(52px,5.1vw,78px);margin:12px 0 32px;letter-spacing:-.045em}.gc-calc-details div{padding:15px 0}.gc-calc-note{font-size:14px;line-height:1.55}.city-grid{gap:16px}.city-card{padding:26px 20px;min-height:150px}.city-card span{font-size:15px}.city-card strong{font-size:24px;letter-spacing:-.02em}.city-card small{font-size:13px}.center-action{margin-top:32px}.steps-grid article{padding:28px;min-height:190px}.feature-grid{gap:1px}.feature{padding:38px 34px;min-height:230px}.feature h3{font-size:1.42rem}.feature p{font-size:15px;line-height:1.55}.faq-list{gap:14px}.faq-list details{padding-inline:22px}.faq-list summary{font-size:15px}.faq-list p{font-size:14px;line-height:1.55}.cta-section{padding:82px 0}.site-footer{padding:58px 0}.site-footer__grid{gap:44px}
@media(max-width:1100px){.hero--home .hero__grid{grid-template-columns:1fr}.hero-visual{min-height:500px}.gc-calc-grid{grid-template-columns:1fr}.gc-calc-result{position:static}.city-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.section{padding:72px 0}.hero--home{padding:48px 0 34px}.hero--home h1{font-size:clamp(44px,14vw,62px)}.hero-visual{min-height:360px}.quick-benefits article{min-height:82px}.gc-calculator{margin:56px 0;padding:28px 20px}.gc-calc-grid{gap:28px;margin-top:30px}.gc-calc-result{padding:28px}.gc-calc-result>strong{font-size:48px}.city-grid{grid-template-columns:1fr}.feature{min-height:auto}.cta-section{padding:64px 0}}

/* Stage 12.1 — blocker pages */
.level-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.level-grid article{padding:28px;border:1px solid var(--gc-border);border-radius:22px;background:#fff;min-height:210px}.level-grid article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--gc-yellow);font-weight:900}.level-grid h3{font-size:21px;margin:18px 0 8px}.level-grid p{color:#666;font-size:14px}.level-card--top{background:var(--gc-yellow)!important;border-color:var(--gc-yellow)!important}.level-card--top p{color:#302900}.progress-hero-card,.rating-hero-card{min-height:280px;border-radius:30px;background:var(--gc-yellow);display:grid;place-items:center;align-content:center;gap:8px;box-shadow:var(--gc-shadow);text-align:center}.progress-hero-card__mark{font-size:72px;font-weight:900}.progress-hero-card strong{font-size:34px}.progress-hero-card small,.rating-hero-card small{font-size:14px}.rating-hero-card strong{font-size:72px;line-height:1}.rating-hero-card span{font-size:28px;font-weight:900}.rating-table{border:1px solid var(--gc-border);border-radius:20px;overflow:hidden;background:#fff}.rating-row{display:grid;grid-template-columns:1fr 1fr;padding:18px 22px;border-bottom:1px solid var(--gc-border);gap:20px}.rating-row:last-child{border-bottom:0}.rating-row--head{background:#171717;color:#fff;font-weight:800}.rating-row strong{font-weight:800}.feature-list{display:grid;gap:14px}.feature-list>div{padding:22px;border:1px solid var(--gc-border);border-radius:18px;background:#fff}.feature-list strong{font-size:17px}.feature-list p{margin:.4rem 0 0;color:#666;font-size:14px}.cities-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;padding:20px 22px;border:1px solid var(--gc-border);border-radius:18px;background:#fff}.cities-toolbar div{display:flex;align-items:baseline;gap:10px}.cities-toolbar strong{font-size:30px}.cities-toolbar span{color:#666}.city-grid--all{grid-template-columns:repeat(4,1fr)}.city-grid--all .city-card{text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.city-grid--all .city-card:hover{transform:translateY(-3px);box-shadow:var(--gc-shadow)}.faq-list--large{display:grid;gap:12px}.faq-list--large details{padding:0 24px;border:1px solid var(--gc-border);border-radius:18px;background:#fff}.faq-list--large summary{padding:22px 0;font-size:18px;font-weight:800;cursor:pointer}.faq-list--large details p{padding:0 0 22px;color:#666;margin:0}.page-hero--progress,.page-hero--rating,.page-hero--faq{background:linear-gradient(120deg,#fff 0%,#fff8d7 100%)}
@media(max-width:1100px){.level-grid{grid-template-columns:repeat(2,1fr)}.city-grid--all{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.level-grid,.city-grid--all{grid-template-columns:1fr}.cities-toolbar{align-items:flex-start;flex-direction:column}.rating-row{grid-template-columns:1fr}.progress-hero-card,.rating-hero-card{min-height:220px}}

.article-content{background:#fff}.page-hero--article{background:linear-gradient(120deg,#fff 0%,#fff8d7 100%)}.page-hero--article h1{font-size:clamp(2.6rem,6vw,5rem);line-height:1.02;letter-spacing:-.045em;margin:.2rem 0 1.25rem}.page-hero--article .container>p:last-child{max-width:780px;font-size:1.12rem;color:#4d4d4d}.article-section{padding:0 0 38px;margin:0 0 38px;border-bottom:1px solid var(--gc-border)}.article-section:last-of-type{margin-bottom:30px}.article-section h2{font-size:clamp(1.55rem,3vw,2.25rem);line-height:1.12;letter-spacing:-.025em;margin:0 0 14px}.article-section p{font-size:1.05rem;line-height:1.78;color:#4d4d4d;margin:0}.source-note-box{padding:22px 24px;border:1px solid #ead46b;background:#fff9d6;border-radius:18px}.source-note-box strong{display:block;margin-bottom:6px}.source-note-box p{margin:0;color:#5b552f}.article-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.article-card{display:flex;flex-direction:column;gap:10px;padding:26px;border:1px solid var(--gc-border);border-radius:20px;background:#fff;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.article-card:hover{transform:translateY(-3px);box-shadow:var(--gc-shadow);border-color:#d6bd27}.article-card span{font-size:.8rem;font-weight:900;color:#806d00}.article-card strong{font-size:1.15rem;line-height:1.25}.article-card small{color:#666;line-height:1.5}@media(max-width:760px){.article-card-grid{grid-template-columns:1fr}.page-hero--article h1{font-size:clamp(2.25rem,11vw,3.5rem)}.page-hero--article .container>p:last-child{font-size:1rem}.article-section p{font-size:1rem}.source-note-box{padding:18px}.article-card{padding:22px}}

/* v0.2.14: richer work-format selector */
.choice-result{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:24px;padding:28px 30px;border-radius:22px;background:#fffbea;border:1px solid #eadc8d;box-shadow:0 12px 34px rgba(17,24,39,.05)}
.choice-result[hidden]{display:none}.choice-result>div{max-width:780px}.choice-result h3{font-size:clamp(1.5rem,3vw,2.15rem);line-height:1.1;margin:.2rem 0 .65rem}.choice-result p:not(.eyebrow){margin:0;color:var(--gc-muted)}
.work-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.work-type-card{border:1px solid var(--gc-border);border-radius:26px;padding:34px;background:#fff}.work-type-card--accent{background:#f7fbe9;border-color:#dfe9bd}.work-type-card h2{font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.1;margin:.3rem 0 1.25rem}.work-type-list{margin:0;padding:0;list-style:none;display:grid;gap:14px}.work-type-list li{position:relative;padding-left:28px;color:#3e4247}.work-type-list li:before{content:'✓';position:absolute;left:0;top:0;font-weight:900;color:#7b6b00}.work-type-hero .hero__actions{margin-top:28px}

/* v0.2.14: 12-step registration guide */
.registration-steps{display:grid;gap:72px}.registration-step{display:grid;grid-template-columns:minmax(0,.8fr) minmax(460px,1.2fr);gap:54px;align-items:center;padding-bottom:72px;border-bottom:1px solid var(--gc-border)}.registration-step:nth-child(even) .registration-step__copy{order:2}.registration-step:nth-child(even) .registration-step__image{order:1}.registration-step__number{display:inline-flex;padding:7px 11px;border-radius:999px;background:var(--gc-accent);font-size:12px;font-weight:900}.registration-step__copy h2{font-size:clamp(2rem,4vw,3.1rem);line-height:1.06;letter-spacing:-.035em;margin:16px 0}.registration-step__copy p{font-size:1.05rem;color:var(--gc-muted)}.registration-step__note{padding:14px 16px;border-radius:14px;background:#fff7bf;border:1px solid #ead55d;font-size:.92rem!important;color:#4d4630!important}.registration-step__image{margin:0;border:1px solid var(--gc-border);border-radius:24px;overflow:hidden;background:#f5f6f7;box-shadow:var(--gc-shadow)}.registration-step__image img{display:block;width:100%;height:auto}.registration-step__image figcaption{padding:12px 16px;font-size:12px;color:#6c7178;background:#fff}.registration-guide-hero{background:linear-gradient(135deg,#fff 0%,#fffbe8 100%)}

/* Verified courier reviews. The section renders only when verified data exists. */
.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.review-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:16px;padding:26px;border:1px solid var(--gc-border);border-radius:24px;background:#fff;box-shadow:0 10px 28px rgba(17,24,39,.04)}.review-card img{width:72px;height:72px;object-fit:cover;border-radius:50%}.review-card__person{align-self:center;display:grid;gap:2px}.review-card__person strong{font-size:1.05rem}.review-card__person span{font-size:.85rem;color:var(--gc-muted)}.review-card p{grid-column:1/-1;margin:4px 0 0;color:#3f4348}


/* v0.2.15 — dedicated walking-courier landing page */
.foot-courier-hero{padding:78px 0 70px;background:radial-gradient(circle at 82% 12%,rgba(255,212,0,.34),transparent 32%),linear-gradient(135deg,#fff 0%,#fffdf3 56%,#f4f6f8 100%)}
.foot-courier-hero__grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:72px;align-items:center}
.foot-courier-hero__content{min-width:0}.foot-courier-hero h1{font-size:clamp(3.2rem,6.5vw,5.65rem);line-height:.95;letter-spacing:-.055em;margin:.2rem 0 1.35rem;max-width:920px}.foot-courier-hero__lead{font-size:clamp(1.08rem,1.7vw,1.35rem);color:#4c4c4c;max-width:790px}
.foot-courier-hero__facts{list-style:none;margin:30px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.foot-courier-hero__facts li{display:grid;gap:3px;padding:16px 18px;border:1px solid #e5e6e8;background:rgba(255,255,255,.88);border-radius:16px}.foot-courier-hero__facts strong{font-size:15px}.foot-courier-hero__facts span{font-size:12px;color:#777;line-height:1.35}
.foot-courier-hero__visual{min-height:430px;border-radius:34px;background:#ffd400;position:relative;overflow:hidden;box-shadow:0 28px 70px rgba(33,25,0,.14)}.foot-courier-hero__visual:before,.foot-courier-hero__visual:after{content:"";position:absolute;border:2px solid rgba(17,17,17,.14);border-radius:50%}.foot-courier-hero__visual:before{width:330px;height:330px;right:-90px;top:-115px}.foot-courier-hero__visual:after{width:230px;height:230px;left:-105px;bottom:-90px}
.foot-courier-phone{position:absolute;left:50%;top:50%;width:225px;height:405px;transform:translate(-50%,-50%) rotate(-4deg);border:11px solid #181818;border-radius:38px;background:#181818;box-shadow:0 28px 45px rgba(0,0,0,.22);z-index:2}.foot-courier-phone__top{height:20px;width:82px;background:#181818;border-radius:0 0 14px 14px;position:absolute;top:-1px;left:50%;transform:translateX(-50%);z-index:3}.foot-courier-phone__screen{height:100%;border-radius:27px;background:#f7f8fa;position:relative;overflow:hidden}.foot-courier-phone__screen:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0 18%,rgba(0,0,0,.04) 18% 19%,transparent 19% 42%,rgba(0,0,0,.04) 42% 43%,transparent 43%)}.foot-courier-phone__pin{position:absolute;left:54%;top:27%;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#ffd400;color:#111;font-size:10px;box-shadow:0 8px 20px rgba(0,0,0,.14)}.foot-courier-phone__route{position:absolute;left:27%;top:34%;width:92px;height:105px;border-left:5px solid #292929;border-bottom:5px solid #292929;border-radius:0 0 0 35px;transform:rotate(-18deg)}.foot-courier-phone__card{position:absolute;left:14px;right:14px;bottom:18px;padding:17px;border-radius:18px;background:#fff;box-shadow:0 13px 35px rgba(0,0,0,.12);display:grid;gap:3px}.foot-courier-phone__card b{font-size:14px}.foot-courier-phone__card small{font-size:11px;color:#777}.foot-courier-walk-badge{position:absolute;right:34px;bottom:30px;width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:44px;box-shadow:0 16px 32px rgba(0,0,0,.12);z-index:4}
.foot-courier-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.foot-courier-info-card{background:#fff;border:1px solid var(--gc-border);border-radius:22px;padding:26px;min-width:0}.foot-courier-info-card>span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#ffd400;font-size:12px;font-weight:900}.foot-courier-info-card h3{font-size:20px;line-height:1.15;margin:20px 0 10px}.foot-courier-info-card p{margin:0;color:var(--gc-muted);font-size:14px}
.foot-courier-split{display:grid;grid-template-columns:.82fr 1.18fr;gap:72px;align-items:start}.foot-courier-split h2{font-size:clamp(2.4rem,4.2vw,4.3rem);line-height:1;letter-spacing:-.04em;margin:.2rem 0 1rem}.foot-courier-requirement-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.foot-courier-requirement-list div{display:grid;gap:7px;padding:22px;border:1px solid var(--gc-border);border-radius:20px;background:#fff}.foot-courier-requirement-list b{font-size:20px}.foot-courier-requirement-list span{font-size:14px;color:var(--gc-muted)}
.foot-courier-income .gc-calculator{margin-bottom:0}.foot-courier-income .gc-calculator-head{display:none}
.foot-courier-start-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.foot-courier-start-grid article{display:grid;grid-template-columns:48px 1fr;gap:16px;padding:24px;border:1px solid var(--gc-border);border-radius:22px;background:#fff;min-width:0}.foot-courier-start__num{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#ffd400;font-weight:900}.foot-courier-start-grid h3{font-size:18px;line-height:1.2;margin:3px 0 8px}.foot-courier-start-grid p{font-size:14px;color:var(--gc-muted);margin:0}.foot-courier-start__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:34px}
.foot-courier-knowledge .eyebrow{color:#ffd400}.foot-courier-knowledge-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#3b3b3b;border:1px solid #3b3b3b}.foot-courier-knowledge-grid a{display:grid;gap:8px;padding:28px;background:#151515;text-decoration:none;transition:background .2s ease,transform .2s ease}.foot-courier-knowledge-grid a:hover{background:#202020}.foot-courier-knowledge-grid span{color:#ffd400;font-size:12px;font-weight:900}.foot-courier-knowledge-grid strong{font-size:19px}.foot-courier-knowledge-grid small{color:#aaa;font-size:13px;line-height:1.45}
.foot-courier-source__links{display:flex;flex-wrap:wrap;gap:18px}.foot-courier-source .source-note-box{background:#fff}

/* Partner logo — header/footer, v0.2.19 */
.brand--partner{display:flex;align-items:center;text-decoration:none;line-height:1;min-width:0}
.brand--partner .partner-logo{display:block;width:250px;height:85px;max-width:250px;object-fit:contain;object-position:left center;flex:0 0 auto}
.brand--partner-footer{background:#fff;border-radius:12px;padding:8px 10px;width:max-content;max-width:100%}
.brand--partner-footer .partner-logo{width:250px;height:85px;max-width:250px}
.site-header__inner{min-height:102px}
@media (max-width:1100px){.brand--partner .partner-logo{width:230px;height:78px;max-width:230px}.site-header__inner{min-height:94px}}
@media (max-width:720px){.brand--partner .partner-logo,.brand--partner-footer .partner-logo{width:200px;height:68px;max-width:200px}.site-header__inner{min-height:82px}}
@media (max-width:380px){.brand--partner .partner-logo{width:178px;height:61px;max-width:178px}.brand--partner-footer .partner-logo{width:200px;height:68px;max-width:200px}}

/* Link color hardening — v0.2.20.
 * WordPress global styles may otherwise recolor links (including visited links) blue. */
.site-header__nav a,
.site-header__nav a:link,
.site-header__nav a:visited,
.site-header__nav a:hover,
.site-header__nav a:focus,
.site-header__nav a:active{color:var(--gc-text)!important}
.site-header__nav a:hover,
.site-header__nav a:focus-visible{color:#000!important}
.button--primary,
.button--primary:link,
.button--primary:visited,
.button--primary:hover,
.button--primary:focus,
.button--primary:active{color:#111!important}
.button--dark,
.button--dark:link,
.button--dark:visited,
.button--dark:hover,
.button--dark:focus,
.button--dark:active{color:#fff!important}
.button--secondary,
.button--secondary:link,
.button--secondary:visited,
.button--secondary:hover,
.button--secondary:focus,
.button--secondary:active{color:var(--gc-text)!important}
.site-footer__grid a,
.site-footer__grid a:link,
.site-footer__grid a:visited,
.site-footer__grid a:active{color:#aaa!important}
.site-footer__grid a:hover,
.site-footer__grid a:focus-visible{color:#fff!important}
.site-footer .brand--partner-footer,
.site-footer .brand--partner-footer:link,
.site-footer .brand--partner-footer:visited,
.site-footer .brand--partner-footer:hover,
.site-footer .brand--partner-footer:focus,
.site-footer .brand--partner-footer:active{color:inherit!important}

/* Native WordPress page-editor content support (v0.2.21). */
.gc-editor-content .article-content > :first-child { margin-top: 0; }
.gc-editor-content .article-content > :last-child { margin-bottom: 0; }
.gc-editor-content .wp-block-image img,
.gc-editor-content img { max-width: 100%; height: auto; }
.gc-editor-content .wp-block-table { overflow-x: auto; }
.gc-editor-content table { width: 100%; border-collapse: collapse; }
.gc-editor-content th,
.gc-editor-content td { padding: 12px 14px; border: 1px solid var(--border, #e5e7eb); text-align: left; }
.gc-editor-content ul,
.gc-editor-content ol { padding-left: 1.35em; }
.gc-editor-content blockquote { margin-left: 0; padding: 16px 20px; border-left: 4px solid var(--accent, #ffd400); background: var(--surface, #f7f7f5); border-radius: 0 14px 14px 0; }
.gc-editor-hero + .gc-editor-content { padding-top: 36px; }
