
:root{
  --otag-deep-navy:#0A0F1E;
  --otag-navy:#14233D;
  --otag-blue:#2563EB;
  --otag-steel:#607B8D;
  --otag-silver:#E6EBF1;
  --otag-white:#FFFFFF;
  --otag-font:"Montserrat",Arial,Helvetica,sans-serif;
  --otag-shadow-sm:0 4px 16px rgba(10,15,30,.06);
  --otag-shadow-md:0 8px 16px rgba(10,15,30,.08);
  --otag-shadow-lg:0 12px 32px rgba(10,15,30,.10);
  --otag-ease:cubic-bezier(.4,0,.2,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.otag-official-brand{margin:0;background:var(--otag-white);color:var(--otag-navy);font-family:var(--otag-font);font-size:16px;line-height:1.6;text-rendering:optimizeLegibility}
body.admin-bar .site-header{top:32px}
img{max-width:100%;height:auto}
a{color:inherit}
svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
h1,h2,h3,h4{margin-top:0;color:var(--otag-deep-navy);font-family:var(--otag-font);font-weight:600;line-height:1.2}
h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.75rem}h4{font-size:1.375rem}
p{margin-top:0}
.content-shell{width:min(1440px,calc(100% - 64px));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{clip:auto!important;width:auto;height:auto;top:8px;left:8px;padding:12px;background:#fff;color:#000;z-index:100000}
.eyebrow,.section-label{display:inline-block;color:var(--otag-blue);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.section-label--light{color:#8EB1FF}
.button,.wp-element-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid transparent;border-radius:4px;font-family:var(--otag-font);font-size:.875rem;font-weight:600;letter-spacing:.02em;text-decoration:none;transition:all 250ms var(--otag-ease)}
.button:hover{transform:translateY(-1px);box-shadow:var(--otag-shadow-md)}
.button--primary{background:var(--otag-blue);color:#fff}
.button--primary:hover{background:#1D4ED8}
.button--secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
.button--secondary:hover{background:rgba(255,255,255,.08)}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);border-bottom:1px solid var(--otag-silver);transition:transform 250ms var(--otag-ease),box-shadow 250ms var(--otag-ease)}
.site-header.is-scrolled{box-shadow:var(--otag-shadow-sm)}
.site-header__inner{width:min(1440px,calc(100% - 64px));min-height:80px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:32px}
.site-logo{display:flex;align-items:center;text-decoration:none}
.otag-official-logo--horizontal{display:block;width:240px;height:auto}
.site-navigation{display:flex;align-items:center;gap:32px}
.site-navigation .menu{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}
.site-navigation .menu a{position:relative;color:var(--otag-deep-navy);font-size:.75rem;font-weight:600;letter-spacing:.04em;text-decoration:none;text-transform:uppercase}
.site-navigation .menu a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--otag-blue);transition:right 250ms var(--otag-ease)}
.site-navigation .menu a:hover:after{right:0}
.header-action{display:inline-flex;align-items:center;min-height:40px;padding:0 18px;border-radius:4px;background:var(--otag-blue);color:#fff;text-decoration:none;font-size:.75rem;font-weight:600;text-transform:uppercase}
.nav-toggle{display:none;width:44px;height:44px;border:0;background:transparent}
.nav-toggle span:not(.screen-reader-text){display:block;width:22px;height:2px;margin:5px auto;background:var(--otag-deep-navy)}

/* Hero */
.brand-hero{position:relative;overflow:hidden;background:var(--otag-deep-navy);color:#fff}
.brand-hero:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(37,99,235,.16) 1px,transparent 1px);background-size:22px 22px;mask-image:linear-gradient(90deg,transparent 25%,#000 100%);pointer-events:none}

.brand-hero__background{
position:absolute;
inset:0;
background:
linear-gradient(90deg,#0A0F1E 0%,#0A0F1E 33%,rgba(10,15,30,.94) 52%,rgba(10,15,30,.56) 72%,rgba(10,15,30,.20) 100%),
url("../images/otag-hero-banner-v3.webp") right center/56% auto no-repeat;
}
.brand-hero__inner{
position:relative;
z-index:2;
width:min(1440px,calc(100% - 64px));
min-height:520px;
margin:auto;
display:flex;
align-items:center;
padding:44px 0 30px;
}
.brand-hero__copy{max-width:610px;padding-block:18px}
.brand-hero__title{
max-width:12ch;
margin:14px 0 20px;
color:#fff;
font-size:clamp(2.45rem,4.3vw,4.55rem);
font-weight:700;
line-height:.95;
letter-spacing:-.04em;
text-transform:uppercase
}
.brand-hero__title span{display:block}
.brand-hero__title span + span{margin-top:.14em}
.brand-hero__title em{font-style:normal;color:var(--otag-blue)}
.brand-hero__copy p{max-width:520px;color:rgba(255,255,255,.72);font-size:.98rem}
.brand-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.brand-hero__molecule{display:none}
.brand-values{position:relative;z-index:3;width:min(1440px,100%);margin:auto;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.12)}
.brand-values article{display:grid;grid-template-columns:44px 1fr;gap:16px;align-items:center;min-height:112px;padding:22px 28px;border-right:1px solid rgba(255,255,255,.12)}
.brand-values article:last-child{border-right:0}
.brand-values svg{width:30px;height:30px;color:#5F91FF}
.brand-values strong{display:block;font-size:.875rem;letter-spacing:.04em}
.brand-values span{display:block;color:rgba(255,255,255,.55);font-size:.75rem}

/* About */
.about-section{padding:96px 0;background:#fff}
.about-grid{display:grid;grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr);gap:64px;align-items:center}
.about-copy{max-width:620px}
.about-grid h2{max-width:650px;margin:16px 0 24px;font-size:clamp(2.25rem,4vw,4rem);letter-spacing:-.025em}
.about-grid .lead{font-size:1.12rem;font-weight:500;color:var(--otag-deep-navy)}
.about-grid p:last-child{color:var(--otag-steel)}
.about-media{width:100%;margin:0;overflow:hidden;border:0;border-radius:8px;background:var(--otag-deep-navy);box-shadow:var(--otag-shadow-md);aspect-ratio:3.71/1}
.about-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border:0;border-radius:0;box-shadow:none}

/* Products */
.product-section{padding:96px 0;background:#F8FAFC}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:48px;margin-bottom:48px}
.section-heading h2{margin:12px 0 0;font-size:clamp(2.25rem,4vw,3.8rem)}
.section-heading>p{max-width:420px;color:var(--otag-steel)}
.area-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.area-card{position:relative;min-height:260px;padding:24px;display:flex;flex-direction:column;border:1px solid var(--otag-silver);border-radius:8px;background:#fff;box-shadow:var(--otag-shadow-sm);transition:transform 250ms var(--otag-ease),box-shadow 250ms var(--otag-ease),border-color 250ms var(--otag-ease)}
.area-card:hover{transform:translateY(-4px);border-color:#A7C0FF;box-shadow:var(--otag-shadow-lg)}
.area-card__number{font-size:.75rem;color:var(--otag-steel)}
.area-card__icon{width:46px;height:46px;margin:32px 0 24px;display:grid;place-items:center;color:var(--otag-blue)}
.area-card__icon svg{width:34px;height:34px}
.area-card h3{font-size:1.05rem;line-height:1.35}
.area-card__link{display:flex;align-items:center;gap:8px;margin-top:auto;color:var(--otag-blue);font-size:.7rem;font-weight:600;letter-spacing:.04em}
.area-card__link svg{width:14px;height:14px}

/* Quality */
.quality-section{padding:96px 0;background:var(--otag-navy);color:#fff}
.quality-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:64px;align-items:center}
.quality-image{width:100%;max-height:240px;margin:0;overflow:hidden;border:0;border-radius:8px;background:#07111f;box-shadow:0 12px 28px rgba(0,0,0,.18);aspect-ratio:4.76/1}
.quality-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border:0;border-radius:0;box-shadow:none}
.quality-copy h2{margin:16px 0 32px;color:#fff;font-size:clamp(2.25rem,4vw,4rem)}
.quality-list{display:grid;gap:12px;margin-bottom:32px}
.quality-list article{display:grid;grid-template-columns:44px 1fr;gap:16px;padding:20px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:rgba(255,255,255,.04)}
.quality-list svg{width:30px;height:30px;color:#5F91FF}
.quality-list h3{margin-bottom:6px;color:#fff;font-size:1rem}
.quality-list p{margin-bottom:0;color:rgba(255,255,255,.62);font-size:.875rem}

/* Workflow */
.resource-section{padding:96px 0;background:#fff}
.workflow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.workflow-grid article{padding:24px;border-top:2px solid var(--otag-blue);background:#F8FAFC}
.workflow-grid article>span{display:block;margin-bottom:40px;color:var(--otag-blue);font-size:.75rem;font-weight:600}
.workflow-grid h3{font-size:1.25rem}
.workflow-grid p{color:var(--otag-steel);font-size:.875rem}
.final-section{padding:32px 0 96px;background:#fff}
.final-section__inner{min-height:260px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:40px;border-radius:8px;background:var(--otag-silver)}
.final-section__inner .otag-official-logo{width:180px}
.final-section h2{margin:20px 0 0;font-size:1.5rem;letter-spacing:.08em}

/* Internal pages */
.page-hero{padding:96px 0 64px;background:var(--otag-deep-navy)}
.page-hero h1{max-width:900px;margin:14px 0 0;color:#fff;font-size:clamp(2.5rem,5vw,4.8rem);text-transform:uppercase}
.page-content{padding-top:64px;padding-bottom:96px}
.page-content>p:first-child{font-size:1.125rem;font-weight:500}
.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-top:64px;padding-bottom:96px}
.archive-card{padding:24px;border:1px solid var(--otag-silver);border-radius:8px;background:#fff;box-shadow:var(--otag-shadow-sm)}
.archive-card>span{color:var(--otag-blue);font-size:.75rem}
.archive-card h2{font-size:1.25rem}.archive-card h2 a{text-decoration:none}

/* Private/plugin pages */
.private-main{position:relative;min-height:80vh;padding:40px 0 96px;background:#F4F7FB}
.private-main__molecule{position:absolute;right:0;top:0;width:46vw;height:360px;background:url("../images/otag-molecule-panel.webp") center/cover no-repeat;opacity:.06;pointer-events:none}
.private-content{position:relative}
body.otag-official-brand .otag-shell{max-width:1440px;margin:0 auto;padding:0 32px;font-family:var(--otag-font);color:var(--otag-navy)}
body.otag-official-brand .otag-test-banner{border-radius:8px 8px 0 0;background:var(--otag-deep-navy);font-size:.7rem;letter-spacing:.08em}
body.otag-official-brand .otag-topbar{border-radius:0 0 8px 8px;border-color:var(--otag-silver);box-shadow:var(--otag-shadow-sm)}
body.otag-official-brand .otag-card{border-color:var(--otag-silver);border-radius:8px;box-shadow:var(--otag-shadow-md)}
body.otag-official-brand .otag-card h2,
body.otag-official-brand .otag-card h3,
body.otag-official-brand .otag-app h2,
body.otag-official-brand .otag-app h3{font-family:var(--otag-font);color:var(--otag-deep-navy)}
body.otag-official-brand .otag-shell input,
body.otag-official-brand .otag-shell select{border-radius:4px;border-color:#CBD5E1;background:#fff}
body.otag-official-brand .otag-shell input:focus,
body.otag-official-brand .otag-shell select:focus{outline:2px solid rgba(37,99,235,.25);border-color:var(--otag-blue)}
body.otag-official-brand .otag-shell button,
body.otag-official-brand .otag-button{border-radius:4px;background:var(--otag-blue);font-family:var(--otag-font);font-size:.8rem;font-weight:600}
body.otag-official-brand .otag-button-secondary{background:#fff!important;color:var(--otag-blue)!important;border:1px solid var(--otag-blue)!important}
body.otag-official-brand .otag-toolbar{padding:12px;border:1px solid var(--otag-silver);border-radius:8px;background:#fff;box-shadow:var(--otag-shadow-sm)}
body.otag-official-brand .otag-table-wrap{border-radius:8px;border-color:var(--otag-silver);box-shadow:var(--otag-shadow-md)}
body.otag-official-brand .otag-order-table thead th{background:var(--otag-deep-navy);font-size:.7rem;letter-spacing:.05em;text-transform:uppercase}
body.otag-official-brand .otag-order-table tbody tr:hover{background:#F1F5FF}
body.otag-official-brand .otag-badge{background:#EAF0FF;color:var(--otag-blue);border-radius:999px}
body.otag-official-brand .otag-price{font-size:1.2rem;font-weight:700;color:var(--otag-deep-navy)}
body.otag-official-brand .otag-auth-form{border:1px solid var(--otag-silver);border-radius:8px;background:#F8FAFC}

/* Footer */
.site-footer{background:var(--otag-deep-navy);color:#fff}
.site-footer__inner{width:min(1440px,calc(100% - 64px));margin:auto;padding:64px 0 24px}
.footer-brand{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.16)}
.footer-brand .otag-official-logo{width:260px}
.footer-brand p{margin:0;color:#8EB1FF;font-size:.75rem;font-weight:500;letter-spacing:.16em}
.footer-columns{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:40px 0}
.footer-columns h2{color:#fff;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}
.footer-columns ul{list-style:none;padding:0;margin:0;columns:2}
.footer-columns a{display:inline-block;margin:4px 0;color:rgba(255,255,255,.64);font-size:.875rem;text-decoration:none}
.footer-columns a:hover{color:#8EB1FF}
.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.42);font-size:.7rem;letter-spacing:.05em}
.not-found{min-height:70vh;display:grid;place-items:center;text-align:center;background:var(--otag-deep-navy);color:#fff}
.not-found h1{color:#fff}.not-found__code{display:block;color:var(--otag-blue);font-size:8rem;font-weight:700}

[data-reveal]{opacity:0;transform:translateY(20px);transition:opacity 500ms var(--otag-ease),transform 500ms var(--otag-ease)}
[data-reveal].is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-reveal]{opacity:1;transform:none;transition:none}.button:hover,.area-card:hover{transform:none}}


@media(max-width:1100px){
  .brand-hero__background{background:linear-gradient(90deg,#0A0F1E 0%,#0A0F1E 42%,rgba(10,15,30,.92) 60%,rgba(10,15,30,.32) 100%),url("../images/otag-hero-banner-v3.webp") 112% center/62% auto no-repeat}
  .brand-hero__inner{min-height:500px;padding:40px 0 24px}
  .brand-hero__title{font-size:clamp(2.35rem,4vw,3.85rem)}
  .area-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:900px){
  body.admin-bar .site-header{top:46px}
  .nav-toggle{display:block}
  .site-navigation{position:absolute;left:32px;right:32px;top:72px;display:none;align-items:stretch;flex-direction:column;padding:20px;border:1px solid var(--otag-silver);border-radius:8px;background:#fff;box-shadow:var(--otag-shadow-lg)}
  .site-navigation.is-open{display:flex}
  .site-navigation .menu{align-items:stretch;flex-direction:column;gap:16px}
  .header-action{justify-content:center}
  .brand-hero__background{background:linear-gradient(180deg,#0A0F1E 0%,rgba(10,15,30,.94) 42%,rgba(10,15,30,.78) 100%),url("../images/otag-hero-banner-v3.webp") center bottom/120% auto no-repeat}
  .brand-hero__inner{min-height:460px;padding-top:52px;padding-bottom:18px}
  .brand-hero__copy{max-width:none;padding-block:0}
  .brand-hero__title{max-width:11.5ch;font-size:clamp(2.1rem,7vw,3.35rem)}
  .brand-values{grid-template-columns:1fr 1fr}
  .about-grid,.quality-grid{grid-template-columns:1fr;gap:48px}
  .area-grid{grid-template-columns:repeat(2,1fr)}
  .workflow-grid{grid-template-columns:1fr 1fr}
  .archive-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .content-shell,.site-header__inner,.brand-hero__inner,.site-footer__inner{width:min(100% - 32px,1440px)}
  .otag-official-logo--horizontal{width:190px}
  .brand-hero__background{background:linear-gradient(180deg,#0A0F1E 0%,rgba(10,15,30,.92) 48%,rgba(10,15,30,.78) 100%),url("../images/otag-hero-banner-v3.webp") 58% bottom/156% auto no-repeat}
  .brand-hero__inner{min-height:430px;padding:42px 0 16px}
  .brand-hero__title{max-width:10.5ch;font-size:1.95rem;line-height:.98}
  .brand-hero__copy p{max-width:100%;font-size:.93rem}
  .brand-values,.area-grid,.workflow-grid,.archive-grid{grid-template-columns:1fr}
  .brand-values article{border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}
  .about-section,.product-section,.quality-section,.resource-section{padding:72px 0}
  .section-heading{align-items:flex-start;flex-direction:column;gap:16px}
  .final-section__inner,.footer-brand,.footer-bottom{align-items:flex-start;flex-direction:column}
  .footer-columns{grid-template-columns:1fr}
  .footer-columns ul{columns:1}
  body.otag-official-brand .otag-shell{padding:0 16px}
}
.otag-official-brand figure{margin-block-start:0;margin-block-end:0}
.otag-official-brand .brand-hero img,
.otag-official-brand .about-media img,
.otag-official-brand .quality-image img{
  max-inline-size:100%;
  block-size:auto;
}
.otag-official-brand .about-media,
.otag-official-brand .quality-image{
  isolation:isolate;
}


/* ======================================================
   OTAG LAUNCH EDITION 3.0.0
   ====================================================== */

.site-header__inner{min-height:72px}
.otag-official-logo--horizontal{width:215px}
.site-navigation{gap:24px}
.site-navigation .menu{gap:22px}
.header-action{min-height:40px;padding:0 17px;font-size:11px}

.brand-hero{min-height:auto}
.brand-hero__background{
  background:
    radial-gradient(circle at 82% 30%,rgba(37,99,235,.22) 0,rgba(37,99,235,.08) 22%,transparent 46%),
    radial-gradient(circle at 70% 78%,rgba(37,99,235,.10),transparent 38%),
    linear-gradient(120deg,#0A0F1E 0%,#0A0F1E 55%,#101D36 100%)!important;
}
.brand-hero:after{
  background-image:radial-gradient(rgba(37,99,235,.07) 1px,transparent 1px)!important;
  background-size:32px 32px!important;
  mask-image:linear-gradient(90deg,transparent 28%,rgba(0,0,0,.75) 100%)!important;
}
.brand-hero__inner{
  width:min(1440px,calc(100% - 80px))!important;
  min-height:410px!important;
  padding:38px 0 30px!important;
  display:flex!important;
  align-items:center!important;
}
.brand-hero__copy{width:100%!important;max-width:790px!important;padding:0!important}
.brand-hero .eyebrow{display:block!important;margin-bottom:18px!important;font-size:13px!important;font-weight:600!important;letter-spacing:.07em!important}
.brand-hero__title{
  width:auto!important;
  max-width:none!important;
  margin:0 0 20px!important;
  font-size:clamp(42px,3.8vw,62px)!important;
  line-height:.96!important;
  letter-spacing:-.045em!important;
}
.brand-hero__title span{display:block!important;white-space:nowrap!important}
.brand-hero__title span + span{margin-top:7px!important}
.brand-hero__title em{color:#2563EB!important;font-style:normal!important}
.brand-hero__copy p{max-width:590px!important;margin:0 0 24px!important;font-size:16px!important;line-height:1.55!important;color:rgba(255,255,255,.74)!important}
.brand-hero__actions{margin-top:22px!important;gap:11px!important}
.brand-hero .button{min-height:44px!important;padding:0 20px!important;font-size:12px!important}
.brand-hero__molecule,.brand-hero__visual-shell{display:none!important}
.brand-values article{min-height:82px!important;padding:15px 22px!important;grid-template-columns:34px 1fr!important;gap:12px!important}
.brand-values svg{width:24px!important;height:24px!important}
.brand-values strong{font-size:12px!important}
.brand-values span{font-size:10px!important}
.text-action{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:var(--otag-blue);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-decoration:none}
.text-action svg{width:15px;height:15px}
.area-card__link{text-decoration:none}
.otag-research-use-notice{max-width:760px;margin:10px 0 0;color:rgba(255,255,255,.58);font-size:.72rem;line-height:1.55}
.final-section .otag-research-use-notice{color:var(--otag-steel)}
.footer-columns--launch{grid-template-columns:repeat(3,1fr)}
.footer-brand>div{max-width:680px}
.footer-brand .otag-research-use-notice{color:rgba(255,255,255,.5)}

@media(max-width:900px){
  .brand-hero__inner{width:min(100% - 40px,1440px)!important;min-height:390px!important;padding:38px 0 30px!important}
  .brand-hero__copy{max-width:680px!important}
  .brand-hero__title{font-size:clamp(36px,6vw,50px)!important}
  .brand-hero__title span{white-space:normal!important}
  .brand-values{grid-template-columns:repeat(2,1fr)!important}
  .footer-columns--launch{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .site-header__inner{min-height:66px}
  .otag-official-logo--horizontal{width:180px}
  .brand-hero__inner{width:min(100% - 32px,1440px)!important;min-height:auto!important;padding:44px 0 38px!important}
  .brand-hero__title{font-size:32px!important;line-height:.98!important}
  .brand-hero__title span{white-space:normal!important}
  .brand-hero__copy p{font-size:15px!important}
  .brand-hero__actions{align-items:stretch!important;flex-direction:column!important}
  .brand-hero .button{width:100%!important}
  .brand-values{grid-template-columns:1fr!important}
  .footer-columns--launch{grid-template-columns:1fr}
}


/* ======================================================
   OTAG OFFICIAL VISUAL IDENTITY — PRODUCTION 3.1.0
   ====================================================== */

.otag-official-logo{
  display:block;
  max-width:100%;
  height:auto;
  object-fit:contain;
  filter:none!important;
}

.site-header{
  background:rgba(255,255,255,.985);
}

.site-header__inner{
  min-height:82px;
}

.site-logo{
  padding:8px 0;
}

.otag-official-logo--horizontal{
  width:245px!important;
}

.footer-brand .otag-official-logo--dark{
  width:245px!important;
}

.final-section__inner .otag-official-logo--compact{
  width:215px!important;
}

.brand-hero__background{
  overflow:hidden;
  isolation:isolate;
}

.brand-hero__background:before{
  content:"";
  position:absolute;
  top:50%;
  right:7%;
  z-index:1;
  width:min(34vw,440px);
  aspect-ratio:1;
  background-image:var(--otag-brand-motif);
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
  opacity:.18;
  transform:translateY(-50%);
  filter:saturate(.9) contrast(1.04);
  pointer-events:none;
}

.brand-hero__background:after{
  content:"";
  position:absolute;
  inset:auto 2% -42% auto;
  width:620px;
  height:620px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(37,99,235,.18),transparent 68%);
  pointer-events:none;
}

.page-hero{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

.page-hero:after{
  content:"";
  position:absolute;
  top:50%;
  right:5%;
  width:280px;
  aspect-ratio:1;
  background:var(--otag-brand-motif) center/contain no-repeat;
  opacity:.09;
  transform:translateY(-50%);
  pointer-events:none;
}

.page-hero .content-shell{
  position:relative;
  z-index:2;
}

.private-main__molecule{
  right:4%!important;
  top:38px!important;
  width:min(34vw,420px)!important;
  height:420px!important;
  background:var(--otag-brand-motif) center/contain no-repeat!important;
  opacity:.055!important;
}

.footer-brand{
  align-items:flex-start;
}

.footer-brand .otag-official-logo{
  flex:0 0 auto;
}

.otag-content-grid article,
.otag-area-page-grid article,
.area-card{
  box-shadow:0 4px 16px rgba(10,15,30,.045);
}

.area-card__icon{
  color:#2563EB;
}

@media(max-width:900px){
  .site-header__inner{
    min-height:76px;
  }

  .otag-official-logo--horizontal{
    width:220px!important;
  }

  .brand-hero__background:before{
    right:-4%;
    width:min(48vw,380px);
    opacity:.12;
  }

  .page-hero:after{
    right:-50px;
    opacity:.06;
  }
}

@media(max-width:640px){
  .site-header__inner{
    min-height:70px;
  }

  .otag-official-logo--horizontal{
    width:188px!important;
  }

  .brand-hero__background:before{
    right:-17%;
    bottom:-4%;
    top:auto;
    width:290px;
    opacity:.08;
    transform:none;
  }

  .footer-brand .otag-official-logo--dark{
    width:215px!important;
  }
}


/* OTAG 3.2.0 multilingual refinements */
.site-navigation{display:flex;align-items:center;gap:18px;}
.site-navigation .menu{display:flex;align-items:center;gap:22px;margin:0;}
.otag-site-language select{border:1px solid rgba(10,15,30,.12);border-radius:10px;background:#fff;padding:10px 14px;color:#0A0F1E;font:600 14px/1.2 Montserrat,sans-serif;min-width:136px;}
.brand-hero__inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:48px;align-items:center;position:relative;z-index:2;}
.brand-hero__copy{max-width:760px;}
.brand-hero__visual{margin:0;display:flex;justify-content:flex-end;align-items:center;}
.brand-hero__visual img{display:block;width:min(100%,860px);height:auto;border-radius:24px;box-shadow:0 22px 56px rgba(0,0,0,.28);object-fit:cover;}
.brand-hero__background{background:radial-gradient(circle at 78% 42%, rgba(37,99,235,.24), transparent 0 30%),linear-gradient(90deg,#020B22 0%,#021131 36%,#0B1E4D 100%);} 
@media (max-width: 1180px){.brand-hero__inner{grid-template-columns:1fr;gap:28px}.brand-hero__visual{justify-content:flex-start}.brand-hero__visual img{max-width:720px}}
@media (max-width: 860px){.site-navigation{gap:12px;flex-wrap:wrap}.otag-site-language select{min-width:110px;padding:8px 12px}.brand-hero__visual img{border-radius:18px}}


/* ======================================================
   OTAG 3.2.1 — APPROVED INTEGRATED HERO
   ====================================================== */

.brand-hero{
  position:relative;
  overflow:hidden;
  background:#020B22;
}

.brand-hero__background{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background-image:
    linear-gradient(
      90deg,
      rgba(2,10,31,.98) 0%,
      rgba(2,10,31,.94) 26%,
      rgba(2,10,31,.72) 48%,
      rgba(2,10,31,.18) 70%,
      rgba(2,10,31,.04) 100%
    ),
    var(--otag-hero-background)!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  background-size:cover!important;
}

/* Remove the previous blurred molecular watermark and glow. */
.brand-hero__background:before,
.brand-hero__background:after{
  content:none!important;
  display:none!important;
  background:none!important;
}

.brand-hero:after{
  opacity:.28!important;
  mix-blend-mode:screen;
}

.brand-hero__inner{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  align-items:center!important;
  width:min(1440px,calc(100% - 80px))!important;
  min-height:500px!important;
  margin:0 auto!important;
  padding:50px 0 42px!important;
}

.brand-hero__copy{
  width:min(760px,56%)!important;
  max-width:760px!important;
  padding:0!important;
}

.brand-hero__visual{
  display:none!important;
}

.brand-hero__title{
  max-width:none!important;
  margin:0 0 22px!important;
  font-size:clamp(46px,4.25vw,68px)!important;
  line-height:.99!important;
  letter-spacing:-.047em!important;
}

.brand-hero__title span{
  display:block!important;
  white-space:nowrap!important;
}

.brand-hero__copy p{
  max-width:660px!important;
  font-size:17px!important;
  line-height:1.6!important;
  color:rgba(255,255,255,.78)!important;
}

.brand-values{
  position:relative!important;
  z-index:3!important;
  background:rgba(2,10,31,.74)!important;
  backdrop-filter:blur(5px);
  -webkit-backdrop-filter:blur(5px);
}

@media(max-width:1180px){
  .brand-hero__background{
    background-image:
      linear-gradient(
        90deg,
        rgba(2,10,31,.98) 0%,
        rgba(2,10,31,.94) 38%,
        rgba(2,10,31,.65) 63%,
        rgba(2,10,31,.18) 100%
      ),
      var(--otag-hero-background)!important;
    background-position:58% center!important;
  }

  .brand-hero__copy{
    width:min(700px,66%)!important;
  }

  .brand-hero__title{
    font-size:clamp(40px,5vw,58px)!important;
  }
}

@media(max-width:900px){
  .brand-hero__background{
    background-image:
      linear-gradient(
        180deg,
        rgba(2,10,31,.94) 0%,
        rgba(2,10,31,.86) 58%,
        rgba(2,10,31,.68) 100%
      ),
      var(--otag-hero-background)!important;
    background-position:64% center!important;
  }

  .brand-hero__inner{
    width:min(100% - 40px,1440px)!important;
    min-height:470px!important;
    padding:46px 0 36px!important;
  }

  .brand-hero__copy{
    width:100%!important;
    max-width:680px!important;
  }

  .brand-hero__title span{
    white-space:normal!important;
  }
}

@media(max-width:640px){
  .brand-hero__background{
    background-image:
      linear-gradient(
        180deg,
        rgba(2,10,31,.97) 0%,
        rgba(2,10,31,.92) 62%,
        rgba(2,10,31,.75) 100%
      ),
      var(--otag-hero-background)!important;
    background-position:67% center!important;
    background-size:auto 100%!important;
  }

  .brand-hero__inner{
    width:min(100% - 32px,1440px)!important;
    min-height:430px!important;
    padding:42px 0 32px!important;
  }

  .brand-hero__title{
    font-size:clamp(30px,9vw,40px)!important;
    line-height:1.02!important;
  }

  .brand-hero__copy p{
    font-size:15px!important;
  }
}

/* ======================================================
   OTAG 3.2.2 — MOBILE NAVIGATION HOTFIX
   ====================================================== */

@media (max-width:900px){
  .site-header__inner{
    position:relative;
  }

  .nav-toggle{
    position:relative;
    z-index:1003;
    display:block!important;
    flex:0 0 auto;
  }

  .site-navigation{
    position:absolute!important;
    top:calc(100% - 4px)!important;
    left:16px!important;
    right:16px!important;
    z-index:1002!important;
    display:none!important;
    max-height:calc(100vh - 104px);
    overflow-y:auto;
    align-items:stretch!important;
    flex-direction:column!important;
    flex-wrap:nowrap!important;
    gap:20px!important;
    padding:24px!important;
    border:1px solid var(--otag-silver)!important;
    border-radius:12px!important;
    background:#fff!important;
    box-shadow:0 24px 60px rgba(10,15,30,.22)!important;
  }

  .site-navigation.is-open{
    display:flex!important;
  }

  .site-navigation .menu{
    display:flex!important;
    align-items:stretch!important;
    flex-direction:column!important;
    gap:0!important;
    width:100%;
  }

  .site-navigation .menu li{
    width:100%;
    border-bottom:1px solid rgba(10,15,30,.07);
  }

  .site-navigation .menu li:last-child{
    border-bottom:0;
  }

  .site-navigation .menu a{
    display:block;
    width:100%;
    padding:14px 6px;
    text-align:center;
  }

  .site-navigation .menu a:after{
    display:none;
  }

  .otag-site-language{
    display:block;
    width:100%;
  }

  .otag-site-language select{
    width:100%!important;
    min-height:48px;
  }

  .header-action{
    display:flex!important;
    width:100%;
    min-height:48px!important;
    justify-content:center;
  }

  body.otag-menu-open{
    overflow:hidden;
  }
}

@media (min-width:901px){
  .site-navigation{
    display:flex!important;
  }
}

/* ======================================================
   OTAG 3.2.3 — FULL-BLEED HOMEPAGE HERO IMAGE FIX
   ====================================================== */
.brand-hero__background{
  inset:0!important;
  width:100%!important;
  max-width:none!important;
  background-color:#020B22!important;
  background-image:
    linear-gradient(
      90deg,
      rgba(2,10,31,.99) 0%,
      rgba(2,10,31,.96) 24%,
      rgba(2,10,31,.72) 46%,
      rgba(2,10,31,.18) 68%,
      rgba(2,10,31,.02) 100%
    ),
    var(--otag-hero-background)!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  background-size:cover!important;
}

@media(max-width:1180px){
  .brand-hero__background{
    background-position:58% center!important;
  }
}

@media(max-width:900px){
  .brand-hero__background{
    background-image:
      linear-gradient(
        180deg,
        rgba(2,10,31,.96) 0%,
        rgba(2,10,31,.88) 56%,
        rgba(2,10,31,.68) 100%
      ),
      var(--otag-hero-background)!important;
    background-position:67% center!important;
    background-size:cover!important;
  }
}

@media(max-width:640px){
  .brand-hero__background{
    background-position:72% center!important;
    background-size:auto 100%!important;
  }
}

/* ======================================================
   OTAG 3.2.4 — COMPACT EXECUTIVE LAYOUT
   Visual-density refinement only. No templates, routes,
   forms, language logic or commerce behaviour changed.
   ====================================================== */

/* Homepage: reduce vertical travel while preserving hierarchy. */
.home .brand-hero__inner{
  min-height:410px!important;
  padding:34px 0 28px!important;
}
.home .brand-hero__copy{
  width:min(720px,54%)!important;
}
.home .brand-hero .eyebrow{
  margin-bottom:13px!important;
  font-size:12px!important;
}
.home .brand-hero__title{
  margin-bottom:16px!important;
  font-size:clamp(40px,3.65vw,58px)!important;
  line-height:1!important;
  letter-spacing:-.042em!important;
}
.home .brand-hero__title span + span{
  margin-top:4px!important;
}
.home .brand-hero__copy p{
  max-width:590px!important;
  margin-bottom:18px!important;
  font-size:15px!important;
  line-height:1.5!important;
}
.home .brand-hero__actions{
  margin-top:17px!important;
}
.home .brand-hero .button{
  min-height:42px!important;
  padding-inline:18px!important;
}
.home .brand-values article{
  min-height:68px!important;
  padding:11px 20px!important;
  grid-template-columns:28px 1fr!important;
  gap:10px!important;
}
.home .brand-values svg{
  width:21px!important;
  height:21px!important;
}
.home .brand-values strong{
  font-size:11px!important;
}
.home .brand-values span{
  font-size:9px!important;
  line-height:1.35!important;
}

.home .about-section,
.home .product-section,
.home .quality-section,
.home .resource-section{
  padding:62px 0!important;
}
.home .about-grid{
  grid-template-columns:minmax(330px,.88fr) minmax(0,1.12fr)!important;
  gap:42px!important;
}
.home .about-grid h2{
  max-width:620px!important;
  margin:10px 0 16px!important;
  font-size:clamp(30px,3vw,44px)!important;
  line-height:1.08!important;
}
.home .about-grid .lead{
  margin-bottom:10px!important;
  font-size:1rem!important;
  line-height:1.55!important;
}
.home .about-grid p{
  margin-top:0!important;
  margin-bottom:12px!important;
}
.home .about-media img{
  max-height:260px!important;
  object-fit:cover!important;
}

.home .section-heading{
  gap:34px!important;
  margin-bottom:28px!important;
}
.home .section-heading h2{
  margin-top:7px!important;
  font-size:clamp(30px,3vw,44px)!important;
  line-height:1.08!important;
}
.home .section-heading>p{
  max-width:460px!important;
  margin-bottom:2px!important;
  font-size:.9rem!important;
  line-height:1.55!important;
}
.home .section-label{
  font-size:.68rem!important;
}

.home .area-grid{
  gap:12px!important;
}
.home .area-card{
  min-height:184px!important;
  padding:18px!important;
}
.home .area-card__icon{
  width:34px!important;
  height:34px!important;
  margin:17px 0 14px!important;
}
.home .area-card__icon svg{
  width:26px!important;
  height:26px!important;
}
.home .area-card h3{
  margin:0 0 10px!important;
  font-size:.91rem!important;
  line-height:1.28!important;
}
.home .area-card__link{
  font-size:.62rem!important;
}

.home .quality-grid{
  grid-template-columns:minmax(0,.78fr) minmax(430px,1.22fr)!important;
  gap:44px!important;
}
.home .quality-image img{
  max-height:250px!important;
  object-fit:cover!important;
}
.home .quality-copy h2{
  margin:10px 0 20px!important;
  font-size:clamp(30px,3vw,43px)!important;
  line-height:1.08!important;
}
.home .quality-list{
  gap:13px!important;
  margin-bottom:22px!important;
}
.home .quality-list article{
  gap:13px!important;
}
.home .quality-list h3{
  margin-bottom:3px!important;
  font-size:.96rem!important;
}
.home .quality-list p{
  font-size:.82rem!important;
  line-height:1.48!important;
}

.home .workflow-grid{
  gap:12px!important;
}
.home .workflow-grid article{
  padding:18px!important;
}
.home .workflow-grid article>span{
  margin-bottom:18px!important;
}
.home .workflow-grid h3{
  margin:0 0 7px!important;
  font-size:1.05rem!important;
}
.home .workflow-grid p{
  margin:0!important;
  font-size:.8rem!important;
  line-height:1.48!important;
}

.home .final-section{
  padding:18px 0 58px!important;
}
.home .final-section__inner{
  min-height:170px!important;
  padding:30px 36px!important;
}
.home .final-section__inner .otag-official-logo{
  width:150px!important;
}
.home .final-section h2{
  margin-top:13px!important;
  font-size:1.18rem!important;
}

/* Internal public pages: smaller page headers and section titles. */
.page-hero{
  padding-block:58px!important;
}
.page-hero h1{
  font-size:clamp(34px,4vw,54px)!important;
  line-height:1.04!important;
}
.entry-content h2,
.site-main .content-shell>h2{
  font-size:clamp(28px,3vw,42px);
  line-height:1.1;
}

@media(max-width:1180px){
  .home .brand-hero__copy{
    width:min(650px,65%)!important;
  }
  .home .brand-hero__inner{
    min-height:390px!important;
  }
  .home .area-grid{
    grid-template-columns:repeat(3,1fr)!important;
  }
}

@media(max-width:900px){
  .home .brand-hero__inner{
    min-height:390px!important;
    padding:36px 0 28px!important;
  }
  .home .brand-hero__copy{
    width:100%!important;
  }
  .home .brand-hero__title{
    font-size:clamp(34px,6.2vw,48px)!important;
  }
  .home .about-section,
  .home .product-section,
  .home .quality-section,
  .home .resource-section{
    padding:50px 0!important;
  }
  .home .about-grid,
  .home .quality-grid{
    grid-template-columns:1fr!important;
    gap:30px!important;
  }
  .home .about-media img,
  .home .quality-image img{
    max-height:230px!important;
  }
  .home .area-grid{
    grid-template-columns:repeat(2,1fr)!important;
  }
}

@media(max-width:640px){
  .home .brand-hero__inner{
    min-height:auto!important;
    padding:34px 0 27px!important;
  }
  .home .brand-hero__title{
    font-size:clamp(29px,8.3vw,37px)!important;
  }
  .home .brand-values article{
    min-height:60px!important;
    padding:10px 16px!important;
  }
  .home .about-section,
  .home .product-section,
  .home .quality-section,
  .home .resource-section{
    padding:42px 0!important;
  }
  .home .section-heading{
    margin-bottom:22px!important;
  }
  .home .area-grid{
    grid-template-columns:1fr 1fr!important;
    gap:9px!important;
  }
  .home .area-card{
    min-height:158px!important;
    padding:14px!important;
  }
  .home .area-card__icon{
    margin:13px 0 11px!important;
  }
  .home .area-card h3{
    font-size:.8rem!important;
  }
  .home .workflow-grid{
    grid-template-columns:1fr!important;
  }
  .home .workflow-grid article{
    display:grid!important;
    grid-template-columns:34px 1fr!important;
    column-gap:11px!important;
  }
  .home .workflow-grid article>span{
    grid-row:1/3!important;
    margin:0!important;
  }
  .home .final-section__inner{
    min-height:auto!important;
    padding:25px!important;
  }
  .page-hero{
    padding-block:42px!important;
  }
}


/* ======================================================
   OTAG 3.2.5 — OBJECTIVE HOME REFINEMENT
   Visual and interaction refinement only.
   ====================================================== */
.home .section-heading--single{
  display:block!important;
  margin-bottom:28px!important;
}
.home .area-card{
  color:inherit!important;
  text-decoration:none!important;
  cursor:pointer!important;
  outline:none;
}
.home .area-card:focus-visible{
  border-color:var(--otag-blue)!important;
  box-shadow:0 0 0 3px rgba(37,99,235,.22),var(--otag-shadow-lg)!important;
  transform:translateY(-3px);
}
.home .area-card__link{
  transition:color 180ms ease;
}
.home .area-card__link svg{
  transition:transform 180ms ease;
}
.home .area-card:hover .area-card__link,
.home .area-card:focus-visible .area-card__link{
  color:#174fc4!important;
}
.home .area-card:hover .area-card__link svg,
.home .area-card:focus-visible .area-card__link svg{
  transform:translateX(4px);
}

.home .quality-section{
  padding:58px 0!important;
}
.home .quality-panel{
  display:grid;
  gap:26px;
}
.home .quality-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
}
.home .quality-header h2{
  max-width:760px;
  margin:9px 0 0;
  color:#fff;
  font-size:clamp(30px,3vw,44px);
  line-height:1.08;
}
.home .quality-header__button{
  flex:0 0 auto;
  white-space:nowrap;
}
.home .quality-list--cards{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px!important;
  margin:0!important;
}
.home .quality-list--cards article{
  min-height:176px;
  grid-template-columns:38px 1fr!important;
  align-content:start;
  gap:14px!important;
  padding:22px!important;
  background:rgba(255,255,255,.045)!important;
}
.home .quality-list--cards svg{
  width:27px;
  height:27px;
}
.home .quality-list--cards h3{
  font-size:1rem!important;
}
.home .quality-list--cards p{
  max-width:36ch;
  font-size:.8rem!important;
  line-height:1.48!important;
}

@media(max-width:900px){
  .home .quality-header{
    align-items:flex-start;
    flex-direction:column;
    gap:20px;
  }
  .home .quality-list--cards{
    grid-template-columns:1fr!important;
  }
  .home .quality-list--cards article{
    min-height:0;
  }
}

@media(max-width:640px){
  .home .quality-section{
    padding:42px 0!important;
  }
  .home .quality-header__button{
    width:100%;
    justify-content:center;
  }
  .home .quality-list--cards article{
    padding:18px!important;
  }
}


/* OTAG 3.2.6 — compact executive footer and optional social links */
.site-footer__inner{padding:34px 0 16px}
.footer-main{display:grid;grid-template-columns:minmax(230px,.78fr) minmax(0,2.22fr);gap:52px;align-items:start}
.footer-brand--compact{display:block;padding:0;border:0}
.footer-brand--compact .otag-official-logo{width:190px;max-width:100%}
.footer-brand--compact p{margin:13px 0 0;color:#8EB1FF;font-size:.67rem;font-weight:600;letter-spacing:.14em}
.footer-columns--compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;padding:3px 0 22px}
.footer-columns--compact h2{margin:0 0 9px;font-size:.68rem}
.footer-columns--compact ul{columns:1}
.footer-columns--compact a{margin:2px 0;font-size:.78rem;line-height:1.45}
.footer-bottom--compact{padding-top:13px;font-size:.64rem;letter-spacing:.035em}
.footer-social{display:flex;align-items:center;gap:8px;margin-top:17px}
.footer-social a{display:grid;width:32px;height:32px;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:50%;color:rgba(255,255,255,.72);transition:border-color .2s ease,color .2s ease,background .2s ease,transform .2s ease}
.footer-social a:hover,.footer-social a:focus-visible{border-color:#8EB1FF;background:rgba(37,99,235,.16);color:#fff;transform:translateY(-2px)}
.footer-social svg{width:15px;height:15px;fill:currentColor;stroke:currentColor;stroke-width:1.7}
.footer-social svg rect,.footer-social svg circle{fill:none}
.footer-social svg .fill-dot{fill:currentColor;stroke:none}
.footer-social svg .play{fill:var(--otag-deep-navy);stroke:none}
@media(max-width:900px){
  .footer-main{grid-template-columns:1fr;gap:28px}
  .footer-columns--compact{padding-top:0}
}
@media(max-width:640px){
  .site-footer__inner{padding:28px 0 14px}
  .footer-main{gap:24px}
  .footer-brand--compact .otag-official-logo{width:170px}
  .footer-columns--compact{grid-template-columns:1fr 1fr;gap:24px 28px;padding-bottom:20px}
  .footer-columns--compact>div:last-child{grid-column:1/-1}
  .footer-bottom--compact{gap:7px;padding-top:12px}
}


/* ======================================================
   OTAG 3.2.8 — ABOUT PAGE RESTRUCTURE
   ====================================================== */
.otag-about-page .about-page-hero{padding-block:54px!important}
.otag-about-page .about-page-hero h1{max-width:820px;font-size:clamp(2.5rem,4.4vw,4.45rem);line-height:1.02}
.otag-about-page .about-intro-section,.otag-about-page .about-principles-section,.otag-about-page .about-workflow-section{padding:72px 0}
.otag-about-page .about-intro-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:70px;align-items:center}
.otag-about-page .about-intro-copy h2,.otag-about-page .about-section-heading h2,.otag-about-page .about-role-grid h2{margin:12px 0 20px;font-size:clamp(2rem,3.2vw,3.35rem);line-height:1.08;letter-spacing:-.025em}
.otag-about-page .about-intro-copy .lead{font-size:1.04rem;font-weight:500;color:var(--otag-deep-navy)}
.otag-about-page .about-intro-copy p{max-width:720px;color:var(--otag-steel);line-height:1.7}
.otag-about-page .about-indicator-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.otag-about-page .about-indicator-grid article{min-height:182px;padding:24px;border:1px solid var(--otag-border);border-radius:10px;background:#fff;box-shadow:var(--otag-shadow-sm)}
.otag-about-page .about-indicator-grid article>span,.otag-about-page .about-workflow-grid article>span{display:block;margin-bottom:22px;color:#7892a8;font-size:.72rem;font-weight:600}
.otag-about-page .about-indicator-grid h3{margin:0 0 8px;font-size:1rem}.otag-about-page .about-indicator-grid p{margin:0;color:var(--otag-steel);font-size:.78rem;line-height:1.55}
.otag-about-page .about-principles-section{background:#f5f8fb}
.otag-about-page .about-section-heading{max-width:760px;margin-bottom:30px}.otag-about-page .about-section-heading h2{margin-bottom:0}
.otag-about-page .about-principles-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.otag-about-page .about-principles-grid article{min-height:230px;padding:25px;border:1px solid var(--otag-border);border-radius:10px;background:#fff;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.otag-about-page .about-principles-grid article:hover{transform:translateY(-3px);border-color:rgba(37,99,235,.45);box-shadow:var(--otag-shadow-md)}
.otag-about-page .about-principles-grid svg{width:29px;height:29px;margin-bottom:30px;fill:none;stroke:var(--otag-blue);stroke-width:1.7}
.otag-about-page .about-principles-grid h3{margin:0 0 11px;font-size:1.02rem}.otag-about-page .about-principles-grid p{margin:0;color:var(--otag-steel);font-size:.8rem;line-height:1.58}
.otag-about-page .about-role-section{padding:66px 0;background:var(--otag-deep-navy);color:#fff}
.otag-about-page .about-role-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:78px;align-items:center}.otag-about-page .about-role-grid h2{color:#fff}.otag-about-page .about-role-grid p{max-width:700px;color:rgba(255,255,255,.7);line-height:1.7}
.otag-about-page .about-role-grid ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.otag-about-page .about-role-grid li{display:grid;grid-template-columns:42px 1fr;align-items:center;min-height:62px;padding:14px 18px;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:rgba(255,255,255,.035);font-size:.9rem;font-weight:600}.otag-about-page .about-role-grid li span{color:#79a7ff;font-size:.7rem}
.otag-about-page .about-workflow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.otag-about-page .about-workflow-grid article{min-height:196px;padding:24px;border-top:2px solid var(--otag-blue);background:#fff;box-shadow:var(--otag-shadow-sm)}.otag-about-page .about-workflow-grid h3{margin:0 0 10px;font-size:1rem}.otag-about-page .about-workflow-grid p{margin:0;color:var(--otag-steel);font-size:.79rem;line-height:1.56}
.otag-about-page .about-cta-section{padding:0 0 72px}.otag-about-page .about-cta-panel{display:flex;align-items:center;justify-content:space-between;gap:42px;padding:38px 42px;border-radius:12px;background:linear-gradient(135deg,#0a0f1e,#14233d);color:#fff}.otag-about-page .about-cta-panel h2{margin:0 0 10px;color:#fff;font-size:clamp(1.7rem,2.7vw,2.55rem)}.otag-about-page .about-cta-panel p{max-width:700px;margin:0;color:rgba(255,255,255,.68)}.otag-about-page .about-cta-actions{display:flex;flex:0 0 auto;gap:10px}.otag-about-page .about-cta-actions .button--secondary{border-color:rgba(255,255,255,.35);color:#fff}
@media(max-width:1000px){.otag-about-page .about-intro-grid,.otag-about-page .about-role-grid{grid-template-columns:1fr;gap:38px}.otag-about-page .about-principles-grid,.otag-about-page .about-workflow-grid{grid-template-columns:1fr 1fr}.otag-about-page .about-cta-panel{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.otag-about-page .about-page-hero{padding-block:38px!important}.otag-about-page .about-intro-section,.otag-about-page .about-principles-section,.otag-about-page .about-workflow-section{padding:48px 0}.otag-about-page .about-indicator-grid,.otag-about-page .about-principles-grid,.otag-about-page .about-workflow-grid{grid-template-columns:1fr}.otag-about-page .about-indicator-grid article,.otag-about-page .about-principles-grid article,.otag-about-page .about-workflow-grid article{min-height:0}.otag-about-page .about-role-section{padding:48px 0}.otag-about-page .about-role-grid{gap:28px}.otag-about-page .about-cta-section{padding-bottom:48px}.otag-about-page .about-cta-panel{padding:28px 22px}.otag-about-page .about-cta-actions{width:100%;flex-direction:column}.otag-about-page .about-cta-actions .button{width:100%;justify-content:center}}

/* ======================================================
   OTAG 3.2.9 — ABOUT PAGE: COMPANY-FIRST, CONCISE LAYOUT
   ====================================================== */
.otag-about-page .about-page-v2 .about-page-hero{padding-block:48px!important}
.otag-about-page .about-page-v2 .about-page-hero h1{max-width:900px;font-size:clamp(2.35rem,4vw,4rem);line-height:1.03}
.otag-about-page .about-page-v2 .about-company-section,
.otag-about-page .about-page-v2 .about-workflow-section-v2,
.otag-about-page .about-page-v2 .about-principles-section-v2{padding:66px 0}
.otag-about-page .about-page-v2 .about-company-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);gap:68px;align-items:center}
.otag-about-page .about-page-v2 .about-company-copy h2,
.otag-about-page .about-page-v2 .about-section-heading h2,
.otag-about-page .about-page-v2 .about-platform-copy h2{margin:10px 0 18px;font-size:clamp(2rem,3vw,3.15rem);line-height:1.08;letter-spacing:-.025em}
.otag-about-page .about-page-v2 .about-company-copy .lead{margin-bottom:14px;color:var(--otag-deep-navy);font-size:1.02rem;font-weight:500;line-height:1.68}
.otag-about-page .about-page-v2 .about-company-copy p{max-width:700px;color:var(--otag-steel);line-height:1.68}
.otag-about-page .about-page-v2 .about-company-facts{display:grid;gap:10px;padding:24px;border-radius:12px;background:linear-gradient(145deg,#0a0f1e,#14233d);box-shadow:var(--otag-shadow-lg)}
.otag-about-page .about-page-v2 .about-company-facts article{display:grid;grid-template-columns:40px 1fr;gap:14px;padding:15px 16px;border:1px solid rgba(255,255,255,.11);border-radius:8px;background:rgba(255,255,255,.035)}
.otag-about-page .about-page-v2 .about-company-facts article>span{color:#7fa8ff;font-size:.68rem;font-weight:700;letter-spacing:.08em}
.otag-about-page .about-page-v2 .about-company-facts h3{margin:0 0 4px;color:#fff;font-size:.91rem}
.otag-about-page .about-page-v2 .about-company-facts p{margin:0;color:rgba(255,255,255,.63);font-size:.75rem;line-height:1.5}
.otag-about-page .about-page-v2 .about-role-section-v2{padding:62px 0;background:var(--otag-deep-navy)}
.otag-about-page .about-page-v2 .about-section-heading{max-width:780px;margin-bottom:28px}
.otag-about-page .about-page-v2 .about-section-heading h2{margin-bottom:0}
.otag-about-page .about-page-v2 .about-section-heading--light h2{color:#fff}
.otag-about-page .about-page-v2 .about-section-heading--light p{max-width:720px;margin:14px 0 0;color:rgba(255,255,255,.66);line-height:1.65}
.otag-about-page .about-page-v2 .about-role-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.otag-about-page .about-page-v2 .about-role-cards article{min-height:178px;padding:22px;border:1px solid rgba(255,255,255,.13);border-radius:9px;background:rgba(255,255,255,.04)}
.otag-about-page .about-page-v2 .about-role-cards span{display:block;margin-bottom:22px;color:#79a7ff;font-size:.68rem;font-weight:700}
.otag-about-page .about-page-v2 .about-role-cards h3{margin:0 0 8px;color:#fff;font-size:1rem}
.otag-about-page .about-page-v2 .about-role-cards p{margin:0;color:rgba(255,255,255,.62);font-size:.78rem;line-height:1.56}
.otag-about-page .about-page-v2 .about-workflow-grid{gap:12px}
.otag-about-page .about-page-v2 .about-workflow-grid article{min-height:172px;padding:22px}
.otag-about-page .about-page-v2 .about-principles-section-v2{background:#f5f8fb}
.otag-about-page .about-page-v2 .about-principles-grid{gap:12px}
.otag-about-page .about-page-v2 .about-principles-grid article{min-height:196px;padding:22px}
.otag-about-page .about-page-v2 .about-principles-grid svg{margin-bottom:22px}
.otag-about-page .about-page-v2 .about-platform-section{padding:0 0 66px;background:#f5f8fb}
.otag-about-page .about-page-v2 .about-platform-panel{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:58px;align-items:center;padding:44px 46px;border-radius:13px;background:linear-gradient(135deg,#0a0f1e,#14233d);box-shadow:var(--otag-shadow-lg)}
.otag-about-page .about-page-v2 .about-platform-copy h2{color:#fff}
.otag-about-page .about-page-v2 .about-platform-copy p{max-width:720px;margin:0;color:rgba(255,255,255,.66);line-height:1.65}
.otag-about-page .about-page-v2 .about-platform-actions{display:flex;gap:10px;margin-top:24px}
.otag-about-page .about-page-v2 .about-platform-actions .button--secondary{border-color:rgba(255,255,255,.32);color:#fff}
.otag-about-page .about-page-v2 .about-platform-points{display:grid;gap:9px;margin:0;padding:0;list-style:none}
.otag-about-page .about-page-v2 .about-platform-points li{display:grid;grid-template-columns:28px 1fr;align-items:center;min-height:48px;padding:10px 13px;border:1px solid rgba(255,255,255,.12);border-radius:7px;background:rgba(255,255,255,.035);color:#fff;font-size:.82rem;font-weight:600}
.otag-about-page .about-page-v2 .about-platform-points li>span{display:grid;place-items:center;color:#79a7ff}
.otag-about-page .about-page-v2 .about-platform-points svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}
@media(max-width:1000px){
  .otag-about-page .about-page-v2 .about-company-grid,.otag-about-page .about-page-v2 .about-platform-panel{grid-template-columns:1fr;gap:36px}
  .otag-about-page .about-page-v2 .about-role-cards{grid-template-columns:1fr}
  .otag-about-page .about-page-v2 .about-role-cards article{min-height:0}
}
@media(max-width:640px){
  .otag-about-page .about-page-v2 .about-page-hero{padding-block:36px!important}
  .otag-about-page .about-page-v2 .about-company-section,.otag-about-page .about-page-v2 .about-workflow-section-v2,.otag-about-page .about-page-v2 .about-principles-section-v2{padding:46px 0}
  .otag-about-page .about-page-v2 .about-company-grid{gap:30px}
  .otag-about-page .about-page-v2 .about-company-facts{padding:16px}
  .otag-about-page .about-page-v2 .about-company-facts article{grid-template-columns:32px 1fr;padding:13px}
  .otag-about-page .about-page-v2 .about-role-section-v2{padding:46px 0}
  .otag-about-page .about-page-v2 .about-workflow-grid,.otag-about-page .about-page-v2 .about-principles-grid{grid-template-columns:1fr}
  .otag-about-page .about-page-v2 .about-workflow-grid article,.otag-about-page .about-page-v2 .about-principles-grid article{min-height:0}
  .otag-about-page .about-page-v2 .about-platform-section{padding-bottom:46px}
  .otag-about-page .about-page-v2 .about-platform-panel{padding:30px 22px}
  .otag-about-page .about-page-v2 .about-platform-actions{flex-direction:column}
  .otag-about-page .about-page-v2 .about-platform-actions .button{width:100%;justify-content:center}
}
