/* Local Cairo */
@font-face{font-family:'Cairo';src:url('assets/fonts/Cairo-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Cairo';src:url('assets/fonts/Cairo-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Cairo';src:url('assets/fonts/Cairo-SemiBold.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Cairo';src:url('assets/fonts/Cairo-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}

:root{color-scheme:light;}

/* Fast, lightweight page preloader */
.site-preloader{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  opacity:1;
  visibility:visible;
  transition:opacity .38s ease,visibility .38s ease;
}
.site-preloader.is-hidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.preloader-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:20px;
}
.preloader-logo{
  width:min(190px,42vw);
  height:auto;
  display:block;
  object-fit:contain;
  animation:preloaderPulse 1.45s ease-in-out infinite;
}
.preloader-line{
  position:relative;
  width:72px;
  height:3px;
  overflow:hidden;
  border-radius:99px;
  background:#eee;
}
.preloader-line:after{
  content:"";
  position:absolute;
  inset:0;
  width:42%;
  background:var(--red,#ed1c24);
  border-radius:99px;
  transform:translateX(-130%);
  animation:preloaderLine 1s ease-in-out infinite;
}
@keyframes preloaderPulse{
  0%,100%{opacity:.78;transform:scale(.985)}
  50%{opacity:1;transform:scale(1)}
}
@keyframes preloaderLine{
  0%{transform:translateX(-130%)}
  55%{transform:translateX(155%)}
  100%{transform:translateX(260%)}
}
@media(prefers-reduced-motion:reduce){
  .site-preloader,.preloader-logo{animation:none;transition:none}
  .preloader-line:after{animation:none;transform:translateX(0)}
}
:root{
  --red:#ed1c24;
  --ink:#111216;
  --muted:#777b84;
  --line:#e8e8e8;
  --cream:#f7f5ef;
  --gold:#b98a35;
  --navy:#101b32;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;width:100%;max-width:100%;overflow-x:hidden;color:var(--ink);background:#fff;font-family:'Cairo',sans-serif;line-height:1.7}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

.site-header{
  width:100%;
  height:82px;
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  padding:0 clamp(20px,5vw,72px);
}
.brand{display:flex;align-items:center}
.brand img{width:185px;height:auto;max-height:62px;object-fit:contain}
.header-actions{margin-inline-start:auto;display:flex;align-items:center;gap:10px}
.lang,.menu{
  border:1px solid #ddd;
  background:#fff;
  border-radius:999px;
  height:40px;
  min-width:52px;
  padding:0 15px;
  font-weight:800;
  cursor:pointer;
}
.menu{font-size:18px;line-height:1}

.dropdown{
  position:absolute;
  top:70px;
  inset-inline-end:clamp(20px,5vw,72px);
  width:min(320px,calc(100vw - 40px));
  padding:10px;
  background:#fff;
  border:1px solid #ddd;
  border-radius:12px;
  box-shadow:0 18px 50px rgba(0,0,0,.14);
  display:none;
}
.dropdown.open{display:block}
.dropdown a{
  display:block;
  padding:13px 15px;
  border-radius:8px;
  font-weight:700;
}
.dropdown a:hover{background:#f5f5f5;color:var(--red)}

.hero{
  width:100%;
  min-height:calc(100vh - 82px);
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  align-items:center;
  gap:5vw;
  padding:clamp(45px,7vw,100px) clamp(20px,7vw,110px);
  background:linear-gradient(135deg,#fff 0%,#fafafa 62%,#f2f0ea 100%);
}
.hero-copy{max-width:720px}
.eyebrow{color:var(--red);font:700 12px Inter,Cairo;letter-spacing:.12em;text-transform:uppercase;margin:0 0 18px}
.hero h1{font-size:clamp(48px,6.4vw,94px);line-height:1.05;margin:0 0 25px;font-weight:800;letter-spacing:-.04em}
.hero h1 span,.section h2 em,.contact h2 span{color:var(--red)}
.lead{font-size:clamp(17px,1.5vw,21px);color:#555;max-width:650px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:5px;font-weight:800;font-size:14px}
.primary{background:var(--red);color:#fff}.ghost{border:1px solid #bbb;background:#fff}
.placeholder{
  background:repeating-linear-gradient(135deg,#eceae5 0,#eceae5 2px,#f7f6f2 2px,#f7f6f2 12px);
  border:1px dashed #bcb8ae;
  display:flex;align-items:center;justify-content:center;flex-direction:column;
  color:#777;text-align:center;
}
.placeholder span{font:800 14px Inter;letter-spacing:.12em}
.placeholder small{font:500 11px Inter;margin-top:6px}
.hero-visual{aspect-ratio:4/3;border-radius:14px;overflow:hidden;box-shadow:0 25px 70px rgba(0,0,0,.12)}

.section{width:100%;padding:clamp(70px,9vw,125px) clamp(20px,7vw,110px)}
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:9vw;align-items:start}
.section h2{font-size:clamp(38px,5vw,68px);line-height:1.15;margin:0;font-weight:800;letter-spacing:-.035em}
.copy{font-size:18px;color:#50535a;max-width:650px}

.dark{background:var(--ink);color:#fff}
.section-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:50px}
.section-head>p{max-width:430px;color:#999;margin:0}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #38393d;border-inline-start:1px solid #38393d}
.service-grid article{min-height:260px;padding:30px;border-inline-end:1px solid #38393d;border-bottom:1px solid #38393d}
.service-grid b{font:600 12px Inter;color:#777}
.service-grid h3{font-size:25px;margin:45px 0 10px}
.service-grid p{color:#aaa;margin:0}

.work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px}
.work-img{aspect-ratio:4/3;border-radius:8px;margin-bottom:18px;overflow:hidden;background:#111;position:relative}
.work-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.work:hover .work-img img{transform:scale(1.025)}
.work small{font:700 10px Inter;color:var(--red);letter-spacing:.15em}
.work h3{font-size:23px;margin:5px 0}

.clients-section{background:#f7f6f3}
.clients-head{margin-bottom:42px}
.client-logos{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;align-items:stretch}
.client-logo{height:190px;background:#fff;border:1px solid #e5e2dc;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:18px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.client-logo:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(0,0,0,.07);border-color:#d5d0c7}
.client-logo img{width:100%;height:100%;object-fit:contain;display:block}

.contact{
  width:100%;
  background:#eeeae2;
  padding:clamp(70px,8vw,120px) clamp(20px,7vw,110px);
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8vw;
}
.contact h2{font-size:clamp(48px,6vw,88px);line-height:1.05;margin:0}
.contact-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}
.contact-info a:first-child{font:800 clamp(28px,3vw,46px) Inter;direction:ltr;unicode-bidi:plaintext}
.contact-info a{font-size:18px;direction:ltr;unicode-bidi:plaintext}
.contact-info p{color:#666}

footer{width:100%;padding:24px clamp(20px,7vw,110px);display:flex;justify-content:space-between;font:600 10px Inter;color:#777;border-top:1px solid #ddd}

html[dir=ltr] body{font-family:'Cairo',sans-serif}
html[dir=ltr] .hero h1,html[dir=ltr] .section h2,html[dir=ltr] .contact h2{letter-spacing:-.045em}

.event-page{background:#fff}
.event-hero{
  width:100%;
  min-height:620px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  background:var(--navy);
  color:#fff;
}
.event-hero .placeholder{min-height:620px;background:#172642;border:0}
.event-copy{padding:clamp(50px,7vw,105px);display:flex;flex-direction:column;justify-content:center}
.event-copy h1{font-size:clamp(54px,7vw,100px);line-height:.98;margin:0 0 25px;font-weight:800}
.event-copy h1 span{color:var(--red)}
.event-sub{font-size:20px;color:#c8ccd6;max-width:680px}
.event-meta{display:flex;gap:55px;margin:32px 0 38px;border-top:1px solid #34415c;border-bottom:1px solid #34415c;padding:20px 0}
.event-meta div{display:flex;flex-direction:column}
.event-meta b{font:800 22px Inter}
.event-meta span{font:600 10px Inter;letter-spacing:.12em;color:#9fa8b8}
.btn.light{background:#fff;color:var(--ink)}

.event-content{width:100%;background:var(--cream)}
.event-intro{max-width:950px}
.event-intro h2,.schedule h2,.why h2{font-size:clamp(38px,5vw,64px);line-height:1.12;margin:0 0 25px}
.event-intro p{font-size:19px;color:#555}
.schedule-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:45px}
.day-card{background:#fff;padding:35px;border-top:4px solid var(--gold);min-height:300px}
.day-card .num{font:800 12px Inter;color:var(--gold)}
.day-card h3{font-size:25px;margin:30px 0 8px}
.day-card .speaker{font-weight:800;color:var(--red)}
.day-card p{color:#666;margin:10px 0 0}
.why{background:#fff}
.why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
.why-card{padding:28px;border:1px solid var(--line);min-height:180px}
.why-card b{font:800 12px Inter;color:var(--red)}
.why-card h3{font-size:20px;margin:30px 0 8px}
.why-card p{color:#666;margin:0}
.speaker-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:30px}
.speaker-card{background:#fff;border:1px solid var(--line);padding:28px}
.speaker-card h3{font-size:25px;margin:8px 0}
.speaker-card p{color:#666;margin:0}
.fee{background:var(--navy);color:#fff}
.fee-box{display:flex;justify-content:space-between;align-items:center;gap:40px}
.fee-box h2{font-size:clamp(38px,5vw,64px);margin:0}
.fee-price{font:800 clamp(35px,5vw,62px) Inter;color:#fff;direction:ltr}
.fee-note{color:#aeb5c3;max-width:550px}

@media(max-width:900px){
  .hero,.split,.event-hero,.contact{grid-template-columns:1fr}
  .hero{min-height:auto}
  .hero-visual{margin-top:20px}
  .service-grid,.days{grid-template-columns:1fr 1fr}
  .section-head{align-items:start;flex-direction:column}
  .work-grid{grid-template-columns:1fr}
  .client-logos{grid-template-columns:repeat(3,minmax(0,1fr))}
  .event-hero .placeholder{min-height:400px}
  .schedule-grid,.why-grid{grid-template-columns:1fr 1fr}
  .speaker-strip{grid-template-columns:1fr}
  .fee-box{align-items:flex-start;flex-direction:column}
}
@media(max-width:600px){
  .site-header{height:72px;padding:0 18px}
  .brand img{width:150px;max-height:54px}
  .dropdown{top:64px;inset-inline-end:18px}
  .service-grid,.days,.schedule-grid,.why-grid{grid-template-columns:1fr}
  .hero h1{font-size:48px}
  .event-copy h1{font-size:55px}
  .event-meta{gap:25px;flex-wrap:wrap}
  footer{flex-direction:column;gap:8px}
}

/* Legend v3 additions */
.header-event{font:800 12px Inter,Cairo;letter-spacing:.04em;border:1px solid #ddd;border-radius:999px;padding:8px 14px;background:#fff}
.header-event:hover{border-color:var(--red);color:var(--red)}
.legend-hero{background:radial-gradient(circle at 75% 25%,rgba(237,28,36,.06),transparent 32%),linear-gradient(135deg,#fff 0%,#fafafa 60%,#f2f0ea 100%)}
.hero h1 span,.section h2 span,.event-teaser h2 span{color:var(--red)}
.hero-stats{display:flex;gap:34px;margin-top:38px;flex-wrap:wrap}
.hero-stats div{display:flex;flex-direction:column;gap:2px}
.hero-stats strong{font:800 27px Inter;color:var(--red)}
.hero-stats span{font-size:11px;color:#777}
.hero-photo{position:relative;aspect-ratio:4/3;border-radius:16px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.16);background:#111}
.hero-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.02)}
.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.7))}
.hero-photo-label{position:absolute;z-index:2;bottom:22px;inset-inline-start:24px;color:#fff;font:700 11px Inter,Cairo;letter-spacing:.08em}
.about-section{background:#fff}
.services-section .section-head h2 span{color:#fff}
.event-teaser{background:var(--navy);color:#fff;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.55fr);gap:5vw;align-items:center;padding:clamp(60px,8vw,110px) clamp(20px,7vw,110px)}
.event-teaser h2{font-size:clamp(44px,6vw,80px);line-height:1.05;margin:0 0 18px}
.event-teaser p:not(.eyebrow){color:#c8ccd6;max-width:700px;font-size:18px}
.event-teaser img{width:min(100%,360px);max-height:240px;object-fit:contain;justify-self:center}
.social-link{color:var(--red)!important;font-weight:800}
.event-hero-new{grid-template-columns:minmax(0,1.22fr) minmax(0,.78fr);background:var(--navy)}
.event-logo{width:min(280px,65%);height:auto;object-fit:contain;object-position:right;margin:0 0 22px;align-self:flex-start}
.event-visual{min-height:760px;overflow:hidden;background:#18243c}
.event-visual img{width:100%;height:100%;object-fit:cover;object-position:left center;display:block}
.event-brand-stack{max-width:1000px;margin:auto;text-align:center}
.event-main-logo{width:min(330px,70%);margin:0 auto 34px;object-fit:contain}
.core-partners{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;justify-items:center;gap:38px;max-width:760px;margin:0 auto}
.core-partners img{width:165px;height:auto;max-width:165px;max-height:110px;object-fit:contain}
.core-partners img+img{width:165px;max-width:165px;max-height:110px}
.sponsors{background:#fff}
.sponsor-group{margin-top:28px}
.sponsor-group-title{text-align:center;font:800 14px Inter,Cairo;color:var(--navy);margin-bottom:18px;letter-spacing:.06em}
.partner-group{margin-top:44px}
.sponsor-feature{border:1px solid var(--line);background:#faf9f6;padding:38px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:22px;min-height:210px}
.sponsor-feature img{max-width:min(620px,90%);max-height:130px;object-fit:contain}
.sponsor-label{font:800 11px Inter,Cairo;letter-spacing:.08em;color:var(--red);text-transform:uppercase}
.sponsor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px}
.sponsor-card{border:1px solid var(--line);padding:34px;min-height:190px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:18px}
.sponsor-card img{max-width:85%;max-height:115px;object-fit:contain}
.official-sponsor-grid .sponsor-card img{max-height:125px;max-width:90%;object-fit:contain}
.official-sponsor-grid .sponsor-card:nth-child(2) img{max-width:180px;max-height:80px}
.registration{background:#f2f0ea;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:7vw;align-items:start}
.registration h2{font-size:clamp(46px,6vw,78px);line-height:1;margin:0 0 18px}
.registration h2 em{color:var(--red);font-style:normal}
.registration-price{font:800 clamp(40px,5vw,64px) Inter;color:var(--red);direction:ltr;margin:12px 0}
.registration-price span{font:700 18px Cairo;color:var(--ink)}
.registration-copy>p:not(.eyebrow){color:#666;font-size:17px;max-width:540px}
.whatsapp{background:#1f9d58;color:#fff;margin-top:18px}
.whatsapp:hover{background:#168348}
.registration-form{display:grid;grid-template-columns:1fr 1fr;gap:18px;background:#fff;padding:30px;border:1px solid #ddd;box-shadow:0 20px 60px rgba(0,0,0,.06)}
.registration-form label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:13px}
.registration-form input{width:100%;height:50px;border:1px solid #d8d8d8;border-radius:5px;padding:0 14px;font:500 15px Cairo,Inter;background:#fff;outline:none}
.registration-form input:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(237,28,36,.08)}
.registration-form .full{grid-column:1/-1}
.registration-form .btn{border:0;cursor:pointer;width:100%;height:52px}
.event-contact{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#fff}
.event-contact h2{font-size:clamp(32px,4vw,54px)}
.event-contact p{color:#666}

@media(max-width:900px){
  .header-event{display:none}
  .event-hero-new{grid-template-columns:1fr}
  .event-visual{min-height:480px;order:-1}
  .event-logo{margin-inline:auto}
  .event-teaser{grid-template-columns:1fr}
  .event-teaser img{justify-self:start}
  .registration{grid-template-columns:1fr}
  .sponsor-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .hero-stats{gap:20px}
  .hero-stats strong{font-size:24px}
  .registration-form{grid-template-columns:1fr;padding:20px}
  .client-logos{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .client-logo{height:160px;padding:12px}
  .registration-form .full{grid-column:auto}
  .event-contact{align-items:flex-start;flex-direction:column}
  .core-partners{grid-template-columns:1fr;gap:24px}
  .core-partners img{width:145px;max-width:145px;max-height:100px}
  .core-partners img+img{width:145px;max-width:145px;max-height:100px}
}
.brand-hero-card{position:relative;aspect-ratio:4/3;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.14);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px 50px 58px}
.official-hero-logo{display:block;width:min(92%,430px);height:auto;max-height:78%;object-fit:contain}
.brand-hero-mark{text-align:center;line-height:.9}
.brand-hero-mark span{display:block;color:var(--red);font:800 18px Inter;letter-spacing:.16em;margin-bottom:5px}
.brand-hero-mark strong{display:block;font:900 clamp(70px,9vw,128px) Inter;letter-spacing:-.08em;color:#202023}
.brand-hero-mark strong:after{content:"";display:block;height:13px;width:68%;margin:4px auto 16px;background:var(--red);border-radius:999px}
.brand-hero-mark small{font:700 16px Cairo;color:#222}
.brand-hero-line{position:absolute;bottom:30px;left:12%;right:12%;height:1px;background:#eee}
.brand-hero-card>p{position:absolute;bottom:5px;margin:0;font:700 10px Inter,Cairo;color:#777;letter-spacing:.08em}
.event-brand-visual{display:block;padding:0;background:#18243c;overflow:hidden}
.event-brand-visual img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;filter:none}

/* Contact section refresh */
.contact{
  background:#eeeae2;
  padding:clamp(70px,8vw,120px) clamp(20px,7vw,110px);
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:clamp(45px,7vw,100px);
  align-items:center;
  direction:ltr;
  position:relative;
  overflow:hidden;
}
.contact:after{
  content:"";
  position:absolute;
  width:360px;height:260px;
  left:5%;bottom:-110px;
  background-image:radial-gradient(#d8d3ca 1.3px,transparent 1.3px);
  background-size:12px 12px;
  opacity:.42;
  pointer-events:none;
}
.contact-copy,.contact-info{direction:rtl;position:relative;z-index:1}
.contact-copy{padding:10px 0 20px}
.contact-copy .eyebrow{margin-bottom:12px}
.contact h2{font-size:clamp(50px,6vw,86px);line-height:1.02;margin:0;font-weight:800;letter-spacing:-.045em}
.contact h2 span{color:var(--red)}
.contact-lead{font-size:clamp(17px,1.55vw,21px);line-height:1.9;color:#555;max-width:650px;margin:30px 0 24px}
.contact-rule{width:90px;height:4px;background:var(--red);border-radius:99px;margin:0 0 28px}
.contact-motto{font:italic 500 clamp(31px,3.2vw,52px)/.95 Georgia,serif;color:#b5b1aa;direction:ltr;text-align:left;transform:rotate(-3deg);width:max-content;max-width:100%}
.contact-info{display:flex;flex-direction:column;gap:14px;width:100%;max-width:720px;justify-self:end}
.contact-card{
  min-height:96px;
  width:100%;
  display:grid;
  grid-template-columns:76px minmax(0,1fr) 42px;
  align-items:center;
  gap:18px;
  padding:13px 14px 13px 22px;
  background:rgba(255,255,255,.62);
  border:1px solid rgba(210,205,196,.72);
  border-radius:20px;
  box-shadow:0 8px 26px rgba(40,35,30,.035);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
  text-align:right;
}
.contact-card:hover{transform:translateX(-5px);box-shadow:0 16px 36px rgba(40,35,30,.09);border-color:#d3cdc4}
.contact-icon{
  width:64px;height:64px;border-radius:17px;
  display:flex;align-items:center;justify-content:center;
  background:#ef1c24;color:#fff;flex:none;
}
.contact-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.phone-card .contact-icon svg{fill:currentColor;stroke:none}
.email-icon{background:#17191c}.facebook-icon{background:#2f5fbf}.location-icon{background:#ef1c24}.whatsapp-icon{background:#18bf62}
.whatsapp-icon svg,.facebook-icon svg{fill:currentColor;stroke:none}
.contact-card-copy{display:flex;flex-direction:column;gap:2px;min-width:0}
.contact-card-copy small{font-size:14px;color:#555;line-height:1.35}
.contact-card-copy strong{font:800 clamp(18px,1.7vw,26px) Inter,Cairo,sans-serif;color:#10151b;line-height:1.3;white-space:normal;overflow-wrap:anywhere}
.contact-arrow{width:40px;height:40px;border-radius:50%;background:#f8dfe0;color:var(--red);display:flex;align-items:center;justify-content:center;font-size:31px;line-height:1;transform:rotate(180deg)}
html[dir=ltr] .contact-card{text-align:left;direction:ltr}
html[dir=ltr] .contact-card-copy{direction:ltr}
html[dir=ltr] .contact-motto{text-align:left}
@media(max-width:900px){
  .contact{grid-template-columns:1fr;gap:42px}
  .contact-copy{padding-bottom:0}
  .contact-info{max-width:none}
}
@media(max-width:600px){
  .contact{padding-top:65px;padding-bottom:65px}
  .contact-card{grid-template-columns:58px minmax(0,1fr) 34px;gap:12px;padding:10px 10px 10px 14px;min-height:84px;border-radius:16px}
  .contact-icon{width:54px;height:54px;border-radius:14px}
  .contact-icon svg{width:27px;height:27px}
  .contact-arrow{width:32px;height:32px;font-size:25px}
  .contact-card-copy small{font-size:12px}
  .contact-card-copy strong{font-size:16px}
  .contact-motto{font-size:34px}
}


/* International phone selector */



/* Mobile background fix */
html,
body {
  background-color: #ffffff !important;
}

@media (max-width: 768px) {
  html,
  body {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color-scheme: light !important;
  }
}

/* Registration feedback */
.registration-message{
  grid-column:1 / -1;
  width:100%;
  padding:16px 20px;
  border-radius:10px;
  margin-bottom:18px;
  font-weight:700;
  line-height:1.7;
}
.registration-message.success{
  display:block;
  background:#eaf7ee;
  border:1px solid #b9dfc4;
  color:#176b2c;
}
.registration-message.error{
  display:block;
  background:#fff1f1;
  border:1px solid #efc1c1;
  color:#a51d1d;
}

/* Cloudflare Turnstile */
.cf-turnstile{
  grid-column:1 / -1;
  margin:4px 0 8px;
}
