:root{--navy:#082844;--navy-2:#0d3757;--blue:#0b8ed8;--blue-soft:#e9f6fc;--gold:#efb42f;--cream:#f6f7f4;--ink:#102d47;--muted:#607386;--line:#dce5eb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:var(--font-geist-sans),Arial,sans-serif}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.site-header{height:92px;padding:0 clamp(24px,6vw,96px);display:flex;align-items:center;gap:44px;background:rgba(255,255,255,.96);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(8,40,68,.08);backdrop-filter:blur(16px)}.logo-link{margin-right:auto}.brand{display:inline-flex;align-items:center;gap:13px}.brand-mark{position:relative;width:58px;height:58px;border-radius:50%;display:grid;place-items:center}.brand-mark:after{content:"";position:absolute;inset:11px;border:1px solid rgba(11,142,216,.22);border-radius:50%}.brand-arrow{position:absolute;width:43px;height:43px;border-radius:50%;border:5px solid transparent}.brand-arrow:after{content:"";position:absolute;width:0;height:0;border-style:solid}.brand-arrow--blue{border-top-color:var(--blue);border-left-color:var(--blue);transform:rotate(19deg)}.brand-arrow--blue:after{right:-5px;top:-7px;border-width:6px 0 6px 10px;border-color:transparent transparent transparent var(--blue);transform:rotate(32deg)}.brand-arrow--gold{border-right-color:var(--gold);border-bottom-color:var(--gold);transform:rotate(18deg)}.brand-arrow--gold:after{left:-5px;bottom:-7px;border-width:6px 10px 6px 0;border-color:transparent var(--gold) transparent transparent;transform:rotate(32deg)}.brand-core{position:relative;z-index:2;font-weight:900;color:var(--navy);font-size:17px}.brand-type{display:flex;flex-direction:column;line-height:1}.brand-type strong{font-size:25px;letter-spacing:.15em;color:var(--navy)}.brand-type small{font-size:9px;letter-spacing:.5em;margin-top:7px;color:#4c6275}.brand--light .brand-type strong,.brand--light .brand-core{color:#fff}.brand--light .brand-type small{color:#9fb5c5}.nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:650}.nav a{padding:36px 0;position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:24px;height:2px;background:var(--blue);transition:.25s}.nav a:hover:after{right:0}.header-call{border:1px solid var(--blue);color:var(--blue);border-radius:10px;padding:13px 18px;font-weight:750;white-space:nowrap}.menu-button{display:none;border:0;background:none;font-size:24px}.hero{height:650px;position:relative;overflow:hidden;background:var(--navy)}.slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s}.slide--active{opacity:1;visibility:visible}.slide img{width:100%;height:100%;object-fit:cover}.slide-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,249,249,.99) 0%,rgba(247,249,249,.91) 31%,rgba(247,249,249,.18) 61%,rgba(8,40,68,.05) 100%)}.hero-content{position:absolute;z-index:2;left:clamp(24px,7vw,110px);top:50%;transform:translateY(-50%);max-width:620px}.eyebrow{display:inline-flex;align-items:center;gap:11px;font-size:12px;font-weight:850;letter-spacing:.14em;color:var(--blue)}.eyebrow:before{content:"";width:3px;height:22px;background:var(--gold)}.hero h1{font-size:clamp(46px,5vw,76px);letter-spacing:-.055em;line-height:1.02;margin:20px 0;color:var(--navy);max-width:610px}.hero p{font-size:18px;line-height:1.7;max-width:575px;color:#4f6679}.hero-actions{display:flex;gap:12px;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;border-radius:8px;padding:16px 22px;font-size:14px;font-weight:780;border:0;cursor:pointer}.button--primary{background:var(--blue);color:#fff;box-shadow:0 10px 28px rgba(11,142,216,.24)}.button--ghost{border:1px solid var(--navy);background:rgba(255,255,255,.5)}.slider-controls{position:absolute;z-index:4;bottom:28px;right:clamp(24px,6vw,96px);display:flex;align-items:center;gap:16px}.slider-controls>button{width:43px;height:43px;border:1px solid rgba(255,255,255,.55);background:rgba(8,40,68,.62);color:#fff;border-radius:50%;cursor:pointer}.slider-dots{display:flex;gap:7px}.slider-dots button{width:24px;height:3px;padding:0;border:0;background:rgba(255,255,255,.55);cursor:pointer;transition:.3s}.slider-dots button.is-active{width:42px;background:var(--gold)}.trust-strip{min-height:106px;background:#fff;display:grid;grid-template-columns:repeat(4,1fr);padding:0 clamp(24px,6vw,96px);box-shadow:0 12px 40px rgba(8,40,68,.08);position:relative;z-index:5}.trust-strip div{display:flex;align-items:center;justify-content:center;gap:15px;border-right:1px solid var(--line)}.trust-strip div:last-child{border:0}.trust-strip strong{display:grid;place-items:center;color:var(--blue);font-size:22px;min-width:45px;height:45px;border-radius:50%;background:var(--blue-soft)}.trust-strip span{font-weight:700;font-size:14px}.section{padding:110px clamp(24px,7vw,110px)}.section-heading{text-align:center;max-width:720px;margin:0 auto 52px}.section-heading .eyebrow:before{display:none}.section-heading h2,.experience h2,.contact h2{font-size:clamp(36px,4vw,54px);line-height:1.08;letter-spacing:-.045em;margin:17px 0}.section-heading p,.experience-copy>p,.contact-copy>p{color:var(--muted);line-height:1.75;font-size:16px}.services{background:var(--cream)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1400px;margin:auto}.service-card{background:#fff;padding:31px 28px 28px;border:1px solid #e6ebee;position:relative;min-height:300px;transition:.3s}.service-card:hover{transform:translateY(-8px);box-shadow:0 18px 40px rgba(8,40,68,.09);border-color:transparent}.service-number{position:absolute;right:25px;top:24px;color:#c8d3db;font-weight:700}.service-icon{display:grid;place-items:center;width:58px;height:58px;background:var(--blue-soft);color:var(--blue);font-size:27px;border-radius:12px;margin-bottom:28px}.service-card h3{font-size:19px;margin:0 0 14px}.service-card p{font-size:14px;line-height:1.7;color:var(--muted)}.service-card a{position:absolute;bottom:27px;color:var(--blue);font-size:13px;font-weight:750}.experience{display:grid;grid-template-columns:1.05fr .95fr;min-height:650px}.experience-photo{position:relative;min-height:600px}.experience-photo img{width:100%;height:100%;object-fit:cover}.year-badge{position:absolute;right:-58px;bottom:58px;width:145px;height:145px;border-radius:50%;display:grid;place-content:center;text-align:center;background:var(--gold);color:var(--navy);box-shadow:0 14px 35px rgba(239,180,47,.3)}.year-badge strong{font-size:38px;line-height:1}.year-badge small{font-weight:700;margin-top:6px}.experience-copy{padding:80px clamp(50px,7vw,115px);display:flex;flex-direction:column;justify-content:center}.experience-copy ul{list-style:none;padding:0;margin:22px 0}.experience-copy li{padding:10px 0 10px 28px;position:relative;font-weight:650}.experience-copy li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:900}.text-link{color:var(--blue);font-weight:800;margin-top:8px}.corporate{margin:0 clamp(24px,7vw,110px) 110px;background:var(--navy);color:#fff;padding:66px 70px;display:grid;grid-template-columns:1.2fr 1fr auto;align-items:center;gap:52px;position:relative;overflow:hidden}.corporate:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(239,180,47,.2);border-radius:50%;right:-90px;top:-120px}.corporate .eyebrow{color:#65c5f1}.corporate h2{font-size:36px;line-height:1.15;margin:17px 0 0}.corporate p{color:#b8c9d5;line-height:1.7}.button--light{background:#fff;color:var(--navy);white-space:nowrap;position:relative;z-index:2}.contact{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;background:#f7fafb}.contact-copy{padding-top:25px}.contact-items{display:grid;gap:12px;margin-top:34px}.contact-items a{display:flex;align-items:center;gap:16px}.contact-items>a>span{display:grid;place-items:center;width:48px;height:48px;background:var(--blue);color:#fff;border-radius:50%;font-size:20px}.contact-items div{display:flex;flex-direction:column;gap:4px}.contact-items small{color:var(--muted)}.contact-form{background:#fff;padding:38px;box-shadow:0 18px 50px rgba(8,40,68,.08);display:grid;gap:18px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label{display:grid;gap:8px;font-size:13px;font-weight:750}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--line);padding:14px;background:#fbfcfc;outline:none;color:var(--ink)}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue)}.contact-form .button{justify-self:start}.footer{background:#061e32;color:#c3d0da}.footer-main{padding:75px clamp(24px,7vw,110px) 60px;display:grid;grid-template-columns:1.65fr repeat(3,1fr);gap:70px}.footer-brand p{max-width:340px;line-height:1.7;margin:24px 0}.footer h3{color:#fff;font-size:14px;margin:8px 0 24px}.footer-main>div:not(.footer-brand){display:flex;flex-direction:column;gap:13px;font-size:13px}.footer a:hover{color:#fff}.socials{display:flex;gap:8px}.socials a{width:34px;height:34px;border:1px solid #315066;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:12px}.hours{border-top:1px solid #214057;padding-top:15px}.footer-bottom{border-top:1px solid #17374e;display:flex;justify-content:space-between;padding:22px clamp(24px,7vw,110px);font-size:12px;color:#7f98aa}

@media(max-width:1050px){.nav{display:none}.nav--open{display:flex;position:absolute;left:0;right:0;top:92px;background:#fff;padding:20px 30px;flex-direction:column;align-items:flex-start;gap:0;box-shadow:0 15px 30px rgba(8,40,68,.1)}.nav--open a{padding:13px}.menu-button{display:block}.header-call span{display:none}.hero{height:610px}.hero-content{max-width:530px}.service-grid{grid-template-columns:1fr 1fr}.experience{grid-template-columns:1fr}.experience-photo{min-height:480px}.year-badge{right:30px}.corporate{grid-template-columns:1fr;gap:20px}.contact{grid-template-columns:1fr;gap:45px}.footer-main{grid-template-columns:1.4fr 1fr;gap:50px}}
@media(max-width:650px){.site-header{height:76px;padding:0 18px;gap:14px}.brand-mark{width:44px;height:44px}.brand-arrow{width:36px;height:36px}.brand-type strong{font-size:18px}.brand-type small{font-size:7px}.header-call{padding:10px}.nav--open{top:76px}.hero{height:660px}.slide-shade{background:linear-gradient(90deg,rgba(247,249,249,.98),rgba(247,249,249,.78))}.slide img{object-position:65% center}.hero-content{left:22px;right:22px;top:45%}.hero h1{font-size:44px}.hero p{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.slider-controls{bottom:20px;right:20px}.trust-strip{grid-template-columns:1fr 1fr;padding:12px}.trust-strip div{justify-content:flex-start;padding:12px;border-bottom:1px solid var(--line)}.trust-strip span{font-size:12px}.section{padding:80px 22px}.service-grid{grid-template-columns:1fr}.experience-photo{min-height:360px}.experience-copy{padding:65px 24px}.year-badge{width:110px;height:110px;right:18px;bottom:-35px}.year-badge strong{font-size:28px}.corporate{margin:0 20px 80px;padding:45px 28px}.corporate h2{font-size:30px}.field-row{grid-template-columns:1fr}.contact-form{padding:24px}.footer-main{grid-template-columns:1fr;padding-top:60px}.footer-bottom{flex-direction:column;gap:8px}.header-call{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.slide,.service-card{transition:none}}

/* Static HTML additions */
body{font-family:Inter,"Segoe UI",Arial,sans-serif}.references{background:#fff}.reference-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;max-width:1400px;margin:0 auto}.reference-card{min-height:155px;border:1px solid var(--line);padding:26px 22px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;background:linear-gradient(145deg,#fff,#f6f9fa);transition:.25s}.reference-card:hover{border-color:var(--blue);transform:translateY(-4px)}.reference-card>span{position:absolute;top:18px;right:20px;color:#c8d3db;font-size:12px;font-weight:800}.reference-card strong{font-size:17px;color:var(--navy)}.reference-card small{margin-top:8px;color:var(--muted)}.reference-note{text-align:center;color:#8193a1;font-size:12px;margin-top:26px}.form-note{color:var(--muted);line-height:1.5}.contact-items strong{line-height:1.45}.contact-form textarea{resize:vertical}
@media(max-width:1050px){.reference-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.reference-grid{grid-template-columns:1fr}.reference-card{min-height:125px}}

/* Cookie consent and analytics activation */
.cookie-banner[hidden],.cookie-preferences[hidden]{display:none}.cookie-banner{position:fixed;z-index:1000;left:0;right:0;bottom:0;padding:25px clamp(24px,6vw,90px);display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px 40px;background:#062c28;color:#fff;box-shadow:0 -12px 40px rgba(6,30,50,.18)}.cookie-banner__copy strong{display:block;margin-bottom:8px;font-size:19px;color:#fff}.cookie-banner__copy p{max-width:900px;margin:0;color:#d1e1dd;font-size:13px;line-height:1.65}.cookie-banner__actions{display:flex;align-items:center;gap:12px}.cookie-button{min-height:44px;padding:11px 20px;border-radius:2px;border:1px solid #1c6c51;font-size:13px;font-weight:800;cursor:pointer;white-space:nowrap}.cookie-button--primary{background:#1c6c51;color:#fff}.cookie-button--primary:hover{background:#15543f}.cookie-button--secondary{background:#fff;color:#174d3a;border-color:#b8c9c1}.cookie-button--secondary:hover{background:#f1f6f3}.cookie-button:focus-visible,.footer-legal button:focus-visible,.cookie-preferences button:focus-visible{outline:3px solid rgba(11,142,216,.4);outline-offset:3px}.cookie-button[disabled]{opacity:.6;cursor:wait}.cookie-banner__status{grid-column:1/-1;min-height:0;margin:0;color:#ffd4d4;font-size:12px}.cookie-banner__status:empty{display:none}.footer-legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 20px}.footer-legal button{border:0;padding:0;background:none;color:inherit;font:inherit;cursor:pointer}.footer-legal a,.footer-legal button{text-decoration:underline;text-underline-offset:3px}
@media(max-width:760px){.cookie-banner{padding:22px 18px;grid-template-columns:1fr;gap:16px}.cookie-banner__actions{display:grid;grid-template-columns:1fr 1fr}.cookie-button{width:100%;padding-left:10px;padding-right:10px}.cookie-banner__status{grid-column:1}.cookie-preferences__content{padding:22px 18px}.cookie-preferences__actions{padding:16px 18px}.footer-legal{justify-content:flex-start}.footer-bottom{align-items:flex-start}}
.cookie-preferences{position:fixed;inset:0;z-index:1100;display:flex;justify-content:flex-end}.cookie-preferences__backdrop{position:absolute;inset:0;border:0;background:rgba(2,19,31,.62);cursor:default}.cookie-preferences__panel{position:relative;width:min(560px,100%);height:100%;display:flex;flex-direction:column;background:#fff;color:#183f32;box-shadow:-20px 0 60px rgba(0,0,0,.2);animation:cookie-panel-in .28s ease-out}.cookie-preferences__header{height:72px;padding:0 24px;border-bottom:1px solid #dfe7e2;display:flex;align-items:center;justify-content:space-between}.cookie-preferences__header strong{font-size:21px;letter-spacing:.16em;color:var(--navy)}.cookie-preferences__header button{width:42px;height:42px;border:0;background:none;color:#53655d;font-size:28px;cursor:pointer}.cookie-preferences__content{padding:24px 28px;overflow:auto}.cookie-preferences__content h2{margin:0 0 14px;font-size:21px}.cookie-preferences__content>p{color:#577266;font-size:14px;line-height:1.65}.cookie-preferences__links{display:flex;flex-wrap:wrap;gap:8px 18px;margin:14px 0 24px}.cookie-preferences__links a{color:#1c6c51;text-decoration:underline;font-size:13px;font-weight:700}.cookie-allow-all{margin-bottom:28px}.cookie-preferences__content h3{margin:8px 0 16px;font-size:17px}.cookie-category{min-height:76px;padding:15px 16px;border:1px solid #d9e1dc;display:flex;align-items:center;justify-content:space-between;gap:20px}.cookie-category+.cookie-category{border-top:0}.cookie-category>div{display:grid;gap:5px}.cookie-category strong{font-size:14px}.cookie-category small{color:#71857c;line-height:1.4}.cookie-always{color:#1c6c51;font-size:12px;font-weight:800;white-space:nowrap}.cookie-switch{position:relative;flex:0 0 46px;width:46px;height:26px}.cookie-switch input{position:absolute;opacity:0}.cookie-switch span{position:absolute;inset:0;border-radius:20px;background:#8b9490;transition:.2s;cursor:pointer}.cookie-switch span:before{content:"";position:absolute;left:3px;top:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:.2s;box-shadow:0 1px 4px rgba(0,0,0,.25)}.cookie-switch input:checked+span{background:#1c6c51}.cookie-switch input:checked+span:before{transform:translateX(20px)}.cookie-preferences__status{min-height:18px;color:#a12828;font-size:12px}.cookie-preferences__actions{margin-top:auto;padding:18px 28px;border-top:1px solid #dfe7e2;display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#f8faf9}@keyframes cookie-panel-in{from{transform:translateX(40px);opacity:.4}to{transform:none;opacity:1}}

/* KVKK and cookie legal documents */
.legal-page{background:#f4f7f8;color:var(--ink)}.legal-header{min-height:84px;padding:10px clamp(20px,6vw,90px);display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border-bottom:1px solid var(--line)}.legal-brand{display:flex;align-items:center;gap:12px}.legal-brand img{width:58px;height:58px}.legal-brand span{display:flex;flex-direction:column}.legal-brand strong{font-size:20px;letter-spacing:.2em;color:var(--navy)}.legal-brand small{margin-top:6px;font-size:7px;font-weight:800;letter-spacing:.24em;color:#e33f3f}.legal-back{font-size:13px;font-weight:800;color:var(--blue)}.legal-document{width:min(960px,calc(100% - 36px));margin:42px auto 70px;padding:55px clamp(24px,6vw,72px);background:#fff;border:1px solid var(--line);box-shadow:0 18px 50px rgba(8,40,68,.07)}.legal-document--short{max-width:850px}.legal-kicker{margin:0;color:var(--blue);font-size:12px;font-weight:850;letter-spacing:.16em}.legal-document h1{margin:14px 0;font-size:clamp(34px,5vw,54px);line-height:1.08;letter-spacing:-.045em;color:var(--navy)}.legal-meta{padding-bottom:26px;border-bottom:1px solid var(--line);color:var(--muted);font-size:13px}.legal-document section{margin-top:34px}.legal-document h2{font-size:22px;color:var(--navy);margin:0 0 13px}.legal-document p,.legal-document li{font-size:14px;line-height:1.8;color:#435e72}.legal-document ul{padding-left:21px}.legal-document a{color:#087db9;text-decoration:underline;font-weight:700}.legal-document code{padding:2px 5px;border-radius:4px;background:#edf4f7;color:#0b4668}.legal-table-wrap{overflow-x:auto;border:1px solid var(--line)}.legal-document table{width:100%;border-collapse:collapse;min-width:720px}.legal-document th,.legal-document td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;font-size:12px;line-height:1.55}.legal-document th{background:#edf5f8;color:var(--navy)}.legal-document tr:last-child td{border-bottom:0}.legal-callout{margin-top:36px;padding:22px;background:#edf7fb;border-left:4px solid var(--blue);display:flex;align-items:center;justify-content:space-between;gap:20px}.legal-callout .button{text-decoration:none;white-space:nowrap}
@media(max-width:650px){.legal-header{min-height:72px}.legal-brand strong{font-size:15px}.legal-brand small{font-size:6px}.legal-brand img{width:48px;height:48px}.legal-back{font-size:11px}.legal-document{width:calc(100% - 20px);margin:20px auto 55px;padding:34px 20px}.legal-document h1{font-size:34px}.legal-callout{align-items:flex-start;flex-direction:column}}

/* SEO-friendly slider heading hierarchy */
.hero-heading{font-size:clamp(46px,5vw,76px);font-weight:800;letter-spacing:-.055em;line-height:1.02;margin:20px 0;color:var(--navy);max-width:610px}
@media(max-width:650px){.hero-heading{font-size:44px}}

/* Reference-inspired Venüs logo */
.brand{gap:15px}.brand-mark{width:68px;height:68px;flex:0 0 68px;background:#fff;border:1px solid #dce8ef;box-shadow:0 5px 18px rgba(8,40,68,.08)}.brand-ring{position:absolute;inset:8px;border:1px solid rgba(8,40,68,.22);border-radius:50%}.brand-mark:after{inset:16px;border-color:rgba(8,40,68,.18)}.brand-arrow{width:51px;height:51px;border-width:6px}.brand-arrow--blue{border-top-color:#049cdc;border-left-color:#049cdc;transform:rotate(13deg)}.brand-arrow--blue:after{right:-6px;top:-8px;border-width:7px 0 7px 12px;border-color:transparent transparent transparent #049cdc}.brand-arrow--gold{border-right-color:#e6ad32;border-bottom-color:#e6ad32;transform:rotate(13deg)}.brand-arrow--gold:after{left:-6px;bottom:-8px;border-width:7px 12px 7px 0;border-color:transparent #e6ad32 transparent transparent}.brand-core{background:#fff;color:#163b55!important;border:1px solid #cfdae1;border-radius:2px;padding:2px 5px;font-size:8px;letter-spacing:.09em;font-weight:900;transform:rotate(-38deg);box-shadow:0 2px 4px rgba(8,40,68,.12)}.brand-type strong{font-size:23px;letter-spacing:.14em}.brand-type small{font-size:8px;letter-spacing:.23em;white-space:nowrap;color:#4c6275;margin-top:8px}.brand--light .brand-mark{background:#fff;border-color:rgba(255,255,255,.25)}.brand--light .brand-type strong{color:#fff}.brand--light .brand-type small{color:#a9bfce}.brand--light .brand-core{color:#163b55!important}
@media(max-width:650px){.brand{gap:9px}.brand-mark{width:50px;height:50px;flex-basis:50px}.brand-arrow{width:39px;height:39px;border-width:5px}.brand-ring{inset:6px}.brand-mark:after{inset:12px}.brand-core{font-size:6px;padding:1px 3px}.brand-type strong{font-size:16px}.brand-type small{font-size:6px;letter-spacing:.12em;margin-top:5px}}

/* Corrected original brand palette: blue + red */
:root{--blue:#078fd1;--gold:#e33f3f}.brand-arrow--blue{border-top-color:#078fd1;border-left-color:#078fd1}.brand-arrow--blue:after{border-color:transparent transparent transparent #078fd1}.brand-arrow--gold{border-right-color:#e33f3f;border-bottom-color:#e33f3f}.brand-arrow--gold:after{border-color:transparent #e33f3f transparent transparent}.year-badge{box-shadow:0 14px 35px rgba(227,63,63,.24)}

/* Production SVG logo lockup */
.site-logo{display:block;width:310px;height:auto;max-height:78px}.footer-logo-surface{display:inline-flex;background:#fff;border-radius:8px;padding:4px 10px 4px 4px}.site-logo--footer{width:300px}.footer-brand{align-self:start}
@media(max-width:1250px){.site-header{gap:24px}.nav{gap:18px}.site-logo{width:265px}}
@media(max-width:650px){.site-logo{width:228px;max-height:60px}.site-logo--footer{width:245px}.footer-logo-surface{max-width:100%;padding-right:5px}}

/* Emblem image + SEO-readable HTML wordmark */
.logo-link{display:inline-flex;align-items:center;gap:14px}.site-logo{width:74px;height:74px;max-height:none;flex:0 0 74px}.site-brand-text{display:flex;flex-direction:column;line-height:1;white-space:nowrap}.site-brand-text strong{font-size:27px;line-height:1;font-weight:900;letter-spacing:.24em;color:#082844}.site-brand-text small{font-size:9px;font-weight:800;letter-spacing:.29em;color:#e33f3f;margin-top:9px}.footer-logo-surface{align-items:center;gap:12px;padding:6px 16px 6px 6px}.site-logo--footer{width:70px;height:70px;flex-basis:70px}.site-brand-text--footer strong{font-size:23px}.site-brand-text--footer small{font-size:8px}
@media(max-width:1250px){.site-logo{width:64px;height:64px;flex-basis:64px}.site-brand-text strong{font-size:22px}.site-brand-text small{font-size:7px;letter-spacing:.22em}}
@media(max-width:650px){.logo-link{gap:8px}.site-logo{width:50px;height:50px;flex-basis:50px}.site-brand-text strong{font-size:17px;letter-spacing:.16em}.site-brand-text small{font-size:6px;letter-spacing:.12em;margin-top:5px}.site-logo--footer{width:58px;height:58px;flex-basis:58px}.site-brand-text--footer strong{font-size:18px}.site-brand-text--footer small{font-size:6px}.footer-logo-surface{padding:5px 9px 5px 5px}}

.cookie-dialog-open{overflow:hidden}
.cookie-session-reference{margin-top:18px;padding:14px 16px;background:#f2f7f4;border-left:3px solid #1c6c51;display:grid;gap:6px}.cookie-session-reference span{font-size:12px;font-weight:800;color:#355f4d}.cookie-session-reference code{overflow-wrap:anywhere;color:#173f31;font-size:12px}.cookie-session-reference small{color:#71857c;font-size:11px;line-height:1.45}
@media(max-width:760px){.cookie-preferences__content{padding:22px 18px}.cookie-preferences__actions{padding:16px 18px}.cookie-category{padding:13px 12px;gap:12px}.cookie-category small{font-size:11px}}

/* Venüs cookie UI: compact, brand-aligned overrides */
body[data-analytics-consent="unset"],.cookie-page-locked{overflow:hidden}body[data-analytics-consent="unset"]::before,.cookie-page-locked::before{content:"";position:fixed;inset:0;z-index:999;background:rgba(6,30,50,.46);backdrop-filter:blur(2px)}
.cookie-banner{left:24px;right:auto;bottom:24px;width:min(650px,calc(100% - 48px));padding:22px 24px;grid-template-columns:1fr;gap:17px;border:1px solid #d7e4ec;border-left:4px solid #e33f3f;border-radius:10px;background:#fff;color:var(--ink);box-shadow:0 18px 55px rgba(6,30,50,.2)}.cookie-banner__copy strong{margin-bottom:8px;color:var(--navy);font-size:18px}.cookie-banner__copy p{color:var(--muted);font-size:13px;line-height:1.6}.cookie-banner__actions{justify-content:flex-start}.cookie-banner .cookie-button{min-width:150px}.cookie-banner__status{color:#a12828}.cookie-button{border-radius:7px;border-color:#a9c7d9}.cookie-button--primary{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 8px 22px rgba(11,142,216,.2)}.cookie-button--primary:hover{background:#087fc2}.cookie-button--secondary{background:#fff;color:var(--navy);border-color:#9fb8c8}.cookie-button--secondary:hover{background:#eff7fb}.cookie-preferences{justify-content:flex-start}.cookie-preferences__panel{width:min(520px,100%);color:var(--ink);box-shadow:20px 0 60px rgba(6,30,50,.22);animation:cookie-panel-in-left .28s ease-out}.cookie-preferences__header{height:68px;border-bottom-color:#dce5eb;border-top:4px solid var(--blue)}.cookie-preferences__header strong{color:var(--navy)}.cookie-preferences__content{padding:23px 26px}.cookie-preferences__content h2,.cookie-preferences__content h3{color:var(--navy)}.cookie-preferences__content>p{color:var(--muted)}.cookie-preferences__links a{color:var(--blue)}.cookie-category{min-height:72px;border-color:#dce5eb;background:#fff}.cookie-category strong{color:var(--navy)}.cookie-category small{color:var(--muted)}.cookie-always{color:var(--blue)}.cookie-switch span{background:#8294a1}.cookie-switch input:checked+span{background:var(--blue)}.cookie-session-reference{background:var(--blue-soft);border-left-color:var(--blue)}.cookie-session-reference span,.cookie-session-reference code{color:var(--navy)}.cookie-preferences__actions{border-top-color:#dce5eb;background:#f7fafb}@keyframes cookie-panel-in-left{from{transform:translateX(-40px);opacity:.4}to{transform:none;opacity:1}}
@media(max-width:760px){.cookie-banner{left:12px;right:12px;bottom:12px;width:auto;padding:19px 18px}.cookie-banner__actions{grid-template-columns:1fr}.cookie-banner .cookie-button{min-width:0}.cookie-preferences__panel{width:100%}.cookie-preferences__content{padding:20px 18px}.cookie-preferences__actions{padding:15px 18px}}
.cookie-preferences__header code{max-width:calc(100% - 52px);overflow:hidden;text-overflow:ellipsis;color:var(--navy);font-size:11px;white-space:nowrap}.cookie-preferences__actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.cookie-preferences__actions .cookie-button{width:100%;min-width:0;padding:10px 8px;font-size:11px;white-space:normal;line-height:1.25}.cookie-session-reference{display:none}@media(max-width:520px){.cookie-preferences__actions{gap:6px;padding:13px 10px}.cookie-preferences__actions .cookie-button{padding:9px 5px;font-size:10px}}

/* Design concept alignment: typography, 1995 emphasis and cards */
body,button,input,select,textarea{font-family:"Manrope","Segoe UI",Arial,sans-serif}.nav{font-weight:700}.hero .eyebrow{font-size:13px;font-weight:800;letter-spacing:.04em;background:rgba(255,255,255,.78);padding:8px 13px 8px 0;border-radius:3px}.hero .eyebrow:before{width:3px;height:25px;background:#e33f3f;margin-right:1px}.hero h1{font-weight:800;letter-spacing:-.055em}.hero p{font-weight:500}.button{font-weight:800}
.trust-strip{width:calc(100% - clamp(40px,9vw,140px));max-width:1400px;min-height:108px;margin:-54px auto 0;padding:0 26px;grid-template-columns:repeat(3,1fr);border:1px solid #d8e5ed;border-radius:12px;box-shadow:0 18px 40px rgba(8,40,68,.1);background:rgba(250,253,255,.97);backdrop-filter:blur(14px)}.trust-item{display:flex;align-items:center;justify-content:center;gap:22px;padding:17px 34px;border-right:1px solid #d4e1e9}.trust-item:last-child{border-right:0}.trust-icon{display:grid;place-items:center;flex:0 0 58px;width:58px;height:58px;color:#fff;background:#078fd1;border-radius:50%}.trust-icon svg{width:33px;height:33px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.trust-copy{display:flex;flex-direction:column;gap:7px}.trust-copy strong{display:block;min-width:0;height:auto;background:none;border-radius:0;color:#082844;font-size:15px;white-space:nowrap}.trust-copy small{color:#607386;font-size:12px;line-height:1.5;font-weight:500}
.services{padding-top:105px}.section-heading h2{font-weight:800}.service-grid{gap:18px}.service-card{min-height:164px;padding:29px 22px;display:flex;align-items:center;gap:18px;border-radius:10px;box-shadow:0 8px 24px rgba(8,40,68,.045)}.service-card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(8,40,68,.09);border-color:#cfe2ee}.service-icon{flex:0 0 64px;width:64px;height:64px;margin:0;background:transparent;border-radius:0;color:#078fd1}.service-icon svg{width:58px;height:58px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.service-content{min-width:0}.service-card h3{font-size:14px;font-weight:800;margin:0 0 10px;white-space:nowrap}.service-card p{font-size:12px;line-height:1.55;margin:0}.service-card a{position:static;margin-left:auto;flex:0 0 auto;color:#078fd1;font-size:23px;line-height:1}.service-number{display:none}
@media(max-width:1180px){.trust-item{padding:16px 20px}.trust-copy strong{font-size:13px}.service-grid{grid-template-columns:1fr 1fr}.service-card h3{font-size:15px}}
@media(max-width:760px){.trust-strip{width:calc(100% - 28px);margin:-32px auto 0;padding:10px;grid-template-columns:1fr;min-height:0}.trust-item{justify-content:flex-start;border-right:0;border-bottom:1px solid #d4e1e9;padding:14px}.trust-item:last-child{border-bottom:0}.trust-icon{width:48px;height:48px;flex-basis:48px}.trust-icon svg{width:28px;height:28px}.trust-copy strong{font-size:13px}.trust-copy small{font-size:11px}.service-grid{grid-template-columns:1fr}.service-card{min-height:145px}.services{padding-top:75px}}

/* Trust cards stay fully below the banner */
.trust-strip{margin:28px auto 0}.services{padding-top:82px}
@media(max-width:760px){.trust-strip{margin:18px auto 0}.services{padding-top:64px}}

/* One continuous background from the banner to the service cards */
.support-zone{background:linear-gradient(180deg,#f7fafc 0%,#f5f8fa 46%,#f7f9f8 100%);padding-top:28px}.support-zone .trust-strip{margin:0 auto;background:#fff}.support-zone .services{background:transparent;padding-top:82px}
@media(max-width:760px){.support-zone{padding-top:18px}.support-zone .services{padding-top:64px}}

/* Six service areas: balanced desktop grid */
.service-grid{grid-template-columns:repeat(3,1fr)}
@media(max-width:1050px){.service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.service-grid{grid-template-columns:1fr}}

/* Authentic storefront / location story */
.storefront{position:relative;min-height:520px;margin:0;overflow:hidden;background:#082844}.storefront>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%;filter:saturate(.9) contrast(1.04)}.storefront-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,30,50,.94) 0%,rgba(6,30,50,.8) 28%,rgba(6,30,50,.25) 57%,rgba(6,30,50,.05) 100%)}.storefront-panel{position:relative;z-index:2;min-height:520px;width:min(560px,90%);margin-left:clamp(24px,7vw,110px);display:flex;flex-direction:column;justify-content:center;color:#fff}.storefront-panel .eyebrow{color:#69c5ee}.storefront-panel h2{font-size:clamp(36px,4vw,56px);line-height:1.08;letter-spacing:-.045em;margin:18px 0}.storefront-panel p{color:#d5e1e9;line-height:1.7;font-size:16px}.storefront-actions{display:flex;align-items:center;gap:26px;margin-top:23px}.storefront-phone{font-weight:800;font-size:17px;color:#fff}.storefront-phone:hover{color:#69c5ee}
@media(max-width:760px){.storefront,.storefront-panel{min-height:560px}.storefront>img{object-position:60% center}.storefront-shade{background:linear-gradient(90deg,rgba(6,30,50,.95),rgba(6,30,50,.63))}.storefront-panel{margin:0 22px;width:auto}.storefront-actions{align-items:flex-start;flex-direction:column;gap:18px}}

/* Correct anchor positioning below the sticky header */
html{scroll-padding-top:108px}section[id]{scroll-margin-top:108px}
@media(max-width:650px){html{scroll-padding-top:88px}section[id]{scroll-margin-top:88px}}

/* Use one anchor offset only; padding + margin together caused a double gap */
html{scroll-padding-top:0}section[id]{scroll-margin-top:100px}
@media(max-width:650px){html{scroll-padding-top:0}section[id]{scroll-margin-top:84px}}

/* Laravel contact form feedback */
.form-alert{padding:14px 16px;border-radius:6px;font-size:13px;line-height:1.55}.form-alert ul{margin:8px 0 0;padding-left:20px}.form-alert--success{background:#eaf8f0;border:1px solid #9dd9b5;color:#175c34}.form-alert--error{background:#fff0f0;border:1px solid #efb1b1;color:#8a2020}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.contact-form button[disabled]{opacity:.65;cursor:wait}

/* Named references */
.reference-grid{grid-template-columns:repeat(3,1fr);gap:18px}.reference-card{min-height:145px;border-radius:8px;padding:28px}.reference-card strong{font-size:18px;line-height:1.35;max-width:90%}.reference-card--users{background:linear-gradient(135deg,#082844,#0d4369);border-color:#082844}.reference-card--users strong{color:#fff}.reference-card--users small{color:#b9d0df}.reference-card--users>span{color:#5ebce8}
@media(max-width:900px){.reference-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.reference-grid{grid-template-columns:1fr}.reference-card{min-height:125px}}
