:root {
  --color-accent: #c07f3a;
  --color-accent-hover: #d94b16;
  --color-accent-rgb: 192 127 58;
  --color-button: var(--color-accent);
  --color-button-hover: #a96b2f;
  --color-button-rgb: var(--color-accent-rgb);
  --color-navy: #1f2951;
  --color-background: #f6f6fb;
  --color-text: #4c5474;
  --color-line: #e7e8ef;
  --color-soft-orange: #ffede5;
  --radius-brand: 12px;
  --radius-pill: 999px;
  --shadow-soft: 0 10px 40px -10px rgb(31 41 81 / 8%);
  --shadow-floating: 0 20px 50px -10px rgb(var(--color-accent-rgb) / 15%);
  --container: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-body {
  min-width: 320px;
  min-height: 100vh;
  background: var(--color-background);
  color: var(--color-text);
  font-family: "Noto Sans", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; inset-inline-start: 12px; z-index: 1000; padding: 10px 16px; border-radius: 8px; background: var(--color-navy); color: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 3px; }

.utility-bar { border-bottom: 1px solid #f0f0f4; background: #fff; font-size: .875rem; }
.utility-bar__inner, .utility-bar__contact, .utility-bar__languages { display: flex; align-items: center; }
.utility-bar__inner { justify-content: space-between; min-height: 38px; }
.utility-bar__contact, .utility-bar__languages { gap: 22px; }
.utility-bar a { transition: color .2s ease; }
.utility-bar a:hover { color: var(--color-accent); }
.utility-bar i { color: var(--color-accent); }
.utility-bar__languages .is-active { color: var(--color-accent); font-weight: 800; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgb(246 246 251 / 94%); backdrop-filter: blur(14px); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 80px; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand__logo { width: 190px; height: auto; }
.brand__mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: var(--radius-brand); background: var(--color-navy); color: #fff; font-size: 1.05rem; font-weight: 800; }
.brand__name { color: var(--color-navy); font-size: 1.5rem; font-weight: 800; letter-spacing: -.04em; }
.brand--small .brand__mark { width: 34px; height: 34px; font-size: .8rem; }
.brand--small .brand__name { font-size: 1.25rem; }

.desktop-nav { display: flex; align-items: center; gap: 32px; font-weight: 600; }
.desktop-nav a { padding-block: 8px; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--color-accent); }
.desktop-nav .is-active { border-bottom: 2px solid var(--color-accent); color: var(--color-accent); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-actions form { margin: 0; }
.header-account { display: inline-flex; align-items: center; gap: 7px; color: var(--color-navy); font-size: .875rem; font-weight: 700; }
.header-account i { color: var(--color-accent); font-size: 1.25rem; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; border: 2px solid transparent; border-radius: var(--radius-pill); padding: 9px 24px; cursor: pointer; font-weight: 700; line-height: 1.2; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible { outline-color: var(--color-button); }
.button--primary { background: var(--color-button); color: #fff; box-shadow: 0 8px 20px rgb(var(--color-button-rgb) / 18%); }
.button--primary:hover { background: var(--color-button-hover); }
.button--outline { border-color: var(--color-button); color: var(--color-button); background: transparent; }
.button--outline:hover { background: var(--color-button); color: #fff; }
.button__label, .button__loading { align-items: center; justify-content: center; gap: 8px; }
.button__label { display: inline-flex; }
.button__loading { display: none; }
.button.is-loading { cursor: wait; opacity: .9; transform: none; }
.button.is-loading .button__label { display: none; }
.button.is-loading .button__loading { display: inline-flex; }
.button__spinner { width: 18px; height: 18px; border: 2px solid rgb(255 255 255 / 45%); border-top-color: #fff; border-radius: 50%; animation: button-spin .7s linear infinite; }
@keyframes button-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .button__spinner { animation-duration: 1.4s; } }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 10px; color: var(--color-navy); cursor: pointer; font-size: 1.6rem; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; top: 54px; inset-inline-end: 0; display: grid; min-width: 230px; gap: 4px; padding: 14px; border: 1px solid var(--color-line); border-radius: var(--radius-brand); background: #fff; box-shadow: var(--shadow-soft); }
.mobile-menu nav a:not(.button) { padding: 10px 12px; border-radius: 8px; font-weight: 600; }
.mobile-menu nav a:hover { background: var(--color-background); color: var(--color-accent); }
.mobile-language-switcher { display: flex; gap: 6px; margin-top: 6px; padding-top: 10px; border-top: 1px solid var(--color-line); }
.mobile-language-switcher a { flex: 1; text-align: center; }

.flash-wrap { padding-top: 16px; }
.flash { margin: 0; padding: 12px 16px; border: 1px solid; border-radius: 10px; font-weight: 600; }
.flash--notice { border-color: #a7dfbd; background: #edf9f1; color: #21633b; }
.flash--alert { border-color: #f0b9b9; background: #fff1f1; color: #8b2525; }

.hero { position: relative; display: grid; width: min(var(--container), calc(100% - 48px)); min-height: 610px; margin-inline: auto; padding: 48px 0 88px; align-items: center; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: 56px; overflow: hidden; }
.hero__content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.eyebrow-pill { display: inline-flex; align-items: center; gap: 9px; margin: 0; padding: 5px 12px; border: 1px solid #ececf1; border-radius: var(--radius-pill); background: #fff; box-shadow: 0 2px 8px rgb(31 41 81 / 5%); color: var(--color-text); font-size: .875rem; font-weight: 600; }
.eyebrow-pill span { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; }
.hero h1 { max-width: 520px; margin: 0; color: var(--color-navy); font-size: clamp(2.2rem, 4.6vw, 3.75rem); line-height: 1.12; letter-spacing: -.045em; }
.hero h1 span { display: block; color: var(--color-accent); }
.hero__lede { max-width: 610px; margin: 0; font-size: 1rem; }
.quote-form { display: flex; width: min(100%, 590px); min-height: 62px; margin-top: 8px; align-items: center; gap: 8px; padding-block: 7px; padding-inline: 18px 7px; border: 1px solid #e7e7ed; border-radius: 40px; background: #fff; box-shadow: var(--shadow-soft); transition: box-shadow .2s ease; }
.quote-form:focus-within { box-shadow: 0 0 0 2px var(--color-accent), var(--shadow-soft); }
.quote-form .field_with_errors { display: contents; }
.quote-form--invalid { border-color: #d97777; }
.quote-form--invalid:focus-within { box-shadow: 0 0 0 2px #b42323, var(--shadow-soft); }
.quote-form > i { color: #a5a8b5; font-size: 1.5rem; }
.quote-form input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; color: var(--color-navy); font-weight: 600; }
.quote-form input::placeholder { color: #a5a8b5; }
.quote-form .button { white-space: nowrap; }
.form-error { margin: -12px 0 0; color: #a12424; font-size: .875rem; font-weight: 600; }
.trust-points { display: flex; flex-wrap: wrap; gap: 18px 24px; margin-top: 4px; font-size: .875rem; font-weight: 600; }
.trust-points span { display: inline-flex; align-items: center; gap: 9px; }
.trust-points i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--color-soft-orange); color: var(--color-accent); font-size: 1.1rem; }

.hero__visual { position: relative; min-height: 500px; }
.hero__image { position: absolute; z-index: 2; top: 50%; left: 50%; width: 110%; max-width: none; height: auto; aspect-ratio: 3 / 2; object-fit: contain; transform: translate(-50%, -50%); }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(55px); opacity: .7; }
.hero__glow--orange { top: 4%; inset-inline-end: 2%; width: 260px; height: 260px; }
.hero__glow--blue { bottom: 2%; inset-inline-start: 2%; width: 290px; height: 290px; background: #dcecff; }

.stores { padding: 38px 0; border-block: 1px solid #ececf1; background: #fff; }
.stores h2 { margin: 0 0 24px; color: var(--color-navy); text-align: center; font-size: 1.2rem; }
.store-marquee { overflow: hidden; white-space: nowrap; mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent); }
.store-marquee__track { display: inline-flex; min-width: max-content; align-items: center; gap: 64px; padding-inline: 32px; animation: marquee 30s linear infinite; }
.store-logo { display: grid; width: 150px; height: 52px; flex: none; place-items: center; }
.store-logo__image { width: auto; max-width: 132px; height: auto; max-height: 40px; opacity: .52; filter: grayscale(1); transition: filter .2s ease, opacity .2s ease, transform .2s ease; }
.store-logo:hover .store-logo__image { opacity: 1; filter: grayscale(0); transform: scale(1.04); }

.process { padding-block: 90px; }
.section-heading { margin-bottom: 62px; text-align: center; }
.section-heading p { margin: 0; color: var(--color-accent); font-size: .85rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-heading h2 { margin: 8px 0 0; color: var(--color-navy); font-size: clamp(2rem, 3vw, 2.25rem); line-height: 1.2; }
.process__steps { position: relative; display: grid; gap: 74px; }
.process__steps::before { position: absolute; top: 0; bottom: 0; left: 50%; width: 4px; border-radius: 2px; background: #dedfe7; content: ""; transform: translateX(-50%); }
.process-step { position: relative; z-index: 1; display: grid; grid-template-columns: 5fr 64px 5fr; align-items: center; gap: 34px; }
.process-step--reverse .process-step__copy { grid-column: 3; text-align: start; }
.process-step--reverse .process-step__number { grid-column: 2; }
.process-step--reverse .process-step__image-card { grid-column: 1; grid-row: 1; }
.process-step__copy { text-align: end; }
.process-step__copy h3 { margin: 0 0 8px; color: var(--color-accent); font-size: 1.45rem; }
.process-step__copy p { margin: 0; }
.process-step__number { display: grid; width: 50px; height: 50px; place-items: center; justify-self: center; border: 4px solid #fff; border-radius: 50%; background: var(--color-accent); color: #fff; box-shadow: var(--shadow-soft); font-size: 1.1rem; font-weight: 800; }
.process-step:nth-child(even) .process-step__number { background: var(--color-navy); }
.process-step__image-card { padding: 22px; border-radius: var(--radius-brand); background: #fff; box-shadow: var(--shadow-soft); }
.process-step__image-card img { width: 100%; height: 192px; border-radius: 8px; object-fit: cover; }

.value-banner { position: relative; overflow: hidden; padding: 64px 0; background-color: var(--color-navy); background-image: linear-gradient(rgb(31 41 81 / 92%), rgb(31 41 81 / 92%)), url("https://www.transparenttextures.com/patterns/cubes.png"); color: #fff; }
.value-banner__inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.value-banner__copy { max-width: 700px; }
.value-banner h2 { margin: 0; font-size: clamp(2rem, 3vw, 2.5rem); line-height: 1.2; }
.value-grid { display: grid; margin-top: 30px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.value-item { display: flex; gap: 14px; }
.value-item > i { color: var(--color-accent); font-size: 2rem; }
.value-item h3 { margin: 0 0 5px; color: #fff; font-size: 1.05rem; }
.value-item p { margin: 0; color: #cfd2df; font-size: .875rem; }
.signup-card { width: min(100%, 360px); flex-shrink: 0; padding: 26px; border-radius: var(--radius-brand); background: #fff; color: var(--color-text); text-align: center; box-shadow: 0 18px 38px rgb(0 0 0 / 18%); }
.signup-card h3 { margin: 0 0 6px; color: var(--color-navy); font-size: 1.25rem; }
.signup-card p { margin: 0 0 20px; font-size: .9rem; }
.signup-card .button { width: 100%; }

.site-footer { padding: 64px 0 28px; border-top: 1px solid var(--color-line); background: #fff; }
.footer-grid { display: grid; margin-bottom: 46px; grid-template-columns: 1.2fr .75fr .75fr 1fr; gap: 50px; }
.footer-brand > p, .newsletter > p { max-width: 330px; margin: 16px 0 20px; font-size: .875rem; }
.social-links { display: flex; gap: 12px; }
.social-links a { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #f1f1f5; color: var(--color-navy); transition: background-color .2s ease, color .2s ease; }
.social-links a:hover { background: var(--color-accent); color: #fff; }
.footer-grid h2 { margin: 0 0 15px; color: var(--color-navy); font-size: 1rem; }
.footer-grid ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; font-size: .875rem; }
.footer-grid li a:hover { color: var(--color-accent); }
.newsletter > p { margin-top: 0; }
.newsletter form { display: grid; gap: 9px; }
.newsletter input:not([type="submit"]) { width: 100%; min-height: 44px; padding: 10px 13px; border: 1px solid #dfe0e7; border-radius: var(--radius-brand); color: var(--color-navy); }
.newsletter .button { width: 100%; border-radius: var(--radius-brand); }
.newsletter .form-error { margin-top: 8px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 26px; border-top: 1px solid #eeeef2; font-size: .75rem; }
.footer-bottom p { margin: 0; }
.payment-methods { display: flex; gap: 8px; }
.payment-methods span { padding: 3px 8px; border-radius: 4px; background: #e8e9ee; color: var(--color-navy); font-size: .65rem; font-weight: 800; }
.whatsapp-link { position: fixed; inset-inline-end: 24px; bottom: 24px; z-index: 60; display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; background: #22c55e; color: #fff; box-shadow: 0 12px 25px rgb(0 0 0 / 18%); font-size: 1.8rem; transition: background-color .2s ease, transform .2s ease; }
.whatsapp-link:hover { background: #179c47; transform: translateY(-3px); }

.quote-page { min-height: calc(100vh - 118px); }
.quote-heading, .quote-workspace { width: 100%; max-width: 1280px; padding-inline: 48px; }
.quote-heading { padding-block: 32px 24px; }
.quote-heading h1 { margin: 0 0 6px; color: var(--color-navy); font-size: 2.25rem; line-height: 1.2; letter-spacing: -.035em; }
.quote-heading p { margin: 0; font-size: 1.125rem; }
.quote-workspace { display: grid; padding-bottom: 96px; align-items: start; grid-template-columns: minmax(0, 2fr) minmax(310px, 1fr); gap: 32px; }
.quote-workspace__details { display: grid; gap: 24px; }
.quote-product-card, .quote-panel, .quote-summary { border: 1px solid #eeeeF3; border-radius: var(--radius-brand); background: #fff; box-shadow: var(--shadow-soft); }
.quote-product-card { position: relative; display: flex; gap: 24px; padding: 24px; overflow: hidden; }
.quote-status { position: absolute; z-index: 2; top: 16px; inset-inline-end: -40px; width: 145px; padding: 4px 8px; background: #22c55e; color: #fff; text-align: center; font-size: .75rem; font-weight: 800; transform: rotate(45deg); box-shadow: 0 2px 5px rgb(0 0 0 / 12%); }
[dir="rtl"] .quote-status { transform: rotate(-45deg); }
.quote-product-card__image { position: relative; width: 192px; height: 192px; flex: 0 0 192px; overflow: hidden; border: 1px solid #eeeef3; border-radius: var(--radius-brand); background: #f9fafb; }
.quote-product-card__image > img { width: 100%; height: 100%; object-fit: cover; }
.quote-product-card__image > span { position: absolute; top: 8px; inset-inline-start: 8px; display: inline-flex; align-items: center; gap: 5px; padding: 4px 8px; border-radius: 6px; background: #fff; color: var(--color-navy); box-shadow: 0 3px 10px rgb(31 41 81 / 12%); font-size: .7rem; font-weight: 800; }
.quote-product-card__image > .quote-product-card__placeholder { inset: 0; display: grid; padding: 0; place-items: center; border-radius: 0; background: #f3f4f6; box-shadow: none; color: #9ca3af; font-size: 2rem; }
.quote-product-card__image > span img { width: 16px; height: 16px; border-radius: 50%; object-fit: cover; }
.quote-product-card__copy { display: flex; min-width: 0; flex: 1; justify-content: center; flex-direction: column; padding-inline-end: 20px; }
.quote-store { display: flex; align-items: center; gap: 6px; margin: 0 0 4px; color: #9ca3af; font-size: .8rem; font-weight: 600; }
.quote-store i { color: #22c55e; font-size: 1rem; }
.quote-product-card h2 { margin: 0 0 6px; color: var(--color-navy); font-size: 1.25rem; line-height: 1.3; }
.quote-product-card h2 a:hover { color: var(--color-accent); }
.quote-price { margin: 10px 0 14px; color: var(--color-accent); font-size: 1.5rem; font-weight: 800; }
.quote-price del { margin-inline-start: 8px; color: #9ca3af; font-size: .8rem; font-weight: 400; }
.quote-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.quote-tags span { display: inline-flex; align-items: center; gap: 5px; padding: 4px 12px; border-radius: var(--radius-pill); background: #f3f4f6; color: var(--color-navy); font-size: .78rem; font-weight: 600; }
.quote-panel { padding: 24px; }
.quote-panel > h2 { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; color: var(--color-navy); font-size: 1.125rem; line-height: 28px; }
.quote-panel > h2 i { color: var(--color-accent); font-size: 1.35rem; }
.shipping-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.shipping-option { position: relative; display: flex; min-height: 120px; padding: 16px; border: 2px solid #f1f1f5; border-radius: var(--radius-brand); cursor: pointer; flex-direction: column; transition: border-color .2s ease, background-color .2s ease; }
.shipping-option:hover { border-color: #d1d5db; }
.shipping-option.is-selected { border-color: var(--color-accent); background: #fff7ed; box-shadow: 0 3px 10px rgb(var(--color-accent-rgb) / 7%); }
.shipping-option input { position: absolute; top: 16px; inset-inline-end: 16px; width: 18px; height: 18px; accent-color: var(--color-accent); }
.shipping-option strong { display: flex; max-width: calc(100% - 28px); align-items: center; gap: 7px; color: var(--color-navy); font-size: .92rem; }
.shipping-option strong i { color: var(--color-accent); font-size: 1.25rem; }
.shipping-option span { margin-top: 5px; color: #6b7280; font-size: .8rem; }
.shipping-option b { margin-top: auto; color: var(--color-accent); font-size: .9rem; }
.quote-summary { position: sticky; top: 104px; padding: 24px; }
.quote-summary > h2 { margin: 0 0 24px; padding-bottom: 16px; border-bottom: 1px solid #f0f0f4; color: var(--color-navy); font-size: 1.25rem; line-height: 28px; }
.quote-summary dl { display: grid; margin: 0 0 24px; gap: 16px; }
.quote-summary dl div { display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: .875rem; line-height: 20px; }
.quote-summary dt { color: #6b7280; }
.quote-summary dd { margin: 0; color: var(--color-navy); text-align: end; font-weight: 700; }
.quote-total { min-height: 73px; padding-top: 15px; border-top: 1px solid #f0f0f4; }
.quote-total > div { display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.quote-total strong { color: var(--color-navy); font-size: 1.05rem; }
.quote-total b { color: var(--color-accent); font-size: clamp(1.65rem, 3vw, 2rem); line-height: 1; }
.quote-total small { display: block; margin-top: 5px; color: #9ca3af; text-align: end; font-size: .7rem; font-weight: 600; }
.quote-summary__actions { display: grid; margin-top: 24px; gap: 12px; }
.quote-summary__actions .button { width: 100%; }
.quote-summary__actions .button--primary { min-height: 60px; box-shadow: 0 8px 20px rgb(var(--color-button-rgb) / 30%); font-size: .95rem; }
.quote-save { min-height: 48px; border-color: var(--color-button); background: #fff; color: var(--color-button); font-size: .8rem; }
.quote-save:hover { border-color: var(--color-button); background: rgb(var(--color-button-rgb) / 8%); color: var(--color-button-hover); }
.price-guarantee { display: flex; margin: 24px 0 0; align-items: flex-start; gap: 12px; padding: 16px; border: 1px solid #dbeafe; border-radius: var(--radius-brand); background: #eff6ff; color: #1e40af; font-size: .75rem; line-height: 1.625; }
.price-guarantee i { flex-shrink: 0; color: #3b82f6; font-size: 1.15rem; }
.quote-another { position: relative; overflow: hidden; padding-block: 64px; background-color: var(--color-navy); background-image: linear-gradient(rgb(31 41 81 / 96%), rgb(31 41 81 / 96%)), url("https://www.transparenttextures.com/patterns/cubes.png"); color: #fff; }
.quote-another h2 { margin: 0 0 32px; color: #fff; text-align: center; font-size: 1.5rem; line-height: 32px; }
.quote-another .quote-form { width: min(100%, 672px); min-height: 70px; margin-inline: auto; padding: 8px; }
.quote-another .quote-form .button { min-height: 48px; padding-inline: 32px; }
.quote-footer .footer-grid, .quote-footer .footer-bottom { width: 100%; max-width: 1280px; padding-inline: 24px; }
.quote-footer { padding-bottom: 30px; }
.quote-footer .footer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 48px; }
.quote-footer .brand--small .brand__mark { width: 32px; height: 32px; }

.signup-page { display: flex; width: 100%; max-width: 1280px; min-height: 912px; margin-inline: auto; align-items: center; justify-content: center; padding: 58px 48px 64px; }
.signup-shell { display: flex; width: 100%; max-width: 1024px; min-height: 790px; overflow: hidden; border: 1px solid #f0f0f4; border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); }
.signup-benefits { position: relative; display: flex; width: 41.6667%; overflow: hidden; justify-content: space-between; padding: 40px; background: var(--color-navy); color: #fff; flex-direction: column; }
.signup-benefits__pattern { position: absolute; inset: 0; background-image: url("https://www.transparenttextures.com/patterns/cubes.png"); opacity: .1; }
.signup-benefits__copy, .signup-benefits__visual { position: relative; z-index: 1; }
.signup-benefits__copy { margin-top: 16px; }
.signup-globe { display: grid; width: 48px; height: 48px; margin-bottom: 24px; place-items: center; border: 1px solid rgb(var(--color-accent-rgb) / 30%); border-radius: var(--radius-brand); background: rgb(var(--color-accent-rgb) / 20%); color: var(--color-accent); font-size: 1.5rem; backdrop-filter: blur(4px); }
.signup-benefits h2 { margin: 0 0 16px; color: var(--color-navy); font-size: 2.25rem; line-height: 40px; }
.signup-benefits__copy > p { margin: 0 16px 40px 0; color: #d1d5db; font-size: .875rem; line-height: 1.625; }
[dir="rtl"] .signup-benefits__copy > p { margin-inline: 16px 0; }
.signup-benefits ul { display: grid; margin: 0; padding: 0; gap: 24px; list-style: none; }
.signup-benefits li { display: flex; align-items: center; gap: 16px; font-size: .875rem; font-weight: 500; }
.signup-benefits li i { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 50%; background: rgb(255 255 255 / 10%); color: var(--color-accent); font-size: 1.25rem; }
.signup-benefits__visual { margin-top: 48px; }
.signup-benefits__visual > img { width: 100%; height: 192px; border: 1px solid rgb(255 255 255 / 10%); border-radius: var(--radius-brand); object-fit: cover; box-shadow: 0 25px 50px -12px rgb(0 0 0 / 25%); opacity: .9; }
.signup-rating { position: absolute; top: -16px; inset-inline-end: -16px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: var(--radius-brand); background: #fff; color: var(--color-navy); box-shadow: 0 10px 20px rgb(0 0 0 / 14%); font-size: .875rem; font-weight: 800; }
.signup-rating i { color: #facc15; font-size: 1.125rem; }
.signup-form-panel { display: flex; width: 58.3333%; justify-content: center; padding: 56px; flex-direction: column; }
.signup-form-panel__intro { margin-bottom: 32px; }
.signup-form-panel__intro h1 { margin: 0 0 8px; color: var(--color-navy); font-size: 1.875rem; line-height: 1.2; }
.signup-form-panel__intro p { margin: 0; line-height: 24px; }
.auth-errors { padding: 12px 16px; border: 1px solid #f0b9b9; border-radius: var(--radius-brand); background: #fff1f1; color: #8b2525; font-size: .875rem; line-height: 1.5; }
.auth-errors p { margin: 0; font-weight: 700; }
.auth-errors ul { margin: 6px 0 0; padding-inline-start: 20px; }
.signup-form { display: grid; gap: 20px; }
.signup-form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.signup-field { display: grid; gap: 8px; }
.signup-field label { color: var(--color-navy); font-size: .875rem; font-weight: 700; line-height: 24px; }
.signup-field > div { position: relative; }
.signup-field i { position: absolute; top: 50%; inset-inline-start: 16px; color: #9ca3af; font-size: 1.125rem; transform: translateY(-50%); }
.signup-field input { width: 100%; min-height: 50px; padding-block: 12px; padding-inline: 44px 16px; border: 1px solid #e5e7eb; border-radius: var(--radius-brand); outline: none; background: rgb(249 250 251 / 50%); color: var(--color-navy); font-size: .875rem; transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease; }
.signup-field input:focus { border-color: var(--color-accent); background: #fff; box-shadow: 0 0 0 4px rgb(var(--color-accent-rgb) / 10%); }
.signup-field input::placeholder { color: #9ca3af; }
.signup-terms { display: flex; height: 22.75px; align-items: flex-start; gap: 12px; cursor: pointer; color: #6b7280; font-size: .875rem; line-height: 1.625; }
.signup-terms input { width: 16px; height: 16px; margin-top: 4px; flex: 0 0 16px; accent-color: var(--color-accent); }
.signup-terms a, .signup-login a { color: var(--color-accent); font-weight: 700; }
.signup-terms a:hover, .signup-login a:hover { text-decoration: underline; }
.signup-submit { width: 100%; min-height: 60px; box-shadow: 0 8px 20px rgb(var(--color-button-rgb) / 25%); font-size: 1.125rem; }
.signup-divider { display: flex; align-items: center; gap: 16px; color: #9ca3af; font-size: .75rem; font-weight: 800; line-height: 16px; letter-spacing: .08em; text-transform: uppercase; }
.signup-divider::before, .signup-divider::after { height: 1px; flex: 1; background: #f0f0f4; content: ""; }
.signup-google { width: 100%; min-height: 48px; border-color: var(--color-button); background: #fff; color: var(--color-button); }
.signup-google:hover { border-color: var(--color-button); background: rgb(var(--color-button-rgb) / 8%); color: var(--color-button-hover); }
.signup-google img { width: 20px; height: 20px; }
.signup-login { margin: 0; padding-top: 24px; color: #6b7280; text-align: center; font-size: .875rem; line-height: 20px; }
.signup-footer .footer-grid, .signup-footer .footer-bottom { width: 100%; max-width: 1280px; padding-inline: 24px; }
.signup-footer .footer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 48px; }
.signup-footer .brand--small .brand__mark { width: 32px; height: 32px; }
.signup-footer { padding-bottom: 30px; }

.login-page { display: flex; width: 100%; max-width: 1280px; min-height: 904.25px; margin-inline: auto; align-items: center; justify-content: center; padding: 58px 48px 64px; }
.login-shell { display: flex; width: 100%; max-width: 1024px; min-height: 782.25px; overflow: hidden; border: 1px solid #f0f0f4; border-radius: 24px; background: #fff; box-shadow: var(--shadow-soft); }
.login-benefits { width: 41.6667%; }
.login-form-panel { width: 58.3333%; }
.login-options { display: flex; min-height: 20px; align-items: center; justify-content: space-between; gap: 20px; color: #6b7280; font-size: .875rem; line-height: 20px; }
.login-options label { display: flex; align-items: center; gap: 8px; cursor: pointer; font-weight: 500; }
.login-options input { width: 16px; height: 16px; margin: 0; accent-color: var(--color-accent); }
.login-options > a { color: var(--color-accent); font-weight: 700; }
.login-options > a:hover { text-decoration: underline; }
.password-benefits h2 { color: #fff; }
.password-form-panel { padding-inline: 56px; }
.password-form .signup-submit { margin-top: 4px; }
.password-login { padding-top: 20px; }
.auth-message { padding: 12px 16px; border-radius: var(--radius-brand); font-size: .875rem; line-height: 1.5; }
.auth-notice { border: 1px solid #a7dfbd; background: #edf9f1; color: #21633b; }
.password-edit-benefits h2 { color: #fff; }
.password-field input { padding-inline-end: 44px; }
.password-field .password-visibility-icon { inset-inline-start: auto; inset-inline-end: 16px; }
.password-back-link a { display: inline-flex; align-items: center; gap: 6px; }
[dir="rtl"] .password-back-link .ph-arrow-left { transform: rotate(180deg); }

.account-menu { position: relative; }
.account-menu summary { display: flex; align-items: center; gap: 9px; cursor: pointer; color: var(--color-navy); font-size: .875rem; font-weight: 700; list-style: none; }
.account-menu summary::-webkit-details-marker { display: none; }
.account-menu__avatar { display: grid; width: 40px; height: 40px; place-items: center; border: 2px solid var(--color-accent); border-radius: 50%; background: #f3f4f6; font-size: .78rem; }
.account-menu summary i { color: #9ca3af; }
.account-menu__panel { position: absolute; top: calc(100% + 10px); inset-inline-end: 0; z-index: 10; min-width: 140px; padding: 8px; border: 1px solid #e5e7eb; border-radius: var(--radius-brand); background: #fff; box-shadow: var(--shadow-soft); }
.account-menu__panel button { width: 100%; padding: 8px 10px; border: 0; border-radius: 8px; background: transparent; color: var(--color-navy); text-align: start; font: inherit; cursor: pointer; }
.account-menu__panel button:hover { background: rgb(var(--color-button-rgb) / 8%); color: var(--color-button); }

.terms-page { background: var(--color-background); }
.terms-hero { padding: 58px 24px 48px; border-bottom: 1px solid #e5e7eb; background: #fff; text-align: center; }
.terms-hero > div { width: min(100%, 896px); margin-inline: auto; }
.terms-hero h1 { margin: 0 0 16px; color: var(--color-navy); font-size: clamp(2.35rem, 5vw, 3rem); line-height: 1.1; letter-spacing: -.025em; }
.terms-hero p { width: min(100%, 672px); margin: 0 auto; font-size: 1.125rem; line-height: 1.625; }
.terms-updated { display: inline-flex; margin-top: 24px; align-items: center; gap: 8px; padding: 8px 16px; border: 1px solid #f0f0f4; border-radius: var(--radius-pill); background: #f9fafb; font-size: .875rem; font-weight: 600; }
.terms-updated i { color: var(--color-accent); }
.terms-layout { display: grid; width: min(100% - 48px, 1280px); margin-inline: auto; grid-template-columns: 1fr 3fr; gap: 48px; padding-block: 64px; }
.terms-sidebar > div { position: sticky; top: 112px; padding: 24px; border: 1px solid #f0f0f4; border-radius: var(--radius-brand); background: #fff; box-shadow: var(--shadow-soft); }
.terms-sidebar h2 { margin: 0 0 16px; color: var(--color-navy); font-size: 1.125rem; }
.terms-sidebar nav { display: grid; gap: 12px; }
.terms-sidebar a { display: flex; align-items: center; gap: 8px; color: var(--color-text); font-size: .875rem; font-weight: 600; }
.terms-sidebar a:hover, .terms-sidebar a.is-active { color: var(--color-accent); }
.terms-sidebar a span { width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: transparent; }
.terms-sidebar a.is-active span { background: var(--color-accent); }
.terms-content { width: 100%; max-width: 768px; }
.terms-section { margin-bottom: 48px; scroll-margin-top: 128px; }
.terms-section h2 { display: flex; margin: 0 0 16px; align-items: center; gap: 12px; color: var(--color-navy); font-size: 1.5rem; line-height: 1.3; }
.terms-section h2 > span { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border-radius: 50%; background: #fff7ed; color: var(--color-accent); font-size: .875rem; }
.terms-section p { margin: 0 0 16px; line-height: 1.75; }
.terms-section p:last-child { margin-bottom: 0; }
.terms-section ul { display: grid; margin: 0; padding-inline-start: 24px; gap: 8px; line-height: 1.625; }
.terms-notice { margin-top: 16px; padding: 20px; border: 1px solid rgb(191 219 254 / 60%); border-radius: var(--radius-brand); background: rgb(239 246 255 / 65%); color: #1e40af; font-size: .875rem; line-height: 1.625; }
.terms-notice strong { display: block; margin-bottom: 4px; color: #1e3a8a; }
.terms-notice p { margin: 0; }
.prohibited-grid { display: grid; margin-top: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.prohibited-grid div { display: flex; align-items: center; gap: 8px; padding: 12px; border: 1px solid #f0f0f4; border-radius: 8px; background: #f9fafb; font-size: .875rem; }
.prohibited-grid i { color: #ef4444; }
.terms-support { margin-top: 48px; padding-top: 32px; border-top: 1px solid #e5e7eb; text-align: center; }
.terms-support p { margin: 0 0 24px; color: var(--color-navy); font-weight: 600; }
.terms-support .button { padding-inline: 32px; box-shadow: 0 8px 20px rgb(var(--color-button-rgb) / 18%); }
.terms-footer { margin-top: 0; }

[dir="rtl"] .quote-summary__actions .ph-arrow-right { transform: rotate(180deg); }

[dir="rtl"] .site-body { font-family: "Noto Sans Arabic", "Noto Sans", sans-serif; }
[dir="rtl"] .hero h1 { letter-spacing: 0; line-height: 1.25; }
[dir="rtl"] .hero__image { transform: translate(-50%, -50%) scaleX(-1); }
[dir="rtl"] .section-heading p { letter-spacing: 0; }
[dir="rtl"] .quote-form .ph-arrow-right { transform: rotate(180deg); }
[dir="rtl"] input[dir="ltr"] { text-align: left; }

@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 1023px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero { grid-template-columns: minmax(0, 1fr); padding-top: 34px; text-align: center; }
  .hero__content { width: 100%; min-width: 0; align-items: center; }
  .hero__visual { width: min(100%, 650px); min-width: 0; max-width: 100%; margin-inline: auto; }
  .trust-points { justify-content: center; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quote-workspace { grid-template-columns: 1fr; }
  .quote-summary { position: static; }
  .signup-shell { min-height: 0; }
  .signup-benefits { width: 44%; }
  .signup-form-panel { width: 56%; padding: 40px; }
  .signup-form__row { grid-template-columns: 1fr; }
  .login-shell { min-height: 0; }
  .login-benefits { width: 44%; }
  .login-form-panel { width: 56%; }
  .password-form-panel { padding-inline: 40px; }
  .terms-layout { grid-template-columns: 1fr; }
  .terms-sidebar { display: none; }
  .terms-content { max-width: 800px; margin-inline: auto; }
}

@media (max-width: 767px) {
  .container, .hero { width: min(100% - 32px, var(--container)); }
  .utility-bar { display: none; }
  .site-header__inner { min-height: 70px; }
  .header-actions { display: none; }
  .brand__name { font-size: 1.25rem; }
  .brand__mark { width: 38px; height: 38px; font-size: .9rem; }
  .brand__logo { width: 156px; }
  .hero { min-height: auto; padding-bottom: 58px; gap: 24px; }
  .hero h1 { width: 100%; font-size: clamp(1.9rem, 8vw, 2.15rem); }
  .hero__lede, .trust-points { width: 100%; }
  .quote-form { display: grid; min-width: 0; max-width: 100%; border-radius: var(--radius-brand); grid-template-columns: 30px minmax(0, 1fr); padding: 10px; }
  .quote-form .button { grid-column: 1 / -1; width: 100%; }
  .hero__visual { min-height: clamp(210px, 56vw, 360px); }
  .hero__image { width: 108%; }
  .stores { padding-block: 30px; }
  .store-marquee__track { gap: 44px; padding-inline: 22px; }
  .store-logo { width: 128px; height: 46px; }
  .store-logo__image { max-width: 114px; max-height: 34px; }
  .process { padding-block: 64px; }
  .section-heading { margin-bottom: 42px; }
  .process__steps { gap: 54px; }
  .process__steps::before { display: none; }
  .process-step, .process-step--reverse { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .process-step__copy, .process-step--reverse .process-step__copy { grid-column: 1; grid-row: 2; text-align: center; }
  .process-step__number, .process-step--reverse .process-step__number { grid-column: 1; grid-row: 1; }
  .process-step__image-card, .process-step--reverse .process-step__image-card { grid-column: 1; grid-row: 3; padding: 16px; }
  .value-banner { padding-block: 52px; }
  .value-banner__inner { flex-direction: column; align-items: stretch; }
  .value-grid { grid-template-columns: 1fr; }
  .signup-card { width: 100%; max-width: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-link { inset-inline-end: 16px; bottom: 16px; }
  .quote-heading, .quote-workspace { padding-inline: 24px; }
  .quote-heading { padding-block: 30px 20px; }
  .quote-heading h1 { font-size: 1.875rem; }
  .quote-heading p { font-size: 1.125rem; }
  .quote-workspace { padding-bottom: 64px; gap: 24px; }
  .quote-product-card { flex-direction: column; }
  .quote-product-card__image { width: 100%; height: 220px; flex-basis: 220px; }
  .quote-product-card__copy { padding-inline-end: 0; }
  .shipping-options { grid-template-columns: 1fr; }
  .quote-panel, .quote-summary, .quote-product-card { padding: 18px; }
  .quote-another { padding-block: 48px; }
  .quote-footer .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .signup-page { min-height: 0; padding: 40px 16px; }
  .signup-benefits { display: none; }
  .signup-shell { border-radius: 24px; }
  .signup-form-panel { width: 100%; padding: 32px; }
  .signup-form-panel__intro { margin-bottom: 28px; }
  .signup-form-panel__intro h1 { font-size: 1.75rem; }
  .signup-terms { height: auto; min-height: 22.75px; }
  .signup-footer .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .login-page { min-height: 0; padding: 40px 16px; }
  .login-benefits { display: none; }
  .login-shell { border-radius: 24px; }
  .login-form-panel { width: 100%; padding: 32px; }
  .password-form-panel { padding: 32px; }
  .login-options { align-items: flex-start; }
  .terms-hero { padding: 42px 20px 36px; }
  .terms-hero h1 { font-size: 2.25rem; }
  .terms-hero p { font-size: 1rem; }
  .terms-layout { width: min(100% - 32px, 1280px); padding-block: 48px; }
  .terms-section { margin-bottom: 40px; }
  .terms-section h2 { align-items: flex-start; font-size: 1.25rem; }
  .prohibited-grid { grid-template-columns: 1fr; }
}

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