.site-footer{max-width:none;margin:0;padding:72px max(24px,calc((100vw - var(--max))/2)) 24px;background:#03060d;border-top:1px solid #15213a;color:#7586a3;font-size:14px;display:block}.footer-grid{display:grid;grid-template-columns:1.45fr .75fr 1fr .9fr;gap:70px;padding-bottom:55px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:13px}.footer-grid h3{margin:2px 0 14px;color:#e7effd;font:600 14px Space Grotesk;text-transform:uppercase;letter-spacing:.12em}.footer-grid a:not(.brand){color:#8495b1;transition:.2s}.footer-grid a:not(.brand):hover{color:#e9f8ff}.footer-about p{max-width:370px;margin:12px 0 5px;color:#7485a0}.footer-contact{font-size:13px}.footer-button{margin-top:8px;padding:11px 14px;border:1px solid #294a76;border-radius:7px;background:#081528}.footer-bottom{padding-top:22px;border-top:1px solid #121e33;display:flex;justify-content:space-between;font-size:12px}.whatsapp-float{position:fixed;z-index:40;right:24px;bottom:24px;width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:#07130e;border:1px solid #1d633f;color:#28e478;font-size:27px;box-shadow:0 12px 40px #0009}.nav-wrap nav .active{color:white;border-bottom:1px solid var(--cyan)}
.contact-page{background:#050914}.contact-main{position:relative;padding:150px max(24px,calc((100vw - var(--max))/2)) 100px;min-height:900px;background:linear-gradient(90deg,#050914eb,#050914dc),url('assets/security-22.jpg') center/cover fixed}.contact-glow{position:absolute;inset:0;background:radial-gradient(circle at 75% 30%,#1351a638,transparent 35%);pointer-events:none}.contact-layout{position:relative;display:grid;grid-template-columns:.82fr 1.28fr;gap:46px;align-items:start}.contact-intro{padding:34px 8px}.contact-intro h1{font:700 clamp(44px,5.3vw,70px)/1.03 Space Grotesk;letter-spacing:-.045em;margin:0 0 26px}.contact-intro h1 span{color:#5c8eff}.contact-intro>p:not(.eyebrow){color:#bac6db;font-size:18px;max-width:590px}.contact-cards{display:grid;gap:12px;margin-top:42px}.contact-cards a{display:flex;align-items:center;gap:17px;padding:17px 18px;border:1px solid #243654;background:#0b1426dd;border-radius:10px}.contact-cards i{width:42px;height:42px;border:1px solid #2d60a7;border-radius:9px;display:grid;place-items:center;color:#58a1ff;font-style:normal}.contact-cards small{display:block;color:#71809a;font-size:10px;letter-spacing:.12em}.contact-cards b{display:block;color:#f0f5ff;font-size:14px;margin-top:2px}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:42px;background:#091224ef;border:1px solid #20375f;border-radius:24px;box-shadow:0 25px 80px #0007}.field{display:flex;flex-direction:column;gap:8px}.field.full,.full{grid-column:1/-1}.field label{font-size:13px;color:#9eacc3;font-weight:600}.field input,.field select,.field textarea{width:100%;border:1px solid #263754;border-radius:11px;background:#111b2d;color:#edf4ff;font:500 15px Manrope;padding:15px 17px;outline:none;transition:.2s}.field input,.field select{height:58px}.field textarea{resize:vertical;min-height:145px}.field input:focus,.field select:focus,.field textarea:focus{border-color:#388cff;box-shadow:0 0 0 3px #2674ff1f}.field input::placeholder,.field textarea::placeholder{color:#58657b}.form-submit{border:0;border-radius:10px;padding:17px;background:linear-gradient(100deg,#4d8cff,#2d63f5);color:white;font:700 15px Manrope;cursor:pointer}.form-submit:hover{filter:brightness(1.08)}.form-note{text-align:center;color:#6f7f99;font-size:12px;margin:0}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.contact-layout{grid-template-columns:1fr}.contact-main{padding-top:120px}.site-footer{margin:0}}
@media(max-width:600px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.contact-form{grid-template-columns:1fr;padding:24px 18px}.field.full,.full{grid-column:auto}.contact-intro h1{font-size:43px}.whatsapp-float{right:16px;bottom:16px}.site-footer{text-align:left}}
.brand{min-width:225px;gap:0}.brand .brand-mark{display:block;width:225px;height:58px;border:0;border-radius:0;background:url('assets/semda-corp-logo.jpeg') center 47%/100% auto no-repeat;box-shadow:none;color:transparent;font-size:0}.brand>span:not(.brand-mark){display:none}.nav-wrap .brand .brand-mark{height:54px}.site-footer .brand .brand-mark{width:250px;height:70px}
.projects-showcase{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.project-feature{overflow:hidden;border:1px solid #1a3153;background:linear-gradient(145deg,#0b1425,#070d18);border-radius:14px;transition:transform .3s,border-color .3s,box-shadow .3s}.project-feature:first-child{grid-column:1/-1}.project-feature:hover{transform:translateY(-5px);border-color:#237ea7;box-shadow:0 22px 55px #0008}.project-image{position:relative;aspect-ratio:16/9;background:#07101f;border-bottom:1px solid #172c4c;overflow:hidden}.project-image img{display:block;width:100%;height:100%;object-fit:contain}.project-caption{padding:24px 26px 28px}.project-caption p{margin:0 0 8px;color:var(--cyan);font-size:11px;font-weight:800;letter-spacing:.15em}.project-caption h3{margin:0 0 9px;font:600 24px/1.2 Space Grotesk}.project-caption span{display:block;color:#9caeca;font-size:14px;line-height:1.65}.project-feature:first-child .project-caption{display:grid;grid-template-columns:1fr 1.25fr;column-gap:40px}.project-feature:first-child .project-caption p,.project-feature:first-child .project-caption h3{grid-column:1}.project-feature:first-child .project-caption span{grid-column:2;grid-row:1/3;align-self:center}
@media(max-width:900px){.projects-showcase{grid-template-columns:1fr}.project-feature:first-child{grid-column:auto}.project-feature:first-child .project-caption{display:block}.project-feature:first-child .project-caption span{margin-top:9px}}
@media(max-width:600px){.brand{min-width:175px}.brand .brand-mark{min-width:175px;width:175px;height:44px}.nav-wrap .brand .brand-mark{height:42px}.site-footer .brand .brand-mark{width:215px;height:60px}.project-caption{padding:20px}.project-caption h3{font-size:21px}}
.cinematic-hero{min-height:920px;display:block;padding-top:170px;overflow:hidden;background:#06100f}.hero-backdrop{position:absolute;inset:76px 0 0;overflow:hidden}.hero-backdrop img{width:100%;height:100%;object-fit:cover;object-position:center 42%;filter:saturate(.82) contrast(1.1) brightness(.7);opacity:.86}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#04100dfc 3%,#06110ff2 30%,#06110f8a 53%,#04100f3d 75%,#04100fa8),linear-gradient(0deg,#050908 0%,transparent 45%),linear-gradient(180deg,#06100f94 0%,transparent 30%)}.hero-year{position:absolute;left:15%;top:15%;font:800 clamp(220px,31vw,530px)/1 Space Grotesk;color:#90b9aa12;letter-spacing:-.1em}.cinematic-hero .hero-copy{max-width:710px}.cinematic-hero .hero-copy h1{font-size:clamp(58px,6.4vw,92px);text-shadow:0 3px 28px #000b}.hero-rail{position:absolute;z-index:3;left:24px;top:170px;bottom:240px;width:28px;display:flex;flex-direction:column;align-items:center;gap:30px;color:#91a99f;font-size:9px;letter-spacing:.14em;writing-mode:vertical-rl}.hero-rail b{width:1px;flex:1;background:linear-gradient(var(--cyan),transparent)}.hero-product{position:absolute;z-index:3;right:max(24px,calc((100vw - var(--max))/2));bottom:220px;width:320px;padding:20px 22px;border-left:2px solid var(--cyan);background:#05100fd4;backdrop-filter:blur(10px)}.hero-product span,.hero-product small{display:block;color:#85a29b;font-size:10px;letter-spacing:.13em}.hero-product strong{display:block;margin:5px 0;color:white;font:600 22px Space Grotesk}.cinematic-hero .metrics{position:absolute;left:max(70px,calc((100vw - var(--max))/2));right:max(24px,calc((100vw - var(--max))/2));bottom:55px}.work{background:radial-gradient(circle at 50% 10%,#133f3930,transparent 38%),#050a0d}.solution-stage{position:relative;padding:0 56px 92px;outline:none}.solution-slides{position:relative;min-height:660px}.solution-slide{position:absolute;inset:0;display:grid;grid-template-columns:1.45fr .72fr;gap:0;opacity:0;visibility:hidden;transform:translateX(24px);transition:opacity .5s,transform .5s,visibility .5s;background:linear-gradient(135deg,#0b1718,#071012);border:1px solid #203d3a;box-shadow:0 35px 100px #0008}.solution-slide.active{opacity:1;visibility:visible;transform:none}.slide-media{min-width:0;display:grid;place-items:center;padding:22px;background:#050b11;overflow:hidden}.slide-media img{display:block;width:100%;height:100%;max-height:615px;object-fit:contain}.slide-copy{display:flex;flex-direction:column;justify-content:center;padding:50px 38px;background:linear-gradient(145deg,#102523,#07110f)}.slide-copy p{color:#77bda8;font-size:11px;letter-spacing:.16em;font-weight:800}.slide-copy h3{margin:8px 0 22px;font:700 clamp(32px,4vw,50px)/1.06 Space Grotesk;letter-spacing:-.035em}.slide-copy span{color:#a3b9b3;font-size:16px;line-height:1.75}.slide-copy a{align-self:flex-start;margin-top:34px;padding:12px 0;border-bottom:1px solid #8dc8b7;color:#d8ece6;font-size:13px;font-weight:700}.slide-arrow{position:absolute;z-index:4;top:300px;width:44px;height:70px;border:0;background:transparent;color:#a7c2b9;font-size:55px;cursor:pointer}.slide-arrow.prev{left:0}.slide-arrow.next{right:0}.solution-tabs{position:absolute;left:56px;right:56px;bottom:45px;display:flex;justify-content:center;gap:12px}.solution-tabs button{width:34px;height:4px;padding:0;border:0;background:#486059;cursor:pointer;transition:.3s}.solution-tabs button.active{width:64px;background:#dbe7df}.solution-progress{position:absolute;left:56px;right:56px;bottom:0;display:flex;align-items:center;gap:14px;color:#718b83;font-size:10px}.solution-progress>div{height:1px;flex:1;background:#243833}.solution-progress i{display:block;width:14%;height:1px;background:#a6c6bc;transition:width .4s}
@media(max-width:900px){.cinematic-hero{min-height:880px}.hero-backdrop{left:5%;opacity:.55}.hero-product{right:24px}.solution-slides{min-height:1120px}.solution-slide{grid-template-columns:1fr;grid-template-rows:430px 1fr}.slide-copy{padding:28px}.slide-media{padding:12px}.slide-arrow{top:195px}.hero-rail{display:none}}
@media(max-width:600px){.cinematic-hero{min-height:850px;padding-top:130px}.cinematic-hero .hero-copy h1{font-size:51px}.hero-backdrop{left:0;top:76px}.hero-product{left:24px;right:24px;bottom:205px;width:auto}.cinematic-hero .metrics{left:24px;bottom:38px}.solution-stage{padding:0 0 75px}.solution-slides{min-height:1190px}.solution-slide{grid-template-rows:260px 1fr}.slide-copy h3{font-size:29px}.slide-arrow{top:100px;width:38px;height:60px;background:#06110fbb}.slide-arrow.prev{left:-8px}.slide-arrow.next{right:-8px}.solution-tabs,.solution-progress{left:0;right:0}}
