/* ─────────────────────────────────────────────────────────────────────────────
   Airwynn — Layout utilities
   ───────────────────────────────────────────────────────────────────────────── */

.container{width:100%;max-width:1160px;margin:0 auto;padding:0 24px;}
.container-sm{width:100%;max-width:720px;margin:0 auto;padding:0 24px;}

.section{padding:92px 0;}
.section-sm{padding:68px 0;}
@media(max-width:768px){.section{padding:52px 0;}.section-sm{padding:40px 0;}}

.section-header{text-align:center;margin-bottom:48px;}
.section-header .label{margin-bottom:11px;}
.section-header h2{margin-bottom:14px;}
.section-header p{max-width:560px;margin:0 auto;font-size:1.0625rem;color:var(--text2);line-height:1.7;}

/* Typography helpers */
.t-xl{font-size:clamp(2.2rem,5vw,3.75rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;}
.t-lg{font-size:clamp(1.65rem,3.2vw,2.6rem);font-weight:700;line-height:1.15;letter-spacing:-.025em;}
.grad-text{background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.label{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text3);}
