:root{
  --bg:#f3f5f6;--surface:#fff;--ink:#101820;--muted:#5d6872;--line:#d6dde2;
  --accent:#075ea8;--accent-soft:#dcecf8;--dark:#101820;--on-dark:#f7fafb;
  --radius:18px;--radius-sm:10px;--shadow:0 24px 70px rgb(12 28 42 / .12);
  --container:min(1440px,calc(100% - 64px));--measure:72ch;
  --ease-out:cubic-bezier(.23,1,.32,1);--ease-in-out:cubic-bezier(.77,0,.175,1);
  font-family:"Aptos","Segoe UI Variable Text","Segoe UI",Arial,sans-serif;color-scheme:light;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:112px}
body{margin:0;background:var(--bg);color:var(--ink);font-size:17px;line-height:1.65;overflow-x:hidden}
a,button,input,textarea{overflow-wrap:anywhere}
:where(h1,h2,h3,[id]){scroll-margin-top:112px}
a{color:inherit}button,input,textarea{font:inherit}button,a{touch-action:manipulation}
img{display:block;max-width:100%;height:auto}
.skip-link{position:fixed;z-index:100;left:16px;top:-80px;padding:10px 16px;background:var(--accent);color:#fff;border-radius:8px}
.skip-link:focus{top:16px}
.utility-bar{background:var(--dark);color:rgb(255 255 255 / .75);font-size:.75rem;letter-spacing:.04em}
.utility-inner{width:var(--container);min-height:34px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:24px}
.utility-inner p{margin:0}.utility-inner a{text-decoration:none;color:#fff}
.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgb(18 35 48 / .09);background:rgb(243 245 246 / .92);backdrop-filter:blur(18px)}
.nav-shell{width:var(--container);min-height:78px;margin:auto;display:flex;align-items:center;gap:26px}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none;font-family:"Bahnschrift","Aptos Display",sans-serif;font-weight:700;letter-spacing:.045em;white-space:nowrap}
.brand-mark{display:grid;place-items:center;width:42px;height:42px;background:var(--dark);color:#fff;font-size:.72rem;letter-spacing:.06em;border-radius:5px}
.brand-sub{display:block;color:var(--muted);font-family:"Aptos",sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
#site-nav{display:flex;align-items:center;gap:clamp(13px,1.35vw,24px);margin-left:auto}
#site-nav>a{position:relative;padding:28px 0;text-decoration:none;color:#3f4b55;font-size:.88rem;font-weight:650;white-space:nowrap}
#site-nav>a::after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:2px;background:var(--accent);transition:right 180ms var(--ease-out)}
#site-nav>a:hover,#site-nav>a[aria-current="page"]{color:var(--ink)}
#site-nav>a:hover::after,#site-nav>a[aria-current="page"]::after{right:0}
.langswitch{display:flex;gap:4px}.langswitch a{display:grid;place-items:center;min-width:32px;min-height:32px;border:1px solid var(--line);border-radius:7px;text-decoration:none;font-size:.72rem;font-weight:700}
.langswitch a[aria-current="true"]{border-color:var(--accent);color:var(--accent)}
.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border:1px solid transparent;border-radius:8px;text-decoration:none;font-weight:750;cursor:pointer}
.nav-cta,.button.primary{background:var(--accent);color:#fff}.button.secondary{border-color:var(--line);background:rgb(255 255 255 / .7)}
.button:active,.nav-cta:active{transform:scale(.97)}.menu-toggle{display:none}
.breadcrumb{width:var(--container);margin:0 auto;padding-top:28px;color:var(--muted);font-size:.78rem}.breadcrumb a{text-decoration:none}.breadcrumb span{padding:0 8px;color:#9aa4ad}
.home-hero,.detail-hero{width:var(--container);margin:auto;position:relative}
.home-hero{min-height:690px;display:grid;grid-template-columns:minmax(0,1.04fr) minmax(440px,.96fr);align-items:center;gap:clamp(44px,7vw,110px);padding:70px 0 76px}
.hero-copy{position:relative;z-index:2}.eyebrow{margin:0 0 18px;color:var(--accent);font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
h1,h2,h3{font-family:"Bahnschrift SemiCondensed","Aptos Display","Segoe UI",sans-serif;text-wrap:balance}
.home-hero h1{max-width:18ch;margin:0;font-size:clamp(3.2rem,4.6vw,5.4rem);line-height:.91;letter-spacing:-.05em}
.hero-sub{max-width:58ch;margin:24px 0 30px;color:var(--muted);font-size:clamp(1.05rem,1.45vw,1.3rem);line-height:1.52}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px}.hero-note{margin:16px 0 0;color:var(--muted);font-size:.78rem}
.hero-stage{position:relative;min-height:570px}.hero-stage::before{content:"";position:absolute;inset:32px -32px -24px 46px;border:1px solid color-mix(in srgb,var(--accent) 34%,var(--line));border-radius:var(--radius)}
.hero-stage img{position:absolute;width:82%;height:78%;right:0;top:0;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}
.hero-spec{position:absolute;left:0;bottom:0;width:52%;padding:24px;background:var(--dark);color:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow)}
.hero-spec strong{display:block;font-family:"Bahnschrift",sans-serif;font-size:1.15rem}.hero-spec span{display:block;margin-top:8px;color:rgb(255 255 255 / .68);font-size:.78rem}
.home-hero::after{content:attr(data-index);position:absolute;right:0;bottom:8px;color:color-mix(in srgb,var(--accent) 16%,transparent);font-family:"Bahnschrift",sans-serif;font-size:11rem;font-weight:800;line-height:1;z-index:-1}
.trust-rail{width:var(--container);margin:0 auto 100px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:1.3fr repeat(4,1fr)}
.trust-rail>*{min-height:78px;display:flex;align-items:center;padding:18px 22px;border-right:1px solid var(--line);font-size:.82rem}.trust-rail>*:last-child{border-right:0}.trust-rail strong{font-family:"Bahnschrift",sans-serif;font-size:1rem}
.section-shell{width:var(--container);margin:0 auto;padding:clamp(78px,9vw,132px) 0}.section-kicker{color:var(--accent);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.section-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:40px;align-items:end;margin-bottom:44px}.section-heading h2{max-width:13ch;margin:0;font-size:clamp(2.8rem,5vw,5rem);line-height:.94;letter-spacing:-.045em}.section-heading p{max-width:58ch;margin:0;color:var(--muted)}
.product-atlas{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.product-card{position:relative;grid-column:span 4;min-height:320px;overflow:hidden;padding:28px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);text-decoration:none}.product-card:first-child{grid-column:span 7;min-height:430px}.product-card:nth-child(2){grid-column:span 5;min-height:430px}.product-card img{position:absolute;inset:auto 0 0;width:100%;height:55%;object-fit:cover;filter:saturate(.72);transition:transform 320ms var(--ease-out),filter 220ms ease}.product-card h3{position:relative;z-index:1;max-width:15ch;margin:0;font-size:clamp(1.35rem,2.2vw,2.15rem);line-height:1.04}.product-card p{position:relative;z-index:1;max-width:36ch;margin:12px 0 0;color:var(--muted);font-size:.84rem}.product-card::after{content:"Explore \2197";position:absolute;z-index:2;right:20px;bottom:16px;padding:7px 10px;background:rgb(255 255 255 / .9);border-radius:6px;font-size:.72rem;font-weight:800}
.process-band{background:var(--dark);color:var(--on-dark)}.process-band .section-shell{display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(50px,9vw,140px)}.process-band h2{margin:0;font-size:clamp(3rem,5.2vw,5.5rem);line-height:.92;letter-spacing:-.05em}.process-band .intro{color:rgb(255 255 255 / .65);max-width:46ch}.process-steps{counter-reset:step}.process-step{counter-increment:step;display:grid;grid-template-columns:58px 1fr;gap:22px;padding:26px 0;border-top:1px solid rgb(255 255 255 / .18)}.process-step::before{content:"0" counter(step);color:var(--accent);font-family:"Bahnschrift",sans-serif;font-weight:800}.process-step h3{margin:0 0 6px;font-size:1.25rem}.process-step p{margin:0;color:rgb(255 255 255 / .64);font-size:.9rem}
.application-marquee{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.application-item{min-height:250px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface)}.application-item b{display:block;margin-bottom:44px;color:var(--accent);font-family:"Bahnschrift",sans-serif;font-size:2.1rem}.application-item h3{margin:0 0 10px;font-size:1.3rem}.application-item p{margin:0;color:var(--muted);font-size:.87rem}
.resource-split{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(50px,8vw,120px);align-items:start}.resource-visual{position:sticky;top:130px}.resource-visual img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:var(--radius)}.resource-list a{display:grid;grid-template-columns:80px 1fr auto;gap:20px;align-items:center;padding:24px 0;border-top:1px solid var(--line);text-decoration:none}.resource-list a:last-child{border-bottom:1px solid var(--line)}.resource-list small{color:var(--accent);font-weight:800}.resource-list strong{font-family:"Bahnschrift",sans-serif;font-size:1.2rem}.resource-list span{color:var(--muted)}
.detail-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:clamp(50px,8vw,120px);align-items:center;padding:52px 0 80px}.detail-hero h1{max-width:17ch;margin:0;font-size:clamp(3.1rem,4.2vw,4.8rem);line-height:.93;letter-spacing:-.05em}.detail-media{margin:0;position:relative}.detail-media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.detail-media figcaption{position:absolute;left:18px;bottom:18px;right:18px;padding:12px 14px;background:rgb(16 24 32 / .84);color:#fff;border-radius:7px;font-size:.76rem;backdrop-filter:blur(10px)}
.detail-layout{width:var(--container);margin:0 auto 110px;display:grid;grid-template-columns:250px minmax(0,820px);gap:clamp(50px,8vw,130px);justify-content:center}.toc{position:sticky;top:130px;align-self:start;padding-top:22px;border-top:2px solid var(--accent)}.toc strong{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.toc a{display:block;padding:8px 0;color:var(--muted);text-decoration:none;font-size:.78rem}.article-shell{min-width:0}.content-section{padding:0 0 70px;margin-bottom:70px;border-bottom:1px solid var(--line)}.content-section h2,.related h2,.sources h2,.faq h2{margin:0 0 24px;font-size:clamp(2.1rem,3.5vw,3.5rem);line-height:1;letter-spacing:-.035em}.content-section p{max-width:var(--measure);color:#46525c}.section-media{margin:30px 0 0;display:grid;grid-template-columns:1.1fr .9fr;gap:14px}.section-media img{width:100%;height:330px;object-fit:cover;border-radius:var(--radius-sm)}.section-media img+img{height:260px;margin-top:70px}.check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0;list-style:none}.check-list li{padding:15px 16px 15px 42px;position:relative;background:var(--surface);border-left:3px solid var(--accent)}.check-list li::before{content:"\2713";position:absolute;left:16px;color:var(--accent);font-weight:900}.table-wrap{max-width:100%;overflow:auto;margin:28px 0;border:1px solid var(--line);border-radius:var(--radius-sm)}table{width:100%;border-collapse:collapse;background:var(--surface)}th,td{padding:15px 17px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{background:var(--dark);color:#fff;font-size:.75rem;letter-spacing:.07em;text-transform:uppercase}tr:last-child td{border-bottom:0}
.related,.sources,.faq{padding:54px 0;border-bottom:1px solid var(--line)}.related-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.related-links a{display:flex;justify-content:space-between;gap:20px;padding:19px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);text-decoration:none;font-weight:700}.sources ul{padding-left:20px}.sources a{color:var(--accent)}.faq-item{padding:22px 0;border-top:1px solid var(--line)}.faq-item h3{margin:0 0 8px;font-size:1.13rem}.faq-item p{margin:0;color:var(--muted)}
.support-hero{width:var(--container);margin:auto;padding:90px 0 70px;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:end}.support-hero h1{max-width:12ch;margin:0;font-size:clamp(4rem,7vw,7.4rem);line-height:.86;letter-spacing:-.06em}.support-hero p{max-width:55ch;color:var(--muted);font-size:1.1rem}.support-grid{width:var(--container);margin:0 auto 110px;display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.support-panel{grid-column:span 6;padding:34px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.support-panel.wide{grid-column:span 12}.support-panel h2{margin:0 0 18px;font-size:clamp(1.8rem,3vw,3rem);line-height:1}.support-panel p{color:var(--muted)}
[lang="es"] .support-hero h1,[lang="ar"] .support-hero h1{max-width:15ch;font-size:clamp(3.2rem,5.5vw,5.6rem);line-height:.92}
.inquiry{width:var(--container);margin:90px auto;padding:clamp(34px,6vw,82px);display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(40px,8vw,120px);background:var(--dark);color:#fff;border-radius:var(--radius)}.inquiry h2{margin:0 0 18px;font-size:clamp(2.5rem,4.5vw,4.6rem);line-height:.94}.inquiry>div>p{color:rgb(255 255 255 / .64);max-width:48ch}.inquiry a{color:#fff}.whatsapp{display:inline-block;margin-top:14px;font-weight:750}.inquiry form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.inquiry label{display:grid;gap:6px;font-size:.76rem;font-weight:700}.inquiry .full,.privacy,.form-status{grid-column:1/-1}.inquiry input,.inquiry textarea{width:100%;border:1px solid rgb(255 255 255 / .22);border-radius:7px;background:rgb(255 255 255 / .08);color:#fff;padding:12px 13px}.inquiry input:focus-visible,.inquiry textarea:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 55%,white);border-color:#fff}.privacy{margin:0;color:rgb(255 255 255 / .52);font-size:.7rem}.botcheck{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}.field-error{min-height:1em;color:#ffd0cc;font-size:.72rem}.form-status{min-height:1.5em}.inquiry button:disabled{opacity:.58;cursor:wait}
footer{padding:70px max(32px,calc((100% - 1440px)/2)) 30px;border-top:1px solid var(--line);background:#e8ecef}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:50px}.footer-grid>div{display:grid;align-content:start;gap:8px}.footer-grid h2{margin:0 0 8px;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase}.footer-grid a:not(.brand){color:var(--muted);text-decoration:none;font-size:.83rem}.footer-grid p{max-width:42ch;color:var(--muted);font-size:.84rem}.legal{margin-top:48px;padding-top:20px;border-top:1px solid var(--line);color:var(--muted);font-size:.72rem}
.family-square{--accent:#007c70;--accent-soft:#d9f0ec;--radius:5px}.family-square .hero-stage::before{inset:0;border-width:2px}.family-square .hero-stage img{width:88%;height:82%;border-radius:2px}.family-square .product-card{border-radius:3px}.family-square .home-hero{grid-template-columns:.92fr 1.08fr}.family-square .product-atlas{gap:10px}
.family-rectangular{--accent:#a65314;--accent-soft:#f5e5d7;--radius:8px}.family-rectangular .home-hero{grid-template-columns:1.18fr .82fr}.family-rectangular .hero-stage{min-height:480px}.family-rectangular .hero-stage img{width:112%;height:64%;top:70px;right:-8%;border-radius:6px}.family-rectangular .hero-spec{left:auto;right:0;width:72%;bottom:2px}.family-rectangular .product-card:first-child{grid-column:span 12;min-height:360px}.family-rectangular .product-card:first-child img{left:auto;right:0;width:58%;height:100%}
.family-round{--accent:#6e3e8b;--accent-soft:#eee3f4;--radius:34px}.family-round .hero-stage::before{inset:5% 0 0 5%;border-radius:50%}.family-round .hero-stage img{width:86%;height:86%;border-radius:50%;clip-path:circle(49%)}.family-round .hero-spec{border-radius:999px;width:58%;padding:21px 28px}.family-round .product-card{border-radius:34px}.family-round .product-card img{border-radius:50% 50% 0 0}
.family-welded{--accent:#b33f2e;--accent-soft:#f4dfdb;--dark:#191515;--radius:3px}.family-welded .home-hero::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:linear-gradient(transparent,var(--accent),transparent)}.family-welded .hero-stage img{filter:grayscale(.4) contrast(1.08)}.family-welded .hero-stage::before{inset:18px -18px -18px 18px;border-radius:0}.family-welded .brand-mark{border-bottom:3px solid var(--accent)}
.family-seamless{--accent:#2d688e;--accent-soft:#dfeaf1;--dark:#0d1c26;--radius:24px}.family-seamless .home-hero{grid-template-columns:1fr 1fr}.family-seamless .hero-stage::before{inset:2% 8% 2% 8%;border-radius:50%}.family-seamless .hero-stage img{width:82%;height:82%;right:9%;top:8%;border-radius:50%}.family-seamless .hero-spec{left:8%;width:46%;border-radius:24px}
.page-guide .detail-hero{grid-template-columns:minmax(0,.82fr) minmax(460px,1.18fr)}.page-guide .detail-hero h1{font-size:clamp(3rem,4.1vw,4.6rem)}.page-guide .detail-media img{aspect-ratio:16/10}
.error-page{width:min(760px,calc(100% - 32px));min-height:100dvh;margin:auto;display:grid;place-content:center;justify-items:start}.error-page h1{font-size:clamp(5rem,14vw,11rem);margin:0;line-height:.8}
.reveal{opacity:1;transform:none}
@media(prefers-reduced-motion:no-preference){.reveal.is-visible{animation:rise-in 520ms var(--ease-out) both}@keyframes rise-in{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}.button,.nav-cta,.product-card,.related-links a{transition:transform 160ms var(--ease-out),border-color 180ms ease,background 180ms ease}}
@media(hover:hover) and (pointer:fine){.product-card:hover img{transform:scale(1.035);filter:saturate(1)}.product-card:hover,.related-links a:hover{border-color:var(--accent);transform:translateY(-3px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal,.reveal.is-visible{animation:none!important}.button,.nav-cta,.product-card,.related-links a,.product-card img{transition:none!important;transform:none!important}}
@media(max-width:1180px){#site-nav{gap:13px}#site-nav>a{font-size:.78rem}.nav-cta{display:none}.home-hero{grid-template-columns:1fr 1fr}.application-marquee{grid-template-columns:repeat(2,1fr)}}
@media(max-width:960px){:root{--container:min(100% - 36px,760px)}.utility-bar{display:none}.nav-shell{min-height:70px}.menu-toggle{display:inline-flex;margin-left:auto;min-height:44px;padding:8px 13px;border:1px solid var(--line);border-radius:7px;background:transparent;color:var(--ink)}#site-nav{display:none;position:absolute;top:70px;left:18px;right:18px;margin:0;padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);grid-template-columns:1fr 1fr}#site-nav.open{display:grid}#site-nav>a{padding:13px}#site-nav>a::after{display:none}.langswitch{margin-left:0}body[class] .home-hero,body[class] .detail-hero,body[class] .support-hero{grid-template-columns:1fr;gap:44px}.home-hero{min-height:auto;padding:60px 0}.home-hero h1{max-width:16ch}.hero-stage{min-height:500px}.section-heading,.process-band .section-shell,.resource-split,.inquiry{grid-template-columns:1fr}.product-card,.product-card:first-child,.product-card:nth-child(2){grid-column:span 6}.detail-layout{grid-template-columns:1fr}.toc{position:static;display:none}.footer-grid{grid-template-columns:1fr 1fr}.resource-visual{position:static}.support-panel{grid-column:span 12}}
@media(max-width:640px){:root{--container:calc(100% - 28px)}body{font-size:16px}.brand span:nth-child(2){font-size:.84rem}.brand-sub{display:none}.langswitch a{min-width:28px;min-height:28px}.home-hero{padding:44px 0}.home-hero h1,.detail-hero h1,.support-hero h1{font-size:clamp(2.45rem,11vw,3rem);line-height:.94}.hero-stage{min-height:340px}body[class] .hero-stage img{width:91%;height:78%;right:0;top:0}body[class] .hero-spec{left:0;right:auto;bottom:0;width:70%;padding:17px}.trust-rail{grid-template-columns:1fr 1fr;margin-bottom:60px}.trust-rail>*{border-bottom:1px solid var(--line)}.trust-rail>*:first-child{grid-column:1/-1}.section-shell{padding:70px 0}.section-heading{display:block}.section-heading h2{margin-bottom:20px;font-size:clamp(2.35rem,11vw,3.4rem)}.product-card,.product-card:first-child,.product-card:nth-child(2){grid-column:span 12;min-height:340px}.process-band h2{font-size:3rem}.application-marquee{grid-template-columns:1fr}.application-item{min-height:210px}.resource-list a{grid-template-columns:52px 1fr}.resource-list a span{display:none}.detail-hero{padding:38px 0 54px}.detail-layout{margin-bottom:70px}.section-media{grid-template-columns:1fr}.section-media img+img{height:240px;margin-top:0}.check-list,.related-links,.inquiry form,.footer-grid{grid-template-columns:1fr}.inquiry{width:100%;margin:60px 0 0;border-radius:0;padding:50px 20px}.inquiry .full,.privacy,.form-status{grid-column:1}.support-grid{margin-bottom:70px}.support-panel{padding:24px}.footer-grid{gap:34px}}
@media(max-width:420px){.brand>span:last-child{display:none}.nav-shell{gap:8px}.menu-toggle{margin-left:auto}.langswitch{gap:2px}}
[dir=rtl] body{text-align:right;font-family:Tahoma,"Segoe UI",Arial,sans-serif}[dir=rtl] #site-nav{margin-left:0;margin-right:auto}[dir=rtl] .resource-list a{grid-template-columns:auto 1fr 80px}[dir=rtl] th,[dir=rtl] td{text-align:right}[dir=rtl] .check-list li{padding:15px 42px 15px 16px;border-left:0;border-right:3px solid var(--accent)}[dir=rtl] .check-list li::before{left:auto;right:16px}[dir=rtl] input[type=email],[dir=rtl] input[type=tel]{direction:ltr;text-align:right}

/* UI audit v10: tighter B2B rhythm, compact utility heroes, readable product atlas. */
:where(a,button,input,textarea):focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 62%,white);outline-offset:3px}
.home-hero{min-height:610px;padding:50px 0 58px;gap:clamp(36px,5vw,76px)}
.home-hero h1{max-width:22ch;font-size:clamp(3rem,4vw,4.55rem);line-height:.96}
.hero-stage{min-height:500px}
.trust-rail{margin-bottom:0}
.section-shell{padding:clamp(58px,6vw,88px) 0}
.section-heading{display:block;max-width:980px;margin-bottom:32px}
.section-heading>div:last-child{margin-top:16px}
.section-heading h2{max-width:19ch;font-size:clamp(2.35rem,3.7vw,4rem);line-height:1}
.section-heading p{max-width:70ch}

.product-atlas{gap:14px;align-items:stretch}
.product-card,.product-card:first-child,.product-card:nth-child(2){display:grid;grid-template-rows:auto auto minmax(220px,1fr);min-height:420px;padding:0;background:var(--surface)}
.product-card:first-child,.product-card:nth-child(2){min-height:460px}
.product-card h3{max-width:19ch;margin:26px 28px 0;font-size:clamp(1.35rem,1.8vw,1.9rem);line-height:1.08}
.product-card h3 a{color:inherit;text-decoration:none}.product-card>a[aria-labelledby]{display:contents}
.product-card p{max-width:50ch;margin:10px 28px 22px;color:#4d5b66;font-size:.88rem;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.product-card img,.family-rectangular .product-card:first-child img{position:static!important;inset:auto!important;grid-row:3;width:100%!important;height:100%!important;min-height:220px;object-fit:cover;border-radius:0 0 calc(var(--radius) - 1px) calc(var(--radius) - 1px);filter:saturate(.82)}
.product-card::after{bottom:14px;background:rgb(255 255 255 / .94);box-shadow:0 4px 16px rgb(16 24 32 / .12)}
.family-square .product-card:first-child,.family-square .product-card:nth-child(2),.family-seamless .product-card:first-child,.family-seamless .product-card:nth-child(2){grid-column:span 6}
.family-round .product-card img{border-radius:0 0 33px 33px;clip-path:none}
@media(min-width:961px){
  .family-rectangular .product-card:first-child{grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);grid-template-rows:auto 1fr;min-height:360px}
  .family-rectangular .product-card:first-child h3{grid-column:1;grid-row:1}
  .family-rectangular .product-card:first-child p{grid-column:1;grid-row:2}
  .family-rectangular .product-card:first-child img{grid-column:2;grid-row:1/3;min-height:360px;border-radius:0 7px 7px 0}
}

.support-hero{display:block;position:relative;margin:34px auto 48px;padding:clamp(38px,4.2vw,58px) clamp(30px,4.5vw,64px);background:var(--surface);border:1px solid var(--line);border-left:6px solid var(--accent);border-radius:var(--radius);overflow:hidden}
.support-hero::after{content:"";position:absolute;right:-90px;bottom:-120px;width:310px;aspect-ratio:1;border:52px solid var(--accent-soft);border-radius:50%;opacity:.72;pointer-events:none}
.support-hero>div,.support-hero>p{position:relative;z-index:1}
.support-hero h1{max-width:22ch;margin:0;font-size:clamp(2.8rem,4.6vw,4.9rem);line-height:.97;letter-spacing:-.045em}
.support-hero>p{max-width:68ch;margin:20px 0 0;color:#4d5b66;font-size:1.05rem;line-height:1.6}
[lang="es"] .support-hero h1,[lang="ar"] .support-hero h1{max-width:24ch;font-size:clamp(2.55rem,4vw,4.3rem);line-height:1.02}
.support-grid{gap:14px;margin-bottom:78px}
.support-panel{padding:30px}
.support-panel>.section-kicker{display:none}
.support-panel h2{font-size:clamp(1.65rem,2.35vw,2.45rem);line-height:1.08}
.support-panel p{max-width:68ch}
.page-product .section-shell:has(.product-atlas){padding-top:0}
.inquiry{margin:72px auto}

@media(max-width:960px){
  .home-hero{padding:42px 0 48px}
  .hero-stage{min-height:430px}
  .section-heading{margin-bottom:28px}
  .product-card,.product-card:first-child,.product-card:nth-child(2){grid-column:span 6;min-height:410px}
  .support-hero{margin-top:24px;padding:38px 34px}
}
@media(max-width:640px){
  .home-hero{padding:34px 0 40px}
  .home-hero h1,.detail-hero h1,.support-hero h1,[lang="es"] .support-hero h1,[lang="ar"] .support-hero h1{font-size:clamp(2.25rem,10vw,2.85rem);line-height:1}
  .hero-stage{min-height:320px}
  .section-shell{padding:54px 0}
  .section-heading h2{font-size:clamp(2.1rem,9vw,2.8rem)}
  .product-card,.product-card:first-child,.product-card:nth-child(2){grid-column:span 12;min-height:390px}
  .product-card h3{margin:22px 22px 0}
  .product-card p{margin:9px 22px 18px}
  .support-hero{width:calc(100% - 28px);margin:18px auto 38px;padding:30px 24px;border-left-width:4px}
  .support-hero::after{right:-140px;bottom:-150px}
  .support-grid{margin-bottom:54px}
  .support-panel{padding:24px}
  .inquiry{margin-top:54px}
}
[dir=rtl] .support-hero{border-left:1px solid var(--line);border-right:6px solid var(--accent)}
[dir=rtl] .support-hero::after{right:auto;left:-90px}
@media(max-width:640px){[dir=rtl] .support-hero{border-right-width:4px}}

/* UI audit v11: every desktop column must carry useful procurement content. */
@media(min-width:961px){
  .section-heading{
    display:grid;
    grid-template-columns:minmax(360px,.82fr) minmax(440px,1.18fr);
    gap:clamp(44px,6vw,96px);
    align-items:start;
    max-width:none;
    margin-bottom:38px;
  }
  .section-heading>div:last-child,.section-heading>p{
    margin:4px 0 0;
    padding:24px 28px;
    background:var(--surface);
    border-top:3px solid var(--accent);
    box-shadow:0 12px 34px rgb(16 24 32 / .055);
  }
  .section-heading>div:last-child p:first-child,.section-heading>p:first-child{margin-top:0}
  .section-heading>div:last-child p:last-child,.section-heading>p:last-child{margin-bottom:0}
  .section-heading h2{max-width:15ch;font-size:clamp(2.45rem,3.2vw,3.65rem);line-height:1.02}

  .support-hero{
    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(380px,.72fr);
    gap:clamp(46px,6vw,92px);
    align-items:center;
    margin:34px auto 44px;
    padding:clamp(38px,4vw,56px) clamp(34px,4.5vw,64px);
  }
  .support-hero::after{display:none}
  .support-hero h1{max-width:18ch;font-size:clamp(2.75rem,3.75vw,4.15rem);line-height:.99}
  .support-hero>p{
    max-width:none;
    margin:0;
    padding:24px 26px;
    background:color-mix(in srgb,var(--accent-soft) 58%,white);
    border:1px solid color-mix(in srgb,var(--accent) 22%,var(--line));
    border-radius:var(--radius-sm);
    color:#33434f;
    font-size:1rem;
    line-height:1.62;
  }
  [lang="es"] .support-hero h1,[lang="ar"] .support-hero h1{max-width:20ch;font-size:clamp(2.55rem,3.35vw,3.75rem)}
}

@media(max-width:960px){
  .section-heading>div:last-child,.section-heading>p{max-width:70ch;margin-top:18px}
  .support-hero>p{max-width:62ch}
}

/* Primary navigation mastheads: real family photography replaces the empty summary column. */
.support-hero-media{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-rows:minmax(220px,1fr) auto;
  min-width:0;
  min-height:330px;
  margin:0;
  overflow:hidden;
  background:#dfe6eb;
  border-left:1px solid var(--line);
}
.support-hero--media,.support-hero-copy{min-width:0;max-width:100%}
.support-hero--media h1,.support-hero--media figcaption{overflow-wrap:anywhere}
.support-hero-media img{
  width:100%;
  height:100%;
  min-height:0;
  object-fit:cover;
  object-position:center;
  filter:saturate(.72) contrast(1.04);
}
.support-hero-media figcaption{
  margin:0;
  padding:20px 24px 22px;
  background:color-mix(in srgb,var(--accent-soft) 62%,white);
  border-top:3px solid var(--accent);
  color:#263846;
  font-size:.95rem;
  line-height:1.55;
}
[dir=rtl] .support-hero-media{border-right:1px solid var(--line);border-left:0}

@media(min-width:961px){
  .support-hero--media{
    grid-template-columns:minmax(0,.96fr) minmax(430px,1.04fr);
    gap:0;
    align-items:stretch;
    padding:0;
  }
  .support-hero--media .support-hero-copy{
    display:flex;
    min-width:0;
    flex-direction:column;
    justify-content:center;
    padding:clamp(42px,4.7vw,70px) clamp(34px,4.6vw,66px);
  }
  .support-hero--media h1{max-width:17ch;font-size:clamp(2.75rem,3.55vw,4rem)}
}

@media(max-width:960px){
  .support-hero--media{padding:0}
  .support-hero--media .support-hero-copy{padding:38px 34px 30px}
  .support-hero-media{min-height:0;border-top:1px solid var(--line);border-left:0;border-right:0}
  .support-hero-media img{height:clamp(230px,52vw,390px)}
}

@media(max-width:640px){
  .support-hero--media{padding:0}
  .support-hero--media .support-hero-copy{width:100%;padding:30px 24px 26px}
  .support-hero-media img{height:220px}
  .support-hero-media figcaption{padding:17px 20px 19px;font-size:.9rem}
}

/* Main-section narratives use full rows so copy length never creates false empty cards. */
.support-sections{
  width:var(--container);
  margin:0 auto 86px;
  border-top:1px solid var(--line);
}
.support-section{
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  gap:clamp(44px,7vw,112px);
  padding:clamp(38px,4.8vw,68px) 0;
  border-bottom:1px solid var(--line);
  align-items:start;
}
.support-section h2{
  max-width:19ch;
  margin:0;
  font-size:clamp(1.9rem,2.65vw,3rem);
  line-height:1.04;
  letter-spacing:-.028em;
  text-wrap:balance;
}
.support-section-copy{min-width:0;max-width:76ch}
.support-section-copy p{margin:0;color:#46525c;line-height:1.72;text-wrap:pretty}
.support-section-copy p+p{margin-top:18px}
.support-sections--quality{border-top:3px solid var(--accent)}
.support-sections--quality .support-section{grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr)}
.support-sections--about .support-section:first-child{
  margin:0 calc(-1 * clamp(22px,3vw,42px));
  padding-right:clamp(22px,3vw,42px);
  padding-left:clamp(22px,3vw,42px);
  background:color-mix(in srgb,var(--accent-soft) 38%,white);
}
.support-sections--products{margin-top:12px}
.support-sections--resources{margin-top:-8px}

/* Complete every product-grid row; never leave a blank card-sized hole. */
.page-products .product-atlas>.product-card:last-child:nth-child(3n){grid-column:span 12}
.page-products .product-atlas>.product-card:nth-last-child(2):nth-child(3n),
.page-products .product-atlas>.product-card:last-child:nth-child(3n + 1){grid-column:span 6}
.product-card::after{content:"\2197";font-size:.9rem}

@media(hover:hover) and (pointer:fine){
  .button:hover,.nav-cta:hover{filter:brightness(.92)}
  .langswitch a:hover{border-color:var(--accent);color:var(--accent)}
  .contact-channels a:hover,.footer-grid a:hover{text-decoration:underline;text-underline-offset:3px}
}

@media(max-width:960px){
  .support-section,.support-sections--quality .support-section{grid-template-columns:1fr;gap:20px}
  .support-section h2{max-width:23ch}
  .page-products .product-atlas>.product-card:last-child:nth-child(odd){grid-column:span 12}
}

@media(max-width:640px){
  .support-sections{margin-bottom:62px}
  .support-section{padding:34px 0}
  .support-section h2{font-size:clamp(1.75rem,8vw,2.35rem)}
  .support-sections--about .support-section:first-child{margin:0 -14px;padding-right:14px;padding-left:14px}
  .page-products .product-atlas>.product-card{grid-column:span 12}
}

/* About is an actual company profile, led by verified identity and scope. */
.company-hero{
  width:var(--container);
  margin:34px auto 0;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);
  overflow:hidden;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:var(--radius);
}
.company-hero-copy{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:clamp(46px,5vw,78px) clamp(34px,4.8vw,70px);border-left:6px solid var(--accent)}
.company-hero h1{max-width:11ch;margin:0;font-size:clamp(3.25rem,4.6vw,5.3rem);line-height:.91;letter-spacing:-.055em}
.company-hero-copy>p:not(.eyebrow){max-width:53ch;margin:26px 0 30px;color:#46525c;font-size:1.04rem;line-height:1.65}
.company-hero .text-link{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;color:var(--ink);font-weight:780;text-decoration:none}
.company-hero-media{min-height:540px;margin:0;border-left:1px solid var(--line)}
.company-hero-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.76) contrast(1.03)}
.company-intro,.company-scope,.company-principles,.company-related{width:var(--container);margin-right:auto;margin-left:auto}
.company-intro{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:clamp(46px,8vw,128px);padding:clamp(74px,8vw,118px) 0}
.company-intro h2,.company-scope h2{max-width:15ch;margin:7px 0 0;font-size:clamp(2.65rem,4.1vw,4.6rem);line-height:.94;letter-spacing:-.045em}
.company-intro>div:last-child{max-width:72ch;padding-top:24px;border-top:3px solid var(--accent)}
.company-intro p,.company-scope-copy>p:not(.section-kicker),.company-principles p{color:#46525c;line-height:1.72}
.company-intro p:first-child{margin-top:0}
.company-scope{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);gap:clamp(46px,8vw,120px);align-items:start;padding:clamp(52px,6vw,86px);background:var(--dark);color:var(--on-dark);border-radius:var(--radius)}
.company-scope-copy>p:not(.section-kicker){color:rgb(255 255 255 / .66)}
.company-facts{margin:0;border-top:1px solid rgb(255 255 255 / .22)}
.company-facts>div{padding:24px 0;border-bottom:1px solid rgb(255 255 255 / .22)}
.company-facts dt{margin-bottom:7px;color:rgb(255 255 255 / .48);font-size:.7rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.company-facts dd{margin:0;font-family:"Bahnschrift",sans-serif;font-size:clamp(1.2rem,1.7vw,1.55rem);line-height:1.35}
.company-facts a{color:#fff;text-decoration:none;font-family:"Aptos","Segoe UI",sans-serif;font-size:.95rem;font-weight:720}
.company-principles{display:grid;grid-template-columns:1fr 1fr;gap:clamp(42px,7vw,106px);padding:clamp(76px,8vw,116px) 0}
.company-principles article{padding-top:24px;border-top:3px solid var(--accent)}
.company-principles h2{max-width:17ch;margin:5px 0 22px;font-size:clamp(2rem,2.8vw,3.15rem);line-height:1;letter-spacing:-.032em}
.company-related{padding:0 0 96px}
.company-related .related-links{margin-top:20px}
[dir=rtl] .company-hero-copy{border-left:0;border-right:6px solid var(--accent)}
[dir=rtl] .company-hero-media{border-right:1px solid var(--line);border-left:0}

/* Resources is a guide directory, not a generic narrative stack. */
.resource-hero{width:var(--container);margin:34px auto 0;display:grid;grid-template-columns:minmax(0,1fr) minmax(440px,.72fr);overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}
.resource-hero-copy{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:clamp(44px,4.8vw,74px) clamp(34px,4.8vw,70px);border-left:6px solid var(--accent)}
.resource-hero h1{max-width:16ch;margin:0;font-size:clamp(3rem,4vw,4.65rem);line-height:.94;letter-spacing:-.05em}
.resource-hero-copy>p:not(.eyebrow){max-width:58ch;margin:25px 0 0;color:#46525c;line-height:1.65}
.resource-hero figure{min-height:390px;margin:0;border-left:1px solid var(--line)}
.resource-hero img{width:100%;height:100%;object-fit:cover;filter:saturate(.76) contrast(1.03)}
.resource-library,.resource-method{width:var(--container);margin-right:auto;margin-left:auto}
.resource-library{display:grid;grid-template-columns:minmax(290px,.66fr) minmax(0,1.34fr);gap:clamp(50px,8vw,128px);padding:clamp(78px,8vw,120px) 0}
.resource-library header{position:sticky;top:130px;align-self:start}
.resource-library header h2,.resource-method h2{max-width:14ch;margin:8px 0 22px;font-size:clamp(2.55rem,3.8vw,4.25rem);line-height:.95;letter-spacing:-.043em}
.resource-library header>p:last-child{max-width:45ch;color:var(--muted)}
.guide-directory{border-top:3px solid var(--accent)}
.guide-row{display:grid;grid-template-columns:154px minmax(210px,.72fr) minmax(260px,1fr);gap:24px;align-items:start;padding:27px 36px 27px 0;border-bottom:1px solid var(--line);text-decoration:none;position:relative}
.guide-row::after{content:"↗";position:absolute;right:4px;top:25px;color:var(--accent);font-size:1.2rem}
.guide-row small{padding-top:2px;color:var(--accent);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.guide-row strong{font-family:"Bahnschrift",sans-serif;font-size:clamp(1.25rem,1.7vw,1.65rem);line-height:1.08}
.guide-row span{max-width:66ch;color:var(--muted);font-size:.8rem;line-height:1.5}
.resource-method{display:grid;grid-template-columns:minmax(290px,.68fr) minmax(0,1.32fr);gap:clamp(50px,8vw,128px);padding:clamp(62px,6vw,90px);background:color-mix(in srgb,var(--accent-soft) 38%,white);border:1px solid var(--line);border-radius:var(--radius)}
.resource-method>div:last-child>p{max-width:73ch;color:#46525c}
.resource-method ol{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:34px 0 0;padding:0;border-top:1px solid color-mix(in srgb,var(--accent) 25%,var(--line));list-style:none;counter-reset:resource-step}
.resource-method li{counter-increment:resource-step;padding:23px 22px 0 0}
.resource-method li::before{content:"0" counter(resource-step);display:block;margin-bottom:18px;color:var(--accent);font-family:"Bahnschrift",sans-serif;font-weight:800}
.resource-method li strong,.resource-method li span{display:block}
.resource-method li span{margin-top:7px;color:var(--muted);font-size:.78rem;line-height:1.45}
[dir=rtl] .resource-hero-copy{border-left:0;border-right:6px solid var(--accent)}
[dir=rtl] .resource-hero figure{border-right:1px solid var(--line);border-left:0}

@media(hover:hover) and (pointer:fine){
  .guide-row:hover strong,.company-hero .text-link:hover{color:var(--accent)}
}

@media(max-width:960px){
  .company-hero,.resource-hero{grid-template-columns:1fr}
  .company-hero-media,.resource-hero figure{min-height:0;border-top:1px solid var(--line);border-left:0}
  [dir=rtl] .company-hero-media,[dir=rtl] .resource-hero figure{border-right:0}
  .company-hero-media img{height:clamp(300px,58vw,480px)}
  .resource-hero img{height:clamp(270px,52vw,420px)}
  .company-intro,.company-scope,.resource-library,.resource-method{grid-template-columns:1fr}
  .company-scope{gap:42px}
  .company-principles{grid-template-columns:1fr}
  .resource-library header{position:static}
  .resource-method ol{grid-template-columns:1fr}
  .resource-method li{padding:20px 0;border-bottom:1px solid color-mix(in srgb,var(--accent) 18%,var(--line))}
}

@media(max-width:640px){
  .company-hero,.resource-hero{width:100%;margin-top:0;border-right:0;border-left:0;border-radius:0}
  .company-hero-copy,.resource-hero-copy{padding:42px 24px 34px;border-left-width:4px}
  [dir=rtl] .company-hero-copy,[dir=rtl] .resource-hero-copy{border-right-width:4px}
  .company-hero h1,.resource-hero h1{font-size:clamp(2.6rem,12vw,3.35rem)}
  .company-hero-media img{height:280px}
  .resource-hero img{height:240px}
  .company-intro{padding:60px 0}
  .company-scope,.resource-method{width:100%;padding:52px 24px;border-right:0;border-left:0;border-radius:0}
  .company-principles{padding:62px 0}
  .guide-row{grid-template-columns:1fr;gap:8px;padding-right:34px}
  .guide-row::after{right:2px}
}

/* Contact is a conversion workspace, not another editorial support page. */
.contact-workbench{
  width:var(--container);
  margin:34px auto 0;
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(520px,1.22fr);
  overflow:hidden;
  background:var(--surface);
  border:1px solid var(--line);
  border-left:5px solid var(--accent);
  border-radius:var(--radius);
}
.contact-brief{
  display:flex;
  min-width:0;
  flex-direction:column;
  padding:clamp(44px,5vw,76px) clamp(34px,4.6vw,66px);
  background:linear-gradient(145deg,color-mix(in srgb,var(--accent-soft) 54%,white),white 74%);
}
.contact-brief h1{max-width:15ch;margin:0;font-size:clamp(3rem,4vw,4.55rem);line-height:.94;letter-spacing:-.05em}
.contact-lead{max-width:47ch;margin:28px 0 0;color:#3f4d57;font-size:1.02rem;line-height:1.65}
.contact-channels{display:grid;gap:0;margin-top:auto;padding-top:44px}
.contact-channels p{margin:0;padding:14px 0;border-top:1px solid color-mix(in srgb,var(--accent) 24%,var(--line))}
.contact-channels a{color:var(--ink);font-weight:780;text-decoration:none;overflow-wrap:anywhere}
.contact-scope{max-width:45ch;margin:20px 0 0;color:var(--muted);font-size:.78rem;line-height:1.55}
.contact-form-card{min-width:0;padding:clamp(36px,3.8vw,54px);border-left:1px solid var(--line)}
.contact-form-card h2{max-width:19ch;margin:7px 0 12px;font-size:clamp(2.15rem,2.55vw,3rem);line-height:.98;letter-spacing:-.035em}
.contact-form-card>p:not(.section-kicker){max-width:62ch;margin:0 0 20px;color:var(--muted);font-size:.93rem;line-height:1.52}
.contact-form-card form{display:grid;grid-template-columns:1fr 1fr;gap:11px 15px}
.contact-form-card label{display:grid;gap:7px;font-size:.76rem;font-weight:760}
.contact-form-card label:nth-of-type(3),.contact-form-card .full,.contact-form-card .form-status{grid-column:1/-1}
.contact-form-card input,.contact-form-card textarea{width:100%;min-height:44px;padding:11px 13px;border:1px solid #bdc8d0;border-radius:7px;background:#fff;color:var(--ink)}
.contact-form-card textarea{min-height:96px;resize:vertical}
.contact-form-card input:focus-visible,.contact-form-card textarea:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 28%,white);border-color:var(--accent)}
.contact-form-card .privacy{margin:0;color:var(--muted);font-size:.7rem;line-height:1.5}
.contact-form-card .button{justify-self:start;min-height:46px}
.contact-form-card button:disabled{opacity:.58;cursor:wait}
.contact-guidance{width:var(--container);margin:72px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:clamp(42px,7vw,110px)}
.contact-guidance article{padding-top:24px;border-top:3px solid var(--accent)}
.contact-guidance h2{max-width:18ch;margin:0 0 20px;font-size:clamp(1.85rem,2.5vw,2.75rem);line-height:1.02;letter-spacing:-.025em}
.contact-guidance p{max-width:65ch;color:#46525c}
.contact-next{width:var(--container);margin:70px auto 100px;padding-top:28px;border-top:1px solid var(--line)}
.contact-next .related-links{margin-top:22px}
[dir=rtl] .contact-workbench{border-left:1px solid var(--line);border-right:5px solid var(--accent)}
[dir=rtl] .contact-form-card{border-left:0;border-right:1px solid var(--line)}

@media(max-width:960px){
  .contact-workbench{grid-template-columns:1fr}
  .contact-brief{min-height:520px}
  .contact-form-card{border-top:1px solid var(--line);border-left:0}
  [dir=rtl] .contact-form-card{border-right:0}
}

@media(max-width:640px){
  .contact-workbench{width:100%;margin-top:0;border-right:0;border-left:0;border-radius:0}
  .contact-brief{min-height:0;padding:44px 24px 36px}
  .contact-brief h1{font-size:clamp(2.65rem,12vw,3.45rem)}
  .contact-channels{margin-top:32px;padding-top:0}
  .contact-form-card{padding:38px 20px 44px}
  .contact-form-card form,.contact-guidance{grid-template-columns:1fr}
  .contact-form-card label:nth-of-type(3),.contact-form-card .full,.contact-form-card .form-status{grid-column:1}
  .contact-guidance{margin-top:58px;gap:46px}
  .contact-next{margin:56px auto 70px}
}
