/*
Theme Name: Arc Web Concept Studio
Theme URI: https://arcwebcg.com
Author: Arc Web Concept
Author URI: https://arcwebcg.com
Description: Thème WordPress sur mesure pour Arc Web Concept.
Version: 1.1.10
Requires at least: 6.5
Requires PHP: 8.0
Text Domain: arc-web-concept
*/

:root {
  --awc-ink: #07101f;
  --awc-ink-2: #0c1830;
  --awc-paper: #f7f7f2;
  --awc-white: #ffffff;
  --awc-muted: #9ba9bd;
  --awc-line: rgba(255,255,255,.12);
  --awc-blue: #3157ff;
  --awc-blue-2: #6b80ff;
  --awc-orange: #ff6b35;
  --awc-lime: #c5f456;
  --awc-radius: 26px;
  --awc-shadow: 0 28px 80px rgba(0,0,0,.3);
  --awc-container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--awc-ink); background: var(--awc-paper); font: 400 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--awc-lime); outline-offset: 4px; }
.screen-reader-text { 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:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; width: auto; height: auto; clip: auto; margin: 0; padding: 12px 18px; color: #fff; background: var(--awc-blue); border-radius: 999px; }
.awc-container { width: var(--awc-container); margin-inline: auto; }
.awc-section { padding: 110px 0; }
.awc-section--dark { color: var(--awc-white); background: var(--awc-ink); }
.awc-section--blue { color: #fff; background: var(--awc-blue); }
.awc-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--awc-blue); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.awc-section--dark .awc-eyebrow, .awc-section--blue .awc-eyebrow { color: var(--awc-lime); }
.awc-eyebrow::before { width: 26px; height: 2px; content: ""; background: currentColor; }
.awc-title { max-width: 820px; margin: 0; font-size: clamp(2.35rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.065em; }
.awc-title em { color: var(--awc-blue); font-family: Georgia, serif; font-weight: 400; }
.awc-section--dark .awc-title em { color: var(--awc-lime); }
.awc-heading { max-width: 780px; margin: 0; font-size: clamp(2rem, 4vw, 4.3rem); line-height: 1.04; letter-spacing: -.055em; }
.awc-lead { max-width: 680px; margin: 26px 0 0; color: #526175; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.awc-section--dark .awc-lead { color: var(--awc-muted); }
.awc-btn { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border: 1px solid transparent; border-radius: 999px; background: var(--awc-blue); color: #fff; font-weight: 800; transition: transform .25s ease, background .25s ease, color .25s ease; }
.awc-btn:hover { transform: translateY(-2px); background: #1c40e4; }
.awc-btn--light { color: var(--awc-ink); background: #fff; }
.awc-btn--light:hover { color: #fff; background: var(--awc-orange); }
.awc-btn--ghost { border-color: rgba(255,255,255,.28); color: #fff; background: transparent; }
.awc-btn--ghost:hover { color: var(--awc-ink); background: #fff; }
.awc-btn svg { width: 18px; }

/* Header */
.awc-site-header { position: absolute; z-index: 100; top: 0; left: 0; width: 100%; color: #fff; }
.awc-header-inner { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 26px; }
.awc-logo { display: inline-flex; width: 186px; flex: 0 0 auto; align-items: center; }
.awc-logo-image { display: block; width: 100%; height: auto; }
.awc-footer .awc-logo { width: 220px; }
.awc-nav { display: flex; align-items: center; gap: 30px; }
.awc-nav ul { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.awc-nav a { font-size: .91rem; font-weight: 700; }
.awc-nav a:not(.awc-btn):hover { color: var(--awc-lime); }
.awc-menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; background: transparent; }
.awc-menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; }

/* Hero */
.awc-hero { position: relative; min-height: 820px; overflow: hidden; color: #fff; background: var(--awc-ink); }
.awc-hero::before { position: absolute; inset: -20% -10% auto auto; width: 660px; height: 660px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(49,87,255,.48), rgba(49,87,255,0) 69%); }
.awc-hero::after { position: absolute; right: 7%; bottom: -210px; width: 470px; height: 470px; content: ""; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.03), 0 0 0 140px rgba(255,255,255,.02); }
.awc-hero-grid { position: relative; z-index: 2; display: grid; min-height: 820px; grid-template-columns: minmax(0,1.15fr) minmax(380px,.85fr); align-items: center; gap: 70px; padding-top: 110px; }
.awc-hero h1 { max-width: 760px; margin: 18px 0 26px; font-size: clamp(3.35rem, 7.3vw, 7.25rem); line-height: .86; letter-spacing: -.075em; }
.awc-hero h1 span { display: block; color: var(--awc-lime); font-family: Georgia, serif; font-weight: 400; }
.awc-hero-copy > p:not(.awc-eyebrow) { max-width: 600px; margin: 0; color: #b9c4d4; font-size: 1.18rem; }
.awc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.awc-orbit { position: relative; aspect-ratio: 1; }
.awc-orbit-core { position: absolute; inset: 17%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 42%; background: linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.03)); box-shadow: inset 0 1px 0 rgba(255,255,255,.2), var(--awc-shadow); transform: rotate(10deg); backdrop-filter: blur(12px); }
.awc-orbit-core span { display: block; font-size: clamp(3rem,8vw,6.5rem); font-weight: 900; letter-spacing: -.1em; transform: rotate(-10deg); }
.awc-orbit-line { position: absolute; inset: 5%; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; animation: awc-spin 22s linear infinite; }
.awc-orbit-line::before, .awc-orbit-line::after { position: absolute; width: 18px; height: 18px; content: ""; border-radius: 50%; background: var(--awc-orange); box-shadow: 0 0 30px rgba(255,107,53,.7); }
.awc-orbit-line::before { top: 10%; left: 16%; }
.awc-orbit-line::after { right: 5%; bottom: 25%; width: 12px; height: 12px; background: var(--awc-lime); }
.awc-float-tag { position: absolute; padding: 9px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #eaf0ff; background: rgba(7,16,31,.66); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(12px); }
.awc-float-tag--one { top: 12%; right: 4%; }
.awc-float-tag--two { bottom: 15%; left: -2%; }
@keyframes awc-spin { to { transform: rotate(360deg); } }

/* Content */
.awc-proofbar { position: relative; z-index: 4; margin-top: -48px; }
.awc-proofbar-inner { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border-radius: var(--awc-radius); color: #fff; background: var(--awc-blue); box-shadow: var(--awc-shadow); }
.awc-proof { padding: 28px 34px; border-right: 1px solid rgba(255,255,255,.2); }
.awc-proof:last-child { border: 0; }
.awc-proof strong { display: block; font-size: 1.35rem; }
.awc-proof span { color: #d7ddff; font-size: .9rem; }
.awc-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: end; }
.awc-services { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 56px; }
.awc-service { min-height: 300px; padding: 34px; border: 1px solid #dfe3e8; border-radius: var(--awc-radius); background: #fff; transition: transform .3s ease, box-shadow .3s ease; }
.awc-service:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(7,16,31,.1); }
.awc-service:nth-child(2), .awc-service:nth-child(3) { color: #fff; background: var(--awc-ink-2); border-color: var(--awc-ink-2); }
.awc-service-number { color: var(--awc-blue); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.awc-service:nth-child(2) .awc-service-number, .awc-service:nth-child(3) .awc-service-number { color: var(--awc-lime); }
.awc-service h3 { margin: 80px 0 10px; font-size: 1.6rem; line-height: 1.1; letter-spacing: -.035em; }
.awc-service p { margin: 0; color: #687589; }
.awc-service:nth-child(2) p, .awc-service:nth-child(3) p { color: var(--awc-muted); }
.awc-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.awc-process { counter-reset: awc-step; margin-top: 60px; border-top: 1px solid var(--awc-line); }
.awc-process-item { display: grid; grid-template-columns: 90px .75fr 1.25fr; gap: 30px; padding: 34px 0; border-bottom: 1px solid var(--awc-line); }
.awc-process-item::before { counter-increment: awc-step; content: "0" counter(awc-step); color: var(--awc-lime); font-weight: 900; }
.awc-process-item h3 { margin: 0; font-size: 1.3rem; }
.awc-process-item p { max-width: 600px; margin: 0; color: var(--awc-muted); }
.awc-offers { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 52px; }
.awc-offer { position: relative; display: flex; min-height: 430px; flex-direction: column; padding: 32px; overflow: hidden; border: 1px solid #dfe3e8; border-radius: var(--awc-radius); background: #fff; }
.awc-offer--featured { color: #fff; background: var(--awc-blue); border-color: var(--awc-blue); transform: translateY(-16px); }
.awc-offer-label { align-self: flex-start; padding: 6px 10px; border-radius: 999px; color: var(--awc-blue); background: #edf0ff; font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.awc-offer--featured .awc-offer-label { color: var(--awc-ink); background: var(--awc-lime); }
.awc-offer h3 { margin: 58px 0 10px; font-size: 1.9rem; letter-spacing: -.045em; }
.awc-offer p { margin: 0; color: #69768a; }
.awc-offer--featured p { color: #d9dfff; }
.awc-offer-price { margin-top: auto; padding-top: 30px; font-size: 1.85rem; font-weight: 900; }
.awc-offer-price small { font-size: .8rem; font-weight: 600; }
.awc-offer a { margin-top: 18px; }
.awc-cta { position: relative; overflow: hidden; }
.awc-cta::after { position: absolute; top: 50%; right: 8%; width: 330px; height: 330px; content: ""; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 55px rgba(255,255,255,.07), 0 0 0 110px rgba(255,255,255,.04); }
.awc-cta .awc-container { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.awc-cta h2 { max-width: 760px; margin: 0; font-size: clamp(2.5rem,5vw,5.5rem); line-height: .94; letter-spacing: -.065em; }

/* Inner pages + Woo */
.awc-page-hero { padding: 190px 0 90px; color: #fff; background: var(--awc-ink); }
.awc-page-content { padding: 80px 0 110px; }
.awc-page-content > *:first-child { margin-top: 0; }
.awc-page-content .woocommerce { max-width: 1180px; margin: auto; }
.awc-legal-content { max-width: 880px; color: #354257; font-size: 1.04rem; line-height: 1.78; }
.awc-legal-content > :first-child { margin-top: 0; }
.awc-legal-content h2 { margin: 52px 0 16px; color: var(--awc-ink); font-size: clamp(1.55rem,3vw,2.25rem); line-height: 1.15; letter-spacing: -.025em; }
.awc-legal-content h3 { margin: 30px 0 10px; color: var(--awc-ink); font-size: 1.2rem; }
.awc-legal-content p, .awc-legal-content ul { margin: 0 0 18px; }
.awc-legal-content ul { padding-left: 1.35em; }
.awc-legal-content li + li { margin-top: 8px; }
.awc-legal-content a { color: var(--awc-blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.awc-legal-content a:hover { color: var(--awc-orange); }
.awc-legal-content a:focus-visible { outline: 3px solid var(--awc-blue); outline-offset: 3px; border-radius: 2px; }
.awc-legal-updated { color: #68758a; font-size: .92rem; }
.awc-legal-summary { margin: 28px 0 42px; padding: 24px 26px; border-left: 4px solid var(--awc-blue); border-radius: 0 14px 14px 0; color: #324057; background: #eef1ff; }

/* Error 404 */
.awc-not-found { position: relative; min-height: 780px; overflow: hidden; color: #fff; background: var(--awc-ink); }
.awc-not-found::before { position: absolute; top: -260px; right: -180px; width: 760px; height: 760px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(49,87,255,.42), rgba(49,87,255,0) 68%); }
.awc-not-found::after { position: absolute; bottom: -240px; left: -180px; width: 520px; height: 520px; content: ""; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.awc-not-found-grid { position: relative; z-index: 2; display: grid; min-height: 780px; grid-template-columns: minmax(0,1.05fr) minmax(390px,.95fr); align-items: center; gap: 72px; padding-top: 125px; padding-bottom: 72px; }
.awc-not-found-copy h1 { max-width: 720px; margin: 0; font-size: clamp(3.5rem,7vw,7rem); line-height: .88; letter-spacing: -.07em; }
.awc-not-found-copy h1 em { display: block; color: var(--awc-lime); font-family: Georgia, serif; font-weight: 400; }
.awc-not-found-copy > p:not(.awc-eyebrow) { max-width: 610px; margin: 28px 0 0; color: #b9c4d4; font-size: 1.16rem; }
.awc-404-links { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.awc-404-links > span { color: var(--awc-muted); font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.awc-404-links ul { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 13px 0 0; padding: 0; list-style: none; }
.awc-404-links a { color: #fff; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(197,244,86,.58); text-underline-offset: 5px; }
.awc-404-links a:hover { color: var(--awc-lime); }
.awc-not-found-visual { position: relative; display: grid; width: min(100%,520px); aspect-ratio: 1; place-items: center; margin-inline: auto; }
.awc-not-found-code { position: relative; z-index: 3; display: grid; width: 62%; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 40%; color: #fff; background: linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.035)); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), var(--awc-shadow); font-size: clamp(4.3rem,9vw,7.8rem); font-weight: 900; letter-spacing: -.09em; transform: rotate(8deg); backdrop-filter: blur(12px); }
.awc-not-found-code span { transform: rotate(-8deg); }
.awc-not-found-orbit { position: absolute; border: 1px solid rgba(255,255,255,.19); border-radius: 50%; }
.awc-not-found-orbit--outer { inset: 5%; transform: rotate(-13deg); }
.awc-not-found-orbit--inner { inset: 17%; border-color: rgba(197,244,86,.28); transform: rotate(18deg); }
.awc-not-found-planet { position: absolute; z-index: 4; top: 12%; right: 12%; width: 22px; height: 22px; border-radius: 50%; background: var(--awc-orange); box-shadow: 0 0 36px rgba(255,107,53,.8); }
.woocommerce ul.products li.product { padding: 18px; border: 1px solid #dde2e8; border-radius: 22px; background: #fff; }
.woocommerce ul.products li.product .button { border-radius: 999px; color: #fff; background: var(--awc-blue); }
.woocommerce ul.products li.product a img{border-radius:15px;background:#edf0f5}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:1.35rem!important;letter-spacing:-.03em}.woocommerce ul.products li.product .price{color:var(--awc-blue);font-size:1.1rem;font-weight:850}.awc-woo-content .woocommerce-result-count,.awc-woo-content .woocommerce-ordering{display:none}.awc-woo-content .products{margin-top:0!important}
.awc-product-domain{margin:22px 0;padding:18px;border:1px solid #dfe3e8;border-radius:16px;background:#fff}.awc-product-domain label{display:block;margin-bottom:7px;font-weight:800}.awc-product-domain input{width:100%;min-height:50px;padding:10px 13px;border:1px solid #cbd2dc;border-radius:10px}.awc-product-domain small{display:block;margin-top:7px;color:#687589}.single-product .awc-site-header,.woocommerce-page:not(.awc-home) .awc-site-header{position:relative;background:var(--awc-ink)}
.awc-product-delivery { display: flex; align-items: center; gap: 7px; margin: 8px 0 12px; color: #536176; font-size: .86rem; }
.awc-product-delivery span { color: var(--awc-blue); font-size: 1.05rem; }
.awc-product-delivery strong { color: var(--awc-ink); }
.awc-checkout-policy { margin: 18px 0; padding: 16px 18px; border-left: 4px solid var(--awc-blue); border-radius: 0 12px 12px 0; color: #364258; background: #eef1ff; font-size: .9rem; line-height: 1.55; }
.awc-checkout-policy a { color: var(--awc-blue); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }

/* Footer */
.awc-footer { padding: 76px 0 26px; color: #fff; background: #040a14; }
.awc-newsletter { position: relative; display: grid; grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr); gap: 64px; align-items: center; margin-bottom: 76px; padding: 52px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 32px; background: linear-gradient(135deg,#152653 0%,#3157ff 100%); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.awc-newsletter::after { position: absolute; right: -118px; bottom: -190px; width: 390px; height: 390px; content: ""; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 48px rgba(255,255,255,.06), 0 0 0 96px rgba(255,255,255,.035); pointer-events: none; }
.awc-newsletter-copy, .awc-newsletter-form { position: relative; z-index: 1; }
.awc-newsletter .awc-eyebrow { margin-bottom: 14px; color: var(--awc-lime); }
.awc-newsletter h2 { max-width: 540px; margin: 0; font-size: clamp(2.15rem,3.5vw,3.65rem); line-height: .98; letter-spacing: -.055em; }
.awc-newsletter h2 em { display: block; color: var(--awc-lime); font-family: Georgia,serif; font-weight: 400; }
.awc-footer .awc-newsletter-copy > p:not(.awc-eyebrow) { max-width: 520px; margin: 22px 0 0; color: #dbe2ff; font-size: 1rem; }
.awc-newsletter-promises { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 26px !important; color: #fff; font-size: .78rem; font-weight: 750; }
.awc-newsletter-promises li { position: relative; margin: 0 !important; padding-left: 15px; }
.awc-newsletter-promises li::before { position: absolute; top: .68em; left: 0; width: 6px; height: 6px; content: ""; border-radius: 50%; background: var(--awc-lime); }
.awc-newsletter-form { padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(4,10,20,.34); backdrop-filter: blur(12px); }
.awc-newsletter-trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.awc-newsletter-fields { display: grid; grid-template-columns: .75fr 1.25fr; gap: 12px; }
.awc-form-field label { display: block; margin: 0 0 7px; color: #fff; font-size: .79rem; font-weight: 800; }
.awc-form-field label span { color: #c8d2ea; font-weight: 500; }
.awc-form-field input { width: 100%; min-height: 52px; padding: 12px 14px; border: 2px solid transparent; border-radius: 12px; color: var(--awc-ink); background: #fff; outline: none; }
.awc-form-field input::placeholder { color: #758195; opacity: 1; }
.awc-form-field input:hover { border-color: #c8d4ff; }
.awc-form-field input:focus { border-color: var(--awc-lime); box-shadow: 0 0 0 3px rgba(197,244,86,.24); }
.awc-newsletter-consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin-top: 16px; color: #e4e9f8; font-size: .76rem; line-height: 1.45; cursor: pointer; }
.awc-newsletter-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--awc-lime); }
.awc-newsletter-consent a { color: #fff; text-decoration: underline; text-decoration-color: var(--awc-lime); text-underline-offset: 3px; }
.awc-newsletter-submit { display: flex; width: 100%; min-height: 54px; align-items: center; justify-content: space-between; gap: 14px; margin-top: 20px; padding: 13px 18px; border: 0; border-radius: 14px; color: var(--awc-ink); background: var(--awc-lime); font-weight: 850; transition: transform .2s ease, background .2s ease; }
.awc-newsletter-submit:hover { transform: translateY(-2px); background: #d7ff79; }
.awc-newsletter-submit:disabled { cursor: wait; transform: none; opacity: .72; }
.awc-newsletter-submit svg { width: 19px; height: 19px; flex: 0 0 auto; }
.awc-footer .awc-newsletter-status { min-height: 0; margin: 0; color: #fff; font-size: .8rem; }
.awc-footer .awc-newsletter-status.is-visible { min-height: 22px; margin-top: 12px; padding-left: 15px; border-left: 3px solid var(--awc-lime); }
.awc-footer .awc-newsletter-status.is-error { border-left-color: #ffb0a0; color: #ffe0da; }
.awc-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 70px; }
.awc-footer p { max-width: 440px; color: var(--awc-muted); }
.awc-partner-badge { margin-top: 26px; }
.awc-partner-badge img { display: block; width: 200px; height: auto; }
.awc-footer h3 { margin: 0 0 18px; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; }
.awc-footer ul { margin: 0; padding: 0; list-style: none; }
.awc-footer li { margin-bottom: 8px; }
.awc-footer a:hover { color: var(--awc-lime); }
.awc-contact-list { display: grid; gap: 13px; }
.awc-contact-list li, .awc-contact-list a { display: flex; align-items: center; gap: 11px; }
.awc-contact-list li { margin: 0; color: var(--awc-muted); }
.awc-contact-list svg { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.awc-contact-list a { color: inherit; }
.awc-social-links { display: flex; align-items: center; gap: 13px; margin-top: 24px; }
.awc-social-links a { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); transition: transform .2s ease, border-color .2s ease, color .2s ease, background .2s ease; }
.awc-social-links a:hover { transform: translateY(-2px); border-color: var(--awc-lime); color: var(--awc-ink); background: var(--awc-lime); }
.awc-social-links a:focus-visible { outline: 3px solid var(--awc-lime); outline-offset: 3px; }
.awc-social-links svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.awc-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 64px; padding-top: 24px; border-top: 1px solid var(--awc-line); color: #77859a; font-size: .8rem; }
.awc-legal-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
@media (max-width: 900px) {
  :root { --awc-container: min(100% - 28px, 720px); }
  .awc-section { padding: 82px 0; }
  .awc-menu-toggle { display: block; }
  .awc-nav { position: fixed; inset: 0; z-index: -1; display: flex; padding: 110px 28px 38px; flex-direction: column; align-items: stretch; justify-content: flex-start; background: rgba(7,16,31,.98); opacity: 0; visibility: hidden; transition: opacity .2s ease; }
  .nav-open .awc-nav { z-index: 90; opacity: 1; visibility: visible; }
  .awc-nav ul { flex-direction: column; align-items: stretch; }
  .awc-nav a { display: block; font-size: 1.4rem; }
  .awc-nav .awc-btn { margin-top: 10px; font-size: 1rem; }
  .awc-header-inner { position: relative; z-index: 100; }
  .awc-not-found-grid { grid-template-columns: 1fr; gap: 36px; padding-top: 150px; padding-bottom: 70px; }
  .awc-not-found-visual { width: min(430px,90vw); }
  .awc-hero, .awc-hero-grid { min-height: 920px; }
  .awc-hero-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 150px; padding-bottom: 65px; }
  .awc-orbit { width: min(420px,100%); margin: auto; }
  .awc-proofbar { margin-top: 0; background: var(--awc-blue); }
  .awc-proofbar-inner { width: 100%; border-radius: 0; box-shadow: none; }
  .awc-intro-grid { grid-template-columns: 1fr; gap: 32px; }
  .awc-offers { grid-template-columns: 1fr; }
  .awc-offer--featured { transform: none; }
  .awc-cta .awc-container { align-items: flex-start; flex-direction: column; }
  .awc-newsletter { grid-template-columns: 1fr; gap: 34px; padding: 42px; }
  .awc-footer-grid { grid-template-columns: 1fr 1fr; }
  .awc-footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .awc-logo { width: 166px; }
  .awc-not-found-copy h1 { font-size: clamp(3.2rem,16vw,5rem); }
  .awc-not-found-copy > p:not(.awc-eyebrow) { font-size: 1.04rem; }
  .awc-not-found .awc-actions { align-items: stretch; flex-direction: column; }
  .awc-not-found .awc-btn { width: 100%; }
  .awc-404-links ul { align-items: flex-start; flex-direction: column; }
  .awc-not-found-visual { width: min(330px,88vw); }
  .awc-section { padding: 68px 0; }
  .awc-hero, .awc-hero-grid { min-height: 820px; }
  .awc-hero h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  .awc-orbit { width: 310px; }
  .awc-proofbar-inner, .awc-services { grid-template-columns: 1fr; }
  .awc-proof { padding: 20px 22px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .awc-service { min-height: 260px; padding: 28px; }
  .awc-process-item { grid-template-columns: 48px 1fr; }
  .awc-process-item p { grid-column: 2; }
  .awc-section-head { align-items: flex-start; flex-direction: column; }
  .awc-newsletter { gap: 28px; margin-bottom: 60px; padding: 28px 20px; border-radius: 24px; }
  .awc-newsletter-fields { grid-template-columns: 1fr; }
  .awc-newsletter-form { padding: 20px 16px; border-radius: 18px; }
  .awc-newsletter-submit { align-items: center; text-align: left; }
  .awc-footer-grid { grid-template-columns: 1fr; }
  .awc-footer-grid > :first-child { grid-column: auto; }
  .awc-footer-bottom { flex-direction: column; }
  .awc-legal-links { justify-content: flex-start; }
}
