/* TarForMed - Feuille de style unique
   Styles communs à toutes les pages, puis compléments isolés pour la page Sécurité. */

:root {
  --navy:#071b34;
  --navy-2:#0c315d;
  --blue:#1268f3;
  --blue-dark:#0748b5;
  --green:#19a875;
  --text:#172235;
  --muted:#607086;
  --line:#dce7f2;
  --soft:#f5f9fd;
  --white:#fff;
  --container:1160px;
  --shadow:0 28px 70px rgba(7,27,52,.13);
  --shadow-card:0 16px 38px rgba(7,27,52,.08);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
a:focus-visible{outline:3px solid rgba(18,104,243,.28);outline-offset:4px;border-radius:8px}
img{display:block;max-width:100%}
h1,h2,h3,p{margin-top:0}
p{color:var(--muted)}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.skip-link{position:fixed;top:10px;left:10px;z-index:200;transform:translateY(-160%);padding:10px 14px;color:#fff;background:var(--navy);border-radius:10px}
.skip-link:focus{transform:translateY(0)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(220,231,242,.9);backdrop-filter:blur(16px)}
.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;align-items:center;line-height:0;flex:0 0 auto}
.brand img{width:205px;height:auto}
.main-nav{display:flex;align-items:center;gap:28px;color:#43566d;font-size:.92rem;font-weight:750}
.main-nav a{position:relative;padding:27px 0 23px}
.main-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:17px;height:2px;background:var(--blue);transition:right .18s ease}
.main-nav a:hover,.main-nav a[aria-current="page"]{color:var(--blue)}
.main-nav a:hover::after,.main-nav a[aria-current="page"]::after{right:0}
.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 22px;border:1px solid transparent;border-radius:13px;font-size:.94rem;font-weight:820;line-height:1;transition:transform .18s ease,box-shadow .18s ease}
.button:hover{transform:translateY(-2px)}
.button-primary{color:#fff;background:linear-gradient(135deg,var(--blue),var(--blue-dark));box-shadow:0 15px 32px rgba(18,104,243,.24)}
.button-secondary{color:var(--navy);background:#fff;border-color:var(--line);box-shadow:0 10px 24px rgba(7,27,52,.06)}
.button-small{min-height:42px;padding-inline:16px;font-size:.87rem}
.section-label{display:inline-flex;align-items:center;gap:9px;margin-bottom:16px;color:var(--blue);font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.section-label::before{content:"";width:8px;height:8px;background:var(--green);border-radius:50%;box-shadow:0 0 0 6px rgba(25,168,117,.11)}
.hero{position:relative;overflow:hidden;padding:84px 0 92px;background:radial-gradient(circle at 13% 15%,rgba(18,104,243,.12),transparent 26rem),radial-gradient(circle at 88% 20%,rgba(25,168,117,.12),transparent 28rem),linear-gradient(180deg,#fff,#f7fbff)}
.hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(18,104,243,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(18,104,243,.032) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,#000,transparent 90%);pointer-events:none}
.hero-grid{position:relative;display:grid;grid-template-columns:.92fr 1.08fr;gap:62px;align-items:center}
.hero h1{max-width:660px;margin-bottom:22px;color:var(--navy);font-size:clamp(3.2rem,5.5vw,5.45rem);line-height:.94;letter-spacing:-.072em}
.hero-lead{max-width:650px;margin-bottom:29px;color:#516278;font-size:clamp(1.06rem,1.45vw,1.24rem);line-height:1.7}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}
.hero-proof{display:flex;flex-wrap:wrap;gap:9px}
.hero-proof span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;color:#3f5268;background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:999px;font-size:.78rem;font-weight:760}
.app-preview{position:relative;overflow:hidden;background:#fff;border:1px solid #cfdeec;border-radius:27px;box-shadow:var(--shadow);transform:rotate(.7deg)}
.preview-bar{min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;color:#75869b;background:#f7f9fc;border-bottom:1px solid var(--line);font-size:.69rem;font-weight:800}
.preview-dots{display:flex;gap:6px}.preview-dots i{width:8px;height:8px;background:#d1dce8;border-radius:50%}
.preview-shell{display:grid;grid-template-columns:140px 1fr;min-height:390px}
.preview-side{padding:18px 13px;color:#dce7f4;background:linear-gradient(180deg,var(--navy),var(--navy-2))}
.preview-side strong{display:block;margin-bottom:24px;color:#fff;font-size:.8rem}
.preview-side span{display:block;margin:5px 0;padding:8px 9px;color:rgba(220,231,244,.7);border-radius:9px;font-size:.67rem;font-weight:730}
.preview-side span:first-of-type{color:#fff;background:rgba(255,255,255,.11)}
.preview-main{padding:23px;background:radial-gradient(circle at 90% 0,rgba(18,104,243,.07),transparent 14rem),#fff}
.preview-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:18px}
.preview-heading small{color:var(--muted);font-weight:700}.preview-heading h2{margin:2px 0 0;color:var(--navy);font-size:1.25rem;letter-spacing:-.04em}
.preview-avatar{width:36px;height:36px;display:grid;place-items:center;color:#fff;background:var(--navy);border-radius:11px;font-size:.67rem;font-weight:850}
.preview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:12px}
.preview-stats article{padding:12px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 7px 18px rgba(7,27,52,.05)}
.preview-stats strong,.preview-stats span{display:block}.preview-stats strong{color:var(--navy);font-size:1.15rem}.preview-stats span{color:var(--muted);font-size:.61rem}
.preview-panels{display:grid;grid-template-columns:1.2fr .8fr;gap:10px}
.preview-panel{padding:14px;background:#fff;border:1px solid var(--line);border-radius:16px}
.preview-panel h3{margin-bottom:11px;color:var(--navy);font-size:.82rem}
.preview-row{display:grid;grid-template-columns:42px 1fr;gap:10px;padding:9px 0;border-top:1px solid #edf2f7;font-size:.63rem}.preview-row:first-of-type{border-top:0}.preview-row strong{color:var(--navy)}.preview-row span{color:var(--muted)}
.task-pill{display:inline-flex;margin:4px 4px 0 0;padding:5px 7px;color:#4c6178;background:#f0f5fa;border-radius:8px;font-size:.57rem;font-weight:700}
.compact-section{padding:86px 0}
.section-heading{max-width:760px;margin-bottom:34px}.section-heading h2{margin-bottom:14px;color:var(--navy);font-size:clamp(2.1rem,3.7vw,3.55rem);line-height:1.05;letter-spacing:-.06em}.section-heading p{max-width:690px;margin-bottom:0;font-size:1.05rem}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.feature-card{padding:27px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-card)}
.feature-card .number{display:inline-flex;width:39px;height:39px;align-items:center;justify-content:center;margin-bottom:24px;color:var(--blue);background:#eaf3ff;border-radius:12px;font-size:.74rem;font-weight:900}
.feature-card h3{margin-bottom:9px;color:var(--navy);font-size:1.18rem;letter-spacing:-.03em}.feature-card p{margin-bottom:0;font-size:.94rem}
.split-band{padding:0 0 86px}
.split-card{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;padding:24px;background:linear-gradient(135deg,#f7faff,#eef7ff);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow-card)}
.about-panel,.security-teaser{padding:36px;border-radius:21px}.about-panel{background:#fff}.about-panel h2,.security-teaser h2{margin-bottom:13px;color:var(--navy);font-size:clamp(1.75rem,3vw,2.55rem);line-height:1.08;letter-spacing:-.05em}.about-panel p{margin-bottom:20px}.about-tags{display:flex;flex-wrap:wrap;gap:8px}.about-tags span{padding:8px 11px;color:#476078;background:#f3f7fb;border:1px solid var(--line);border-radius:999px;font-size:.76rem;font-weight:760}
.security-teaser{color:#fff;background:radial-gradient(circle at 90% 10%,rgba(25,168,117,.22),transparent 18rem),linear-gradient(145deg,var(--navy),var(--navy-2));display:flex;flex-direction:column;justify-content:space-between}.security-teaser h2{color:#fff}.security-teaser p{color:rgba(255,255,255,.72)}.security-teaser a{align-self:flex-start;color:#fff;font-weight:850}.security-teaser a:hover{text-decoration:underline}
.final-cta{padding:0 0 90px}.cta-card{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:46px;background:radial-gradient(circle at 90% 0,rgba(25,168,117,.14),transparent 20rem),#f7faff;border:1px solid var(--line);border-radius:28px}.cta-card h2{max-width:720px;margin-bottom:11px;color:var(--navy);font-size:clamp(1.9rem,3.2vw,3rem);line-height:1.08;letter-spacing:-.05em}.cta-card p{margin-bottom:0}
/* Security page */
.page-hero{padding:82px 0 66px;background:radial-gradient(circle at 18% 10%,rgba(18,104,243,.12),transparent 28rem),radial-gradient(circle at 85% 30%,rgba(25,168,117,.12),transparent 25rem),linear-gradient(180deg,#fff,#f7fbff)}
.page-hero-inner{max-width:850px}.page-hero h1{margin-bottom:20px;color:var(--navy);font-size:clamp(3rem,5vw,5rem);line-height:.97;letter-spacing:-.07em}.page-hero p{max-width:750px;margin-bottom:0;font-size:1.15rem}
.security-overview{padding:78px 0}.security-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.security-card{padding:26px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 12px 30px rgba(7,27,52,.055)}.security-card span{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;margin-bottom:21px;color:#fff;background:linear-gradient(145deg,var(--blue),var(--blue-dark));border-radius:12px;font-size:.71rem;font-weight:900}.security-card h2{margin-bottom:8px;color:var(--navy);font-size:1.08rem}.security-card p{margin-bottom:0;font-size:.9rem}
.iso-section{padding:82px 0;color:#fff;background:radial-gradient(circle at 82% 15%,rgba(25,168,117,.18),transparent 25rem),linear-gradient(135deg,#06172c,#0a2d55 62%,#0d3d6d)}
.iso-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.iso-copy h2{margin-bottom:18px;color:#fff;font-size:clamp(2rem,3.5vw,3.25rem);line-height:1.05;letter-spacing:-.055em}.iso-copy p{color:rgba(255,255,255,.72)}.hosting-pill{display:inline-flex;align-items:center;gap:9px;margin-top:10px;padding:10px 13px;color:#dff7ed;background:rgba(25,168,117,.13);border:1px solid rgba(25,168,117,.3);border-radius:999px;font-size:.78rem;font-weight:820}
.iso-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.iso-card{padding:23px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.13);border-radius:19px}.iso-card strong{display:block;margin-bottom:6px;color:#fff;font-size:1.1rem}.iso-card span{color:rgba(255,255,255,.65);font-size:.86rem}
.disclaimer{grid-column:1/-1;margin-top:6px;padding:18px 20px;color:#dce9f7;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:17px;font-size:.88rem}.disclaimer strong{color:#fff}.source-link{color:#acd0ff;text-decoration:underline;text-underline-offset:3px}
.security-cta{padding:78px 0}
/* Contact page */
.contact-page{min-height:calc(100vh - 76px);background:radial-gradient(circle at 14% 10%,rgba(18,104,243,.11),transparent 28rem),radial-gradient(circle at 88% 28%,rgba(25,168,117,.11),transparent 26rem),linear-gradient(180deg,#fff,#f7fbff)}
.contact-wrap{display:grid;grid-template-columns:1fr 480px;gap:70px;align-items:center;padding:90px 0}
.contact-copy h1{margin-bottom:22px;color:var(--navy);font-size:clamp(3rem,5.4vw,5.2rem);line-height:.96;letter-spacing:-.07em}.contact-copy .hero-lead{margin-bottom:30px}
.email-card{display:flex;align-items:center;justify-content:space-between;gap:18px;max-width:640px;padding:21px;background:#fff;border:1px solid var(--line);border-radius:19px;box-shadow:var(--shadow-card)}.email-card small,.email-card strong{display:block}.email-card small{margin-bottom:3px;color:var(--muted);font-size:.7rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.email-card strong{color:var(--navy);font-size:clamp(1rem,2vw,1.42rem)}.email-card b{color:var(--blue);font-size:1.3rem}.contact-note{max-width:640px;margin:14px 0 0;font-size:.83rem}
.contact-panel{padding:30px;background:#fff;border:1px solid var(--line);border-radius:25px;box-shadow:var(--shadow)}.contact-panel h2{margin-bottom:10px;color:var(--navy);font-size:1.65rem;line-height:1.12;letter-spacing:-.04em}.contact-panel>p{margin-bottom:22px}.contact-step{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:15px 0;border-top:1px solid #edf2f7}.contact-step:first-of-type{border-top:0}.contact-step>span{width:40px;height:40px;display:grid;place-items:center;color:var(--blue);background:#eaf3ff;border-radius:12px;font-size:.71rem;font-weight:900}.contact-step strong{display:block;margin-bottom:3px;color:var(--navy)}.contact-step p{margin-bottom:0;font-size:.86rem}
/* Footer */
.site-footer{padding:28px 0;background:#fff;border-top:1px solid var(--line)}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.footer-brand img{width:220px}.footer-brand p{margin:8px 0 0;font-size:.78rem}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px 18px;color:#506176;font-size:.82rem;font-weight:700}.footer-links a:hover{color:var(--blue)}
@media(max-width:980px){.hero-grid,.split-card,.iso-grid,.contact-wrap{grid-template-columns:1fr}.hero-grid,.iso-grid,.contact-wrap{gap:42px}.feature-grid,.security-cards{grid-template-columns:repeat(2,1fr)}.app-preview{max-width:760px}.contact-panel{max-width:720px}.cta-card{align-items:flex-start;flex-direction:column}}
@media(max-width:780px){.header-inner{min-height:auto;padding:16px 0;flex-wrap:wrap}.brand img{width:180px}.main-nav{order:3;width:100%;gap:22px;overflow-x:auto}.main-nav a{padding:4px 0 9px;white-space:nowrap}.main-nav a::after{bottom:3px}.hero{padding:62px 0 70px}.preview-shell{grid-template-columns:1fr}.preview-side{display:none}.feature-grid,.security-cards,.iso-cards{grid-template-columns:1fr}.compact-section{padding:68px 0}.about-panel,.security-teaser{padding:28px}.footer-inner{align-items:flex-start;flex-direction:column}.footer-links{justify-content:flex-start}.contact-wrap{padding:65px 0}}
@media(max-width:560px){.container{width:min(calc(100% - 28px),var(--container))}.header-inner>.button{display:none}.hero h1,.page-hero h1,.contact-copy h1{font-size:clamp(2.7rem,14vw,4rem)}.hero-actions{flex-direction:column}.button{width:100%}.preview-main{padding:16px}.preview-stats{grid-template-columns:1fr 1fr}.preview-stats article:last-child{grid-column:1/-1}.preview-panels{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr}.cta-card{padding:30px}.email-card{align-items:flex-start}.email-card b{display:none}.footer-brand img{width:195px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important}}

/* Styles propres à la page Sécurité */
:root{--navy:#071b34;
      --navy-2:#0b315c;
      --navy-3:#124877;
      --blue:#1268f3;
      --blue-dark:#0750c9;
      --blue-soft:#eaf3ff;
      --green:#19a875;
      --green-soft:#eaf8f2;
      --text:#172235;
      --muted:#617187;
      --line:#dce7f2;
      --soft:#f5f9fd;
      --white:#fff;
      --container:1160px;
      --shadow:0 28px 70px rgba(7,27,52,.13);
      --shadow-card:0 16px 38px rgba(7,27,52,.08);}
body.security-page *,
body.security-page *::before,
body.security-page *::after{box-sizing:border-box}
body.security-page{margin:0;color:var(--text);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
body.security-page a{color:inherit;text-decoration:none}
body.security-page a:focus-visible{outline:3px solid rgba(18,104,243,.3);outline-offset:4px;border-radius:8px}
body.security-page img{display:block;max-width:100%}
body.security-page h1,
body.security-page h2,
body.security-page h3,
body.security-page p{margin-top:0}
body.security-page p{color:var(--muted)}
body.security-page .container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
body.security-page .skip-link{position:fixed;top:10px;left:10px;z-index:300;transform:translateY(-160%);padding:10px 14px;color:#fff;background:var(--navy);border-radius:10px}
body.security-page .skip-link:focus{transform:translateY(0)}
body.security-page .site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.93);border-bottom:1px solid rgba(220,231,242,.92);backdrop-filter:blur(16px)}
body.security-page .header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
body.security-page .brand{display:inline-flex;align-items:center;line-height:0;flex:0 0 auto}
body.security-page .brand img{width:205px;height:auto}
body.security-page .main-nav{display:flex;align-items:center;gap:28px;color:#43566d;font-size:.92rem;font-weight:760}
body.security-page .main-nav a{position:relative;padding:27px 0 23px}
body.security-page .main-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:17px;height:2px;background:var(--blue);transition:right .18s ease}
body.security-page .main-nav a:hover,
body.security-page .main-nav a[aria-current="page"]{color:var(--blue)}
body.security-page .main-nav a:hover::after,
body.security-page .main-nav a[aria-current="page"]::after{right:0}
body.security-page .button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 22px;border:1px solid transparent;border-radius:13px;font-size:.94rem;font-weight:830;line-height:1;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
body.security-page .button:hover{transform:translateY(-2px)}
body.security-page .button-primary{color:#fff;background:linear-gradient(135deg,var(--blue),var(--blue-dark));box-shadow:0 15px 32px rgba(18,104,243,.25)}
body.security-page .button-secondary{color:var(--navy);background:#fff;border-color:var(--line);box-shadow:0 10px 24px rgba(7,27,52,.06)}
body.security-page .button-small{min-height:42px;padding-inline:16px;font-size:.87rem}
body.security-page .section-label{display:inline-flex;align-items:center;gap:9px;margin-bottom:16px;color:var(--blue);font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
body.security-page .section-label::before{content:"";width:8px;height:8px;background:var(--green);border-radius:50%;box-shadow:0 0 0 6px rgba(25,168,117,.11)}
body.security-page .security-hero{position:relative;overflow:hidden;padding:86px 0 92px;color:#fff;background:radial-gradient(circle at 80% 18%,rgba(25,168,117,.22),transparent 24rem),radial-gradient(circle at 15% 20%,rgba(18,104,243,.24),transparent 28rem),linear-gradient(135deg,#06162b 0%,#092b51 56%,#0c406d 100%)}
body.security-page .security-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:62px 62px;opacity:.48;mask-image:linear-gradient(to bottom,#000,transparent 94%)}
body.security-page .hero-grid{position:relative;display:grid;grid-template-columns:1.03fr .97fr;gap:62px;align-items:center}
body.security-page .security-hero .section-label{color:#9fc7ff}
body.security-page .security-hero h1{max-width:720px;margin-bottom:22px;color:#fff;font-size:clamp(3.05rem,5.3vw,5.25rem);line-height:.96;letter-spacing:-.073em}
body.security-page .security-hero .lead{max-width:690px;margin-bottom:28px;color:rgba(255,255,255,.78);font-size:clamp(1.08rem,1.5vw,1.26rem);line-height:1.72}
body.security-page .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:25px}
body.security-page .security-hero .button-secondary{color:#fff;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);box-shadow:none}
body.security-page .trust-pills{display:flex;flex-wrap:wrap;gap:9px}
body.security-page .trust-pills span{display:inline-flex;align-items:center;gap:8px;min-height:35px;padding:0 12px;color:#e8f2ff;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.14);border-radius:999px;font-size:.78rem;font-weight:760}
body.security-page .trust-pills span::before{content:"✓";color:#7ee0b9;font-weight:900}
body.security-page .assurance-panel{padding:27px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);border-radius:28px;box-shadow:0 28px 70px rgba(0,0,0,.18);backdrop-filter:blur(12px)}
body.security-page .assurance-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:19px;border-bottom:1px solid rgba(255,255,255,.13)}
body.security-page .assurance-head small{display:block;margin-bottom:3px;color:#a9c7e8;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
body.security-page .assurance-head strong{color:#fff;font-size:1.18rem}
body.security-page .status-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;color:#dff8ed;background:rgba(25,168,117,.14);border:1px solid rgba(126,224,185,.25);border-radius:999px;font-size:.72rem;font-weight:850;white-space:nowrap}
body.security-page .status-badge::before{content:"";width:8px;height:8px;background:#56d59f;border-radius:50%;box-shadow:0 0 0 5px rgba(86,213,159,.13)}
body.security-page .assurance-list{display:grid;gap:4px;margin-top:10px}
body.security-page .assurance-row{display:grid;grid-template-columns:44px 1fr auto;gap:13px;align-items:center;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.1)}
body.security-page .assurance-row:last-child{border-bottom:0}
body.security-page .assurance-icon{width:42px;height:42px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,rgba(18,104,243,.85),rgba(25,168,117,.7));border-radius:13px;font-size:.85rem;font-weight:900}
body.security-page .assurance-row strong{display:block;color:#fff;font-size:.93rem}
body.security-page .assurance-row span{display:block;color:#a9bed5;font-size:.76rem}
body.security-page .assurance-row b{color:#87e4bd;font-size:.72rem;white-space:nowrap}
body.security-page .section{padding:86px 0}
body.security-page .section-heading{max-width:780px;margin-bottom:38px}
body.security-page .section-heading h2{margin-bottom:14px;color:var(--navy);font-size:clamp(2.1rem,3.7vw,3.55rem);line-height:1.05;letter-spacing:-.06em}
body.security-page .section-heading p{max-width:720px;margin-bottom:0;font-size:1.05rem}
body.security-page .pillars{background:#fff}
body.security-page .pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
body.security-page .pillar-card{padding:30px;background:linear-gradient(180deg,#fff,#f9fbfe);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-card)}
body.security-page .pillar-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:23px;color:var(--blue);background:var(--blue-soft);border-radius:15px;font-size:1rem;font-weight:900}
body.security-page .pillar-card:nth-child(2) .pillar-icon{color:#137551;background:var(--green-soft)}
body.security-page .pillar-card:nth-child(3) .pillar-icon{color:#7047b8;background:#f0eafe}
body.security-page .pillar-card h3{margin-bottom:10px;color:var(--navy);font-size:1.28rem;letter-spacing:-.035em}
body.security-page .pillar-card p{margin-bottom:0;font-size:.95rem}
body.security-page .layers{background:linear-gradient(180deg,#f5f9fd,#fff)}
body.security-page .layer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
body.security-page .layer-card{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:26px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 12px 30px rgba(7,27,52,.055)}
body.security-page .layer-number{width:52px;height:52px;display:grid;place-items:center;color:var(--blue);background:#eef5ff;border-radius:16px;font-size:.78rem;font-weight:900}
body.security-page .layer-card h3{margin-bottom:7px;color:var(--navy);font-size:1.12rem;letter-spacing:-.025em}
body.security-page .layer-card p{margin-bottom:10px;font-size:.91rem}
body.security-page .layer-proof{display:inline-flex;align-items:center;gap:7px;color:#137551;font-size:.76rem;font-weight:820}
body.security-page .layer-proof::before{content:"✓";width:20px;height:20px;display:grid;place-items:center;color:#137551;background:var(--green-soft);border-radius:50%;font-size:.68rem}
body.security-page .continuity{padding:0 0 86px}
body.security-page .continuity-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center;padding:46px;background:radial-gradient(circle at 92% 10%,rgba(25,168,117,.13),transparent 22rem),linear-gradient(135deg,#f8fbff,#edf6ff);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow-card)}
body.security-page .continuity-card h2{margin-bottom:15px;color:var(--navy);font-size:clamp(2rem,3.4vw,3.2rem);line-height:1.06;letter-spacing:-.055em}
body.security-page .continuity-card p{margin-bottom:0}
body.security-page .continuity-list{display:grid;gap:12px}
body.security-page .continuity-item{display:grid;grid-template-columns:38px 1fr;gap:13px;align-items:start;padding:15px 17px;background:#fff;border:1px solid var(--line);border-radius:17px}
body.security-page .continuity-item span{width:36px;height:36px;display:grid;place-items:center;color:#137551;background:var(--green-soft);border-radius:11px;font-weight:900}
body.security-page .continuity-item strong{display:block;margin-bottom:2px;color:var(--navy);font-size:.92rem}
body.security-page .continuity-item p{font-size:.82rem}
body.security-page .hosting{padding:86px 0;color:#fff;background:radial-gradient(circle at 78% 20%,rgba(25,168,117,.2),transparent 25rem),linear-gradient(135deg,#06172c,#0a2d55 62%,#0d3d6d)}
body.security-page .hosting-grid{display:grid;grid-template-columns:.84fr 1.16fr;gap:66px;align-items:start}
body.security-page .hosting h2{margin-bottom:18px;color:#fff;font-size:clamp(2rem,3.5vw,3.25rem);line-height:1.05;letter-spacing:-.055em}
body.security-page .hosting p{color:rgba(255,255,255,.72)}
body.security-page .hosting-pill{display:inline-flex;align-items:center;gap:9px;margin-top:10px;padding:10px 13px;color:#dff7ed;background:rgba(25,168,117,.13);border:1px solid rgba(25,168,117,.3);border-radius:999px;font-size:.78rem;font-weight:820}
body.security-page .iso-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}
body.security-page .iso-card{padding:22px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.13);border-radius:19px}
body.security-page .iso-card strong{display:block;margin-bottom:6px;color:#fff;font-size:1.08rem}
body.security-page .iso-card span{color:rgba(255,255,255,.66);font-size:.84rem}
body.security-page .transparency-note{grid-column:1/-1;margin-top:3px;padding:19px 20px;color:#dce9f7;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:17px;font-size:.88rem}
body.security-page .transparency-note strong{color:#fff}
body.security-page .source-link{color:#acd0ff;text-decoration:underline;text-underline-offset:3px}
body.security-page .shared-security{padding:76px 0}
body.security-page .shared-card{display:grid;grid-template-columns:1.05fr .95fr;gap:38px;padding:42px;background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow-card)}
body.security-page .shared-card h2{margin-bottom:14px;color:var(--navy);font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.08;letter-spacing:-.05em}
body.security-page .shared-card p{margin-bottom:0}
body.security-page .shared-checks{display:grid;gap:10px}
body.security-page .shared-check{display:flex;align-items:flex-start;gap:11px;padding:11px 0;border-bottom:1px solid #edf2f7}
body.security-page .shared-check:last-child{border-bottom:0}
body.security-page .shared-check span{width:24px;height:24px;display:grid;place-items:center;flex:0 0 auto;color:#137551;background:var(--green-soft);border-radius:50%;font-size:.7rem;font-weight:900}
body.security-page .shared-check strong{display:block;color:var(--navy);font-size:.9rem}
body.security-page .shared-check p{font-size:.8rem}
body.security-page .final-cta{padding:0 0 90px}
body.security-page .cta-card{display:flex;align-items:center;justify-content:space-between;gap:38px;padding:46px;background:radial-gradient(circle at 92% 0,rgba(25,168,117,.15),transparent 20rem),#f7faff;border:1px solid var(--line);border-radius:28px}
body.security-page .cta-card h2{max-width:720px;margin-bottom:11px;color:var(--navy);font-size:clamp(1.9rem,3.2vw,3rem);line-height:1.08;letter-spacing:-.05em}
body.security-page .cta-card p{margin-bottom:0}
body.security-page .site-footer{padding:28px 0;background:#fff;border-top:1px solid var(--line)}
body.security-page .footer-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}
body.security-page .footer-brand img{width:220px}
body.security-page .footer-brand p{margin:8px 0 0;font-size:.78rem}
body.security-page .footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px 18px;color:#506176;font-size:.82rem;font-weight:700}
body.security-page .footer-links a:hover{color:var(--blue)}
@media (max-width:980px){
body.security-page .hero-grid,
body.security-page .continuity-card,
body.security-page .hosting-grid,
body.security-page .shared-card{grid-template-columns:1fr}
body.security-page .hero-grid,
body.security-page .hosting-grid{gap:44px}
body.security-page .assurance-panel{max-width:760px}
body.security-page .pillar-grid{grid-template-columns:1fr 1fr}
body.security-page .pillar-card:last-child{grid-column:1/-1}
body.security-page .cta-card{align-items:flex-start;flex-direction:column}
}
@media (max-width:780px){
body.security-page .header-inner{min-height:auto;padding:16px 0;flex-wrap:wrap}
body.security-page .brand img{width:180px}
body.security-page .main-nav{order:3;width:100%;gap:22px;overflow-x:auto}
body.security-page .main-nav a{padding:4px 0 9px;white-space:nowrap}
body.security-page .main-nav a::after{bottom:3px}
body.security-page .security-hero{padding:64px 0 72px}
body.security-page .section{padding:68px 0}
body.security-page .pillar-grid,
body.security-page .layer-grid,
body.security-page .iso-grid{grid-template-columns:1fr}
body.security-page .pillar-card:last-child{grid-column:auto}
body.security-page .continuity{padding-bottom:68px}
body.security-page .continuity-card{padding:30px}
body.security-page .hosting{padding:68px 0}
body.security-page .footer-inner{align-items:flex-start;flex-direction:column}
body.security-page .footer-links{justify-content:flex-start}
}
@media (max-width:560px){
body.security-page .container{width:min(calc(100% - 28px),var(--container))}
body.security-page .header-inner>.button{display:none}
body.security-page .security-hero h1{font-size:clamp(2.65rem,14vw,4rem)}
body.security-page .hero-actions{flex-direction:column}
body.security-page .button{width:100%}
body.security-page .assurance-panel{padding:20px}
body.security-page .assurance-head{align-items:flex-start;flex-direction:column}
body.security-page .assurance-row{grid-template-columns:42px 1fr}
body.security-page .assurance-row b{grid-column:2}
body.security-page .layer-card{grid-template-columns:1fr}
body.security-page .continuity-card,
body.security-page .shared-card,
body.security-page .cta-card{padding:28px}
body.security-page .footer-brand img{width:195px}
}
@media (prefers-reduced-motion:reduce){
body.security-page *,
body.security-page *::before,
body.security-page *::after{transition-duration:.01ms!important}
}
