:root{--color-bg:#f8fafc;--color-bg-soft:#eef5fb;--color-primary:#1f7ae0;--color-primary-dark:#145bb0;--color-secondary:#0a284b;--color-accent:#06b6d4;--color-text:#0f172a;--color-muted:#475569;--color-card:#fff;--color-border:#dbe5f0;--radius-lg:24px;--radius-md:16px;--shadow-soft:0 18px 50px rgba(15,35,66,.1);--container:1160px;--header-height:78px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 20px)}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;line-height:1.7;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(calc(100% - 2rem),var(--container));margin-inline:auto}.section{padding:5.5rem 0}.section-soft{background:var(--color-bg-soft)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:1rem;left:1rem;z-index:9999;padding:.75rem 1rem;background:var(--color-text);color:#fff;border-radius:8px;transform:translateY(-150%)}.skip-link:focus{transform:none}a:focus-visible,button:focus-visible{outline:3px solid var(--color-accent);outline-offset:4px}
.site-header{position:sticky;top:0;z-index:100;height:var(--header-height);background:rgba(248,250,252,.88);border-bottom:1px solid transparent;backdrop-filter:blur(16px);transition:box-shadow .25s,border-color .25s}.site-header.scrolled{border-color:var(--color-border);box-shadow:0 8px 30px rgba(15,23,42,.07)}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:inline-flex;align-items:center;gap:.75rem}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));font-size:.86rem;font-weight:800;letter-spacing:.04em;box-shadow:0 7px 18px rgba(31,122,224,.25)}.brand-photo{display:block;flex:0 0 48px;width:48px;height:48px;max-width:none;border-radius:50%;object-fit:cover;object-position:center;overflow:hidden}.brand strong,.brand small{display:block;line-height:1.25}.brand strong{font-size:.95rem}.brand small{margin-top:.15rem;color:var(--color-muted);font-size:.68rem}.site-nav{display:flex;align-items:center;gap:1.4rem}.site-nav>a:not(.button){color:var(--color-muted);font-size:.88rem;font-weight:650}.site-nav>a:hover{color:var(--color-primary)}.menu-toggle{display:none;border:0;background:none;padding:.5rem}.menu-toggle span:not(.sr-only){display:block;width:25px;height:2px;margin:5px;background:var(--color-text);transition:.2s}
.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.75rem 1.25rem;border:2px solid var(--color-primary);border-radius:12px;background:var(--color-primary);color:#fff;font-weight:750;line-height:1.2;box-shadow:0 9px 22px rgba(31,122,224,.2);transition:transform .2s,background .2s,border-color .2s,box-shadow .2s}.button:hover{transform:translateY(-2px);background:var(--color-primary-dark);border-color:var(--color-primary-dark);box-shadow:0 13px 28px rgba(31,122,224,.28)}.button-sm{min-height:40px;padding:.58rem 1rem;font-size:.86rem}.button-secondary{background:transparent;color:var(--color-primary);box-shadow:none}.button-secondary:hover{color:#fff}.button-row{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;margin-top:1.8rem}.button-light{background:#fff;border-color:#fff;color:var(--color-secondary);box-shadow:none}.button-light:hover{background:var(--color-bg-soft);border-color:var(--color-bg-soft);color:var(--color-secondary)}.button-outline-light{background:transparent;border-color:rgba(255,255,255,.5);box-shadow:none}.button-outline-light:hover{background:#fff;border-color:#fff;color:var(--color-secondary)}
.hero{position:relative;overflow:hidden;padding:6.5rem 0 6rem;background:linear-gradient(150deg,var(--color-bg) 35%,#e9f6ff 100%)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.12fr .78fr;align-items:center;gap:5rem}.hero-glow{position:absolute;border-radius:50%;filter:blur(1px);opacity:.55}.hero-glow-one{width:420px;height:420px;right:-180px;top:-170px;background:radial-gradient(circle,rgba(6,182,212,.2),transparent 70%)}.hero-glow-two{width:300px;height:300px;left:-170px;bottom:-160px;background:radial-gradient(circle,rgba(31,122,224,.17),transparent 70%)}.eyebrow{display:flex;align-items:center;gap:.55rem;margin:0 0 1rem;color:var(--color-primary-dark);font-size:.76rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.eyebrow>span{width:26px;height:2px;background:var(--color-accent)}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.16;letter-spacing:-.025em}h1{max-width:770px;margin-bottom:1.4rem;font-size:clamp(2.6rem,6vw,5rem)}h1 span{background:linear-gradient(120deg,var(--color-primary),var(--color-accent));background-clip:text;color:transparent}.hero-copy>p:not(.eyebrow){max-width:700px;color:var(--color-muted)}.hero-copy .hero-lead{margin-bottom:.35rem;color:var(--color-text);font-size:clamp(1.08rem,2vw,1.25rem);font-weight:550}.trust-list{display:flex;flex-wrap:wrap;gap:1.2rem;margin:2rem 0 0;padding:0;list-style:none;color:var(--color-muted);font-size:.86rem;font-weight:650}.trust-list li::before{content:"✓";margin-right:.45rem;color:#10b981}.profile-card{position:relative;overflow:hidden;background:var(--color-card);border:1px solid rgba(219,229,240,.9);border-radius:30px;box-shadow:var(--shadow-soft);transform:rotate(1.2deg)}.profile-card::after{content:"";position:absolute;inset:0;pointer-events:none;border:8px solid rgba(255,255,255,.4);border-radius:inherit}.profile-frame{height:320px;background:linear-gradient(145deg,#dbeafe,#cffafe);overflow:hidden}.profile-frame img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.profile-content{padding:1.55rem 1.7rem 1.7rem}.profile-name{margin:0;font-size:1.2rem;font-weight:850}.profile-location{margin:.1rem 0 1rem;color:var(--color-muted);font-size:.82rem}.profile-content ul{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin:0;padding:0;list-style:none}.profile-content li{display:flex;align-items:center;gap:.5rem;font-size:.79rem;font-weight:650}.status-dot{flex:0 0 auto;width:8px;height:8px;border-radius:50%;background:var(--color-accent);box-shadow:0 0 0 4px rgba(6,182,212,.12)}
.section-heading{max-width:760px;margin-bottom:3rem}.section-heading.centered{margin-inline:auto;text-align:center}.section-heading.centered .eyebrow{justify-content:center}.section-heading h2,.bridge-grid h2,.cta-box h2{margin-bottom:1.1rem;font-size:clamp(2rem,4vw,3.2rem)}.section-heading>p:last-child{color:var(--color-muted);font-size:1.08rem}.card-grid{display:grid;gap:1.25rem}.four-cols{grid-template-columns:repeat(4,1fr)}.three-cols{grid-template-columns:repeat(3,1fr)}.feature-card,.project-card{padding:1.7rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 8px 30px rgba(15,23,42,.045);transition:transform .25s,box-shadow .25s,border-color .25s}.feature-card:hover,.project-card:hover{transform:translateY(-5px);border-color:#b8d5f2;box-shadow:var(--shadow-soft)}.icon-box{display:grid;place-items:center;width:48px;height:48px;margin-bottom:1.2rem;border-radius:14px;background:linear-gradient(145deg,#e8f2ff,#e1fbff);color:var(--color-primary);font-weight:900}.feature-card h3,.project-card h3{margin-bottom:.65rem;font-size:1.16rem}.feature-card p,.project-card p{margin:0;color:var(--color-muted);font-size:.93rem}
.timeline{position:relative;max-width:1000px;margin:0 auto}.timeline::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:linear-gradient(var(--color-primary),var(--color-accent),var(--color-primary));transform:translateX(-50%)}.timeline-item{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:5rem;margin-bottom:2.5rem}.timeline-item:nth-child(odd) .timeline-card{grid-column:1}.timeline-item:nth-child(even) .timeline-card{grid-column:2}.timeline-marker{position:absolute;top:1.5rem;left:50%;z-index:2;display:grid;place-items:center;width:46px;height:46px;border:7px solid var(--color-bg-soft);border-radius:50%;background:var(--color-primary);color:#fff;font-size:.68rem;font-weight:850;transform:translateX(-50%)}.timeline-card{padding:1.65rem 1.75rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 10px 32px rgba(15,23,42,.06)}.period{display:inline-block;margin-bottom:.45rem;padding:.22rem .65rem;border-radius:999px;background:#e8f2ff;color:var(--color-primary-dark);font-size:.72rem;font-weight:800}.company{margin-bottom:.35rem;color:var(--color-primary);font-size:.76rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.timeline-card h3{margin-bottom:.75rem;font-size:1.3rem}.timeline-card>p:not(.period):not(.company){color:var(--color-muted);font-size:.92rem}.tag-row{display:flex;flex-wrap:wrap;gap:.45rem}.tag-row span{padding:.25rem .6rem;border:1px solid var(--color-border);border-radius:999px;color:var(--color-muted);font-size:.7rem;font-weight:650}
.lessons-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.lesson-card{position:relative;min-height:190px;padding:1.8rem 4rem 1.8rem 1.8rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff}.lesson-card>span{position:absolute;right:1.4rem;top:1rem;color:#dcecff;font-size:2.8rem;font-weight:900}.lesson-card h3{position:relative;margin-bottom:.75rem;font-size:1.25rem}.lesson-card p{position:relative;margin:0;color:var(--color-muted)}.service-bridge{background:linear-gradient(135deg,var(--color-secondary),#123f70);color:#fff}.bridge-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:5rem}.eyebrow.light{color:#85e9f8}.bridge-grid p{color:#c8d7e8}.benefit-list{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:0;padding:1.7rem;list-style:none;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-lg);background:rgba(255,255,255,.07);backdrop-filter:blur(10px)}.benefit-list li{display:flex;align-items:center;gap:.7rem;font-weight:700}.benefit-list span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:rgba(6,182,212,.2);color:#7ce9f7}.text-link-light{color:#fff;font-weight:750}.text-link-light:hover{text-decoration:underline}.project-card{display:flex;flex-direction:column;min-height:290px}.project-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem}.project-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:15px;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));color:#fff;font-size:.85rem;font-weight:900}.project-icon.greek{background:linear-gradient(135deg,#0d3c74,#1f7ae0)}.project-icon.services{background:linear-gradient(135deg,#06b6d4,#10b981);font-size:.65rem}.external{color:var(--color-muted);font-size:1.2rem}.project-card p{flex-grow:1}.project-card a{margin-top:1.5rem;color:var(--color-primary-dark);font-size:.9rem;font-weight:800}.final-cta{background:#fff}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:3.5rem;border-radius:30px;background:linear-gradient(120deg,#0a284b,#145bb0);color:#fff;box-shadow:var(--shadow-soft)}.cta-box>div:first-child{max-width:720px}.cta-box p:not(.eyebrow){margin:0;color:#d6e2ef}.cta-box .button-row{flex:0 0 auto;flex-direction:column;margin:0}.cta-box .button{width:100%}
.site-footer{padding:4rem 0 1.5rem;background:var(--color-text);color:#fff}.footer-brand .brand-mark{box-shadow:none}.footer-brand small{color:#94a3b8}.footer-grid{display:flex;justify-content:space-between;gap:2rem;padding-bottom:2.5rem}.footer-grid nav{display:flex;flex-wrap:wrap;align-items:center;gap:1.4rem;color:#cbd5e1;font-size:.88rem;font-weight:650}.footer-grid nav a:hover,.footer-bottom a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;padding-top:1.5rem;border-top:1px solid #29364a;color:#94a3b8;font-size:.78rem}.footer-bottom p{margin:0}.back-to-top{position:fixed;right:1.2rem;bottom:1.2rem;z-index:50;width:44px;height:44px;border:0;border-radius:13px;background:var(--color-primary);color:#fff;font-size:1.1rem;box-shadow:0 10px 25px rgba(15,23,42,.2);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s}.back-to-top.visible{opacity:1;visibility:visible;transform:none}.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.js .reveal.is-visible{opacity:1;transform:none}
@media(max-width:980px){.js .menu-toggle{display:block;z-index:2}.js .site-nav{position:absolute;top:calc(100% + 1px);left:0;right:0;display:none;align-items:stretch;padding:1.2rem 1rem 1.5rem;background:rgba(248,250,252,.98);border-bottom:1px solid var(--color-border);box-shadow:0 18px 35px rgba(15,23,42,.1)}.js .site-nav.open{display:flex;flex-direction:column}.site-nav a{padding:.25rem}.site-nav .button{margin-top:.4rem}.menu-toggle.active span:nth-of-type(2){transform:translateY(7px) rotate(45deg)}.menu-toggle.active span:nth-of-type(3){opacity:0}.menu-toggle.active span:nth-of-type(4){transform:translateY(-7px) rotate(-45deg)}html:not(.js) .site-header{position:relative;height:auto}html:not(.js) .nav-wrap{align-items:flex-start;flex-direction:column;padding-block:1rem}html:not(.js) .site-nav{display:flex;flex-wrap:wrap;gap:.75rem 1.1rem}.hero-grid{grid-template-columns:1fr;gap:3rem}.hero-copy{max-width:780px}.profile-card{max-width:520px;margin-inline:auto;transform:none}.four-cols{grid-template-columns:1fr 1fr}.bridge-grid{grid-template-columns:1fr;gap:2.5rem}.cta-box{align-items:flex-start;flex-direction:column}.cta-box .button-row{align-items:stretch;flex-direction:row}.three-cols{grid-template-columns:1fr 1fr}.project-card:last-child{grid-column:1/-1}}
@media(max-width:700px){:root{--header-height:70px}.section{padding:4.2rem 0}.brand small{display:none}.hero{padding:4.5rem 0}.hero-grid{gap:2.5rem}.profile-frame{height:280px}.profile-content ul{grid-template-columns:1fr}.four-cols,.three-cols,.lessons-grid{grid-template-columns:1fr}.project-card:last-child{grid-column:auto}.timeline::before{left:22px}.timeline-item{display:block;padding-left:62px;margin-bottom:1.5rem}.timeline-marker{left:22px;top:1.2rem}.timeline-card{padding:1.4rem}.section-heading{margin-bottom:2rem}.benefit-list{grid-template-columns:1fr;padding:1.3rem}.cta-box{padding:2rem 1.5rem}.cta-box .button-row{width:100%;flex-direction:column}.footer-grid,.footer-bottom{align-items:flex-start;flex-direction:column}.footer-grid nav{align-items:flex-start;flex-direction:column;gap:.8rem}.footer-bottom{gap:.7rem}.trust-list{gap:.7rem 1rem}.button-row{align-items:stretch;flex-direction:column}.button-row .button{text-align:center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}.js .reveal{opacity:1;transform:none}}
