@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Inter:wght@300;400;500;600&subset=greek&display=swap";:root{--space-eyebrow: 18px;--space-section-y: 108px;--space-section-y-mobile: 76px;--space-card: 26px;--space-card-lg: 30px;--space-grid: 18px;--space-heading: 24px;--color-navy: #0e1f2e;--color-ink: #102636;--color-readable: #1b394d;--color-muted-readable: #2d5068;--color-light: #f0f8fc;--color-light-2: #e4f1f7;--color-accent: #7ec8e3;--color-accent-deep: #2a8db0;--radius-md: 14px;--radius-lg: 22px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#0e1f2e;background:#f0f8fc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.skip-link{position:absolute;top:14px;left:14px;z-index:10000;transform:translateY(-160%);padding:12px 14px;border-radius:999px;background:#0e1f2e;color:#fff;font-weight:600}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid rgba(42,141,176,.55);outline-offset:3px}.evgenia-html-header{--ev-bg: rgba(240, 248, 252, .96);--ev-bg-2: #e4f1f7;--ev-text: #0e1f2e;--ev-text-soft: #2d5068;--ev-primary: #2a8db0;--ev-primary-deep: #1a6d8e;--ev-border: rgba(14, 31, 46, .1);--ev-shadow: 0 16px 42px rgba(14, 31, 46, .1);--ev-radius-lg: 22px;--ev-font-body: "Inter", system-ui, sans-serif;position:relative;z-index:9999;width:100%;background:radial-gradient(circle at 12% 20%,rgba(126,200,227,.22) 0%,transparent 34%),linear-gradient(180deg,var(--ev-bg) 0%,var(--ev-bg-2) 100%);border-bottom:1px solid var(--ev-border);box-shadow:var(--ev-shadow);backdrop-filter:blur(18px)}.evgenia-html-header__inner{width:min(1260px,calc(100% - 48px));min-height:122px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px}.evgenia-html-header__logo-link{display:inline-flex;align-items:center;justify-content:center}.evgenia-html-header__logo{width:auto;max-width:380px;max-height:120px;object-fit:contain}.evgenia-html-header__brand-text{display:none}.evgenia-html-header__desktop-nav{display:flex;align-items:center;justify-content:center;gap:6px}.evgenia-html-header__desktop-nav a,.evgenia-html-header__desktop-dropdown-link{font-family:var(--ev-font-body);font-size:14px;font-weight:500;color:var(--ev-text-soft);line-height:1;padding:13px 14px;border-radius:999px;transition:color .2s ease,background .2s ease}.evgenia-html-header__desktop-nav a:hover,.evgenia-html-header__desktop-nav a:focus,.evgenia-html-header__desktop-dropdown:hover .evgenia-html-header__desktop-dropdown-link,.evgenia-html-header__desktop-dropdown:focus-within .evgenia-html-header__desktop-dropdown-link{color:var(--ev-text);background:#7ec8e329}.evgenia-html-header__desktop-dropdown{position:relative;display:flex;align-items:center;padding-bottom:16px;margin-bottom:-16px}.evgenia-html-header__desktop-dropdown-link:after{content:"⌄";margin-left:7px;color:#2a8db0cc}.evgenia-html-header__desktop-submenu{position:absolute;top:calc(100% + 2px);left:50%;width:250px;transform:translate(-50%) translateY(-6px);opacity:0;visibility:hidden;pointer-events:none;padding:7px;border-radius:var(--ev-radius-lg);background:#f0f8fc;border:1px solid rgba(14,31,46,.1);box-shadow:0 24px 64px #0e1f2e29;transition:opacity .18s ease,transform .18s cubic-bezier(.16,1,.3,1)}.evgenia-html-header__desktop-dropdown:hover .evgenia-html-header__desktop-submenu,.evgenia-html-header__desktop-dropdown:focus-within .evgenia-html-header__desktop-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.evgenia-html-header__desktop-submenu a{width:100%;display:flex;justify-content:space-between;padding:14px 15px;border-radius:14px;color:var(--ev-text)}.evgenia-html-header__desktop-submenu a:after{content:"→";color:#2a8db0b3}.evgenia-html-header__desktop-submenu a:hover{color:var(--ev-primary-deep);background:#7ec8e32e}.evgenia-html-header__mobile-menu-area{position:relative;display:none}.evgenia-html-header__hamburger{width:50px;height:50px;padding:0;border:1px solid rgba(42,141,176,.22);border-radius:999px;background:linear-gradient(180deg,#fffc,#ffffff7a);box-shadow:0 10px 28px #0e1f2e1a;color:var(--ev-text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.evgenia-html-header__hamburger-lines{width:22px;height:16px;position:relative;display:block}.evgenia-html-header__hamburger-lines span{position:absolute;left:0;width:22px;height:2px;border-radius:99px;background:currentColor;transition:transform .22s cubic-bezier(.16,1,.3,1),opacity .18s ease,top .22s cubic-bezier(.16,1,.3,1)}.evgenia-html-header__hamburger-lines span:nth-child(1){top:0}.evgenia-html-header__hamburger-lines span:nth-child(2){top:7px}.evgenia-html-header__hamburger-lines span:nth-child(3){top:14px}.evgenia-html-header.is-open .evgenia-html-header__hamburger-lines span:nth-child(1){top:7px;transform:rotate(45deg)}.evgenia-html-header.is-open .evgenia-html-header__hamburger-lines span:nth-child(2){opacity:0}.evgenia-html-header.is-open .evgenia-html-header__hamburger-lines span:nth-child(3){top:7px;transform:rotate(-45deg)}.evgenia-html-header__mobile-dropdown{position:absolute;top:calc(100% + 16px);left:50%;width:min(380px,calc(100vw - 32px));transform:translate(-50%) translateY(-8px);opacity:0;visibility:hidden;pointer-events:none;border-radius:var(--ev-radius-lg);background:#f0f8fc;border:1px solid rgba(14,31,46,.1);box-shadow:0 24px 64px #0e1f2e29;overflow:hidden}.evgenia-html-header.is-open .evgenia-html-header__mobile-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.evgenia-html-header__mobile-nav{display:flex;flex-direction:column;padding:6px}.evgenia-html-header__mobile-nav a,.evgenia-html-header__mobile-submenu-toggle{width:100%;font:500 15px/1.25 Inter,system-ui,sans-serif;color:var(--ev-text);padding:15px 16px;border:0;border-radius:14px;background:transparent;cursor:pointer;text-align:left;display:flex;justify-content:space-between}.evgenia-html-header__mobile-nav a:after{content:"→";color:#2a8db0b3}.evgenia-html-header__mobile-submenu-toggle:after{content:"+";color:#2a8db0e6}.evgenia-html-header__mobile-submenu-item.is-submenu-open .evgenia-html-header__mobile-submenu-toggle:after{content:"−"}.evgenia-html-header__mobile-submenu{display:none;padding:0 0 4px 12px}.evgenia-html-header__mobile-submenu-item.is-submenu-open .evgenia-html-header__mobile-submenu{display:flex;flex-direction:column}.evgenia-html-header__cta{display:inline-flex;align-items:center;justify-content:center;padding:15px 20px;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:linear-gradient(135deg,var(--ev-primary) 0%,var(--ev-primary-deep) 100%);box-shadow:0 14px 34px #2a8db047;color:#fff;font-size:14px;font-weight:600;line-height:1}.evgenia-custom{--font-heading: "Playfair Display", Georgia, serif;--font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--bg: #0e1f2e;--text: #e8f4f8;--text-soft: rgba(232,244,248,.72);--primary: #7ec8e3;--accent: #a8d8ea;--accent-deep: #3a9fc0;--light-bg: #f0f8fc;--light-bg-2: #e4f1f7;--light-surface-strong: rgba(255,255,255,.92);--light-text: #0e1f2e;--light-text-soft: #2d5068;--shadow-sm: 0 10px 24px rgba(0,0,0,.2);--shadow-md: 0 20px 52px rgba(0,0,0,.28);--shadow-lg: 0 32px 84px rgba(0,0,0,.36);--radius-md: 14px;--radius-lg: 22px;--motion-ease: cubic-bezier(.16, 1, .3, 1);color:var(--text);font-family:var(--font-body);background:radial-gradient(ellipse 80% 60% at 20% 10%,rgba(126,200,227,.08) 0%,transparent 60%),linear-gradient(160deg,#0e1f2e,#0a1820);overflow:hidden;position:relative}.evgenia-custom .ev-container{width:min(1160px,calc(100% - 48px));margin:0 auto;position:relative;z-index:2}.evgenia-custom .ev-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--accent);font-size:13px;line-height:1.4;letter-spacing:.08em;text-transform:uppercase;font-weight:500;margin:0 0 var(--space-eyebrow)}.evgenia-custom .ev-eyebrow:before{content:"";width:38px;height:1px;background:linear-gradient(90deg,var(--primary),transparent)}.evgenia-custom h1,.evgenia-custom h2,.evgenia-custom h3{font-family:var(--font-heading);font-weight:500;letter-spacing:-.035em;margin:0}.evgenia-custom p{margin:0}.evgenia-custom .ev-section-title{color:var(--text);font-size:clamp(38px,5vw,68px);line-height:.98;max-width:850px}.evgenia-custom .ev-section-title span{color:var(--primary);font-style:italic}.evgenia-custom .ev-section-text{color:var(--text-soft);font-size:clamp(16px,1.5vw,19px);line-height:1.75;max-width:690px}.section-note{margin-top:var(--space-heading)!important}.evgenia-custom .ev-btn-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.evgenia-custom .ev-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:15px 22px;border-radius:999px;font-size:15px;line-height:1;font-weight:500;transition:transform .2s var(--motion-ease),box-shadow .2s var(--motion-ease),background .2s var(--motion-ease)}.evgenia-custom .ev-btn:hover{transform:translateY(-2px)}.evgenia-custom .ev-btn-primary{color:#07141d;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);box-shadow:0 16px 36px #7ec8e338}.evgenia-custom .ev-btn-secondary{color:var(--text);border:1px solid rgba(232,244,248,.18);background:#ffffff0a}.evgenia-custom .ev-orb{position:absolute;border-radius:50%;filter:blur(10px);pointer-events:none;animation:evFloat 9s var(--motion-ease) infinite alternate;z-index:1}.evgenia-custom .orb-primary{width:290px;height:290px;background:#7ec8e324;right:-90px;top:140px}.evgenia-custom .orb-accent{width:210px;height:210px;background:#a8d8ea2e;left:-80px;top:520px;animation-delay:-3s}.evgenia-custom .orb-soft{width:170px;height:170px;background:#7ec8e314;right:12%;bottom:12%;animation-delay:-5s}@keyframes evFloat{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(22px,-28px,0) scale(1.08)}}.evgenia-custom .ev-reveal{opacity:1;transform:none}.evgenia-custom .ev-hero{min-height:min(760px,calc(100vh - 122px));display:flex;align-items:center;padding:clamp(46px,6vh,70px) 0}.evgenia-custom .ev-hero-grid,.evgenia-custom .ev-intro-grid,.evgenia-custom .ev-services-head,.evgenia-custom .ev-process-grid,.evgenia-custom .ev-location-grid,.evgenia-custom .ev-faq-grid{display:grid;gap:clamp(32px,6vw,86px);align-items:start}.evgenia-custom .ev-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.72fr);align-items:center;gap:clamp(28px,5vw,68px)}.evgenia-custom .ev-intro-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.evgenia-custom .ev-services-head{grid-template-columns:minmax(0,.95fr) minmax(0,.8fr);align-items:end;margin-bottom:44px}.evgenia-custom .ev-process-grid{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr)}.evgenia-custom .ev-location-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center}.evgenia-custom .ev-faq-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.evgenia-custom .ev-hero h1{font-size:clamp(44px,5.35vw,76px);line-height:.96;color:var(--text);max-width:800px;margin-bottom:20px}.evgenia-custom .ev-hero h1 em{color:var(--primary);font-style:italic}.evgenia-custom .ev-hero-lead{color:var(--text-soft);font-size:clamp(16px,1.22vw,19px);line-height:1.62;max-width:640px;margin-bottom:22px}.evgenia-custom .ev-hero-chips,.evgenia-custom .ev-hero-trust-list{display:flex;flex-wrap:wrap;gap:10px}.evgenia-custom .ev-hero-chips{margin-bottom:24px}.evgenia-custom .ev-hero-chips span{display:inline-flex;align-items:center;min-height:36px;padding:8px 13px;border:1px solid rgba(126,200,227,.28);border-radius:999px;color:#dff5fb;background:#7ec8e31a;font-size:13px;font-weight:600;line-height:1.2}.evgenia-custom .ev-hero-trust-list{max-width:720px;margin:22px 0 0;padding:0;list-style:none}.evgenia-custom .ev-hero-trust-list li{display:inline-flex;align-items:center;gap:8px;color:var(--text-soft);font-size:13.5px;line-height:1.35}.evgenia-custom .ev-hero-trust-list li:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--primary);box-shadow:0 0 0 4px #7ec8e31a}.evgenia-custom .ev-hero-card{padding:18px;border:1px solid rgba(232,244,248,.14);border-radius:var(--radius-lg);background:linear-gradient(180deg,#ffffff1a,#ffffff0b);box-shadow:var(--shadow-lg)}.evgenia-custom .ev-portrait-placeholder{min-height:330px;border-radius:calc(var(--radius-lg) - 6px);background:linear-gradient(160deg,#7ec8e329,#0e1f2edb),url(/wp-content/uploads/2026/05/image-1.png) center/cover;border:1px solid rgba(232,244,248,.1);display:flex;flex-direction:column;justify-content:flex-end;padding:22px;overflow:hidden}.evgenia-custom .ev-card-label{max-width:340px}.evgenia-custom .ev-card-label h2{color:var(--text);font-size:27px;line-height:1.05;margin-bottom:10px}.evgenia-custom .ev-card-label p,.evgenia-custom .ev-trust-item span{color:var(--text-soft);font-size:13.5px;line-height:1.55}.evgenia-custom .ev-trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:18px;border-radius:var(--radius-md);overflow:hidden;border:1px solid rgba(232,244,248,.1);background:#ffffff0d}.evgenia-custom .ev-trust-item{padding:14px 12px;background:#ffffff09}.evgenia-custom .ev-trust-item strong{display:block;color:var(--primary);font-family:var(--font-heading);font-size:22px;line-height:1;font-weight:500;margin-bottom:8px}.evgenia-custom .ev-light{color:var(--light-text);background:linear-gradient(180deg,#f0f8fc,#e4f1f7)}.evgenia-custom .ev-light .ev-eyebrow{color:#1a6d8e}.evgenia-custom .ev-light .ev-section-title{color:var(--light-text)}.evgenia-custom .ev-light .ev-section-title span{color:#1a6d8e}.evgenia-custom .ev-light .ev-section-text{color:var(--light-text-soft)}.evgenia-custom .ev-intro,.evgenia-custom .ev-services,.evgenia-custom .ev-process,.evgenia-custom .ev-location,.evgenia-custom .ev-faq-preview{padding:108px 0}.evgenia-custom .ev-services,.evgenia-custom .ev-location,.evgenia-custom .ev-final{background:radial-gradient(ellipse 70% 50% at 82% 20%,rgba(126,200,227,.1) 0%,transparent 62%),linear-gradient(160deg,#0e1f2e,#0a1820)}.evgenia-custom .ev-intro-copy{display:grid;gap:18px}.evgenia-custom .ev-intro-copy p{color:var(--light-text-soft);font-size:18px;line-height:1.78}.evgenia-custom .ev-practice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:34px}.evgenia-custom .ev-practice-card,.evgenia-custom .ev-step,.evgenia-custom .ev-faq-item{border-radius:var(--radius-lg);background:var(--light-surface-strong);box-shadow:0 18px 50px #0e1f2e14;border:1px solid rgba(14,31,46,.06)}.evgenia-custom .ev-practice-card{padding:26px}.evgenia-custom .ev-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;margin-bottom:22px;color:var(--accent-deep);background:#7ec8e32e}.evgenia-custom .ev-practice-card h3,.evgenia-custom .ev-step h3{color:var(--light-text);font-size:29px;line-height:1.08;margin-bottom:13px}.evgenia-custom .ev-practice-card p,.evgenia-custom .ev-step p{color:var(--light-text-soft);font-size:15.5px;line-height:1.72}.evgenia-custom .ev-card-link{display:inline-flex;gap:8px;margin-top:22px;color:#1a6d8e;font-size:14px;font-weight:600}.evgenia-custom .ev-service-list,.evgenia-custom .ev-steps,.evgenia-custom .ev-accordion{display:grid;gap:14px}.evgenia-custom .ev-service-row{display:grid;grid-template-columns:42px 1fr;gap:18px;align-items:start;padding:22px;border-radius:var(--radius-md);border:1px solid rgba(232,244,248,.1);background:#ffffff0b}.evgenia-custom .ev-number{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;color:#06131d;background:var(--primary);font-weight:600}.evgenia-custom .ev-service-row h3{color:var(--text);font-size:25px;line-height:1.1;margin-bottom:8px}.evgenia-custom .ev-service-row p{color:var(--text-soft);font-size:15.5px;line-height:1.7}.evgenia-custom .ev-step{display:grid;grid-template-columns:56px 1fr;gap:20px;padding:24px;counter-increment:evStep}.evgenia-custom .ev-steps{counter-reset:evStep}.evgenia-custom .ev-step:before{content:counter(evStep,decimal-leading-zero);width:56px;height:56px;display:grid;place-items:center;border-radius:18px;color:var(--accent-deep);font-family:var(--font-heading);font-size:24px;background:#7ec8e32e}.evgenia-custom .ev-contact-card{border-radius:var(--radius-lg);border:1px solid rgba(232,244,248,.13);background:#ffffff0e;box-shadow:var(--shadow-md);padding:30px}.evgenia-custom .ev-contact-card h2{color:var(--text);font-size:clamp(35px,4.4vw,58px);line-height:1;margin-bottom:20px}.evgenia-custom .ev-contact-lines{display:grid;gap:14px;margin:26px 0 30px}.evgenia-custom .ev-contact-line{display:grid;grid-template-columns:32px 1fr;gap:14px;color:var(--text-soft);font-size:16px;line-height:1.55}.evgenia-custom .ev-contact-line svg{color:var(--primary)}.evgenia-custom .ev-map{min-height:420px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(232,244,248,.12);background:linear-gradient(135deg,#7ec8e326,#ffffff0a),radial-gradient(circle at 50% 42%,rgba(232,244,248,.13),transparent 38%);box-shadow:var(--shadow-lg);display:grid;place-items:center;padding:34px}.evgenia-custom .ev-map-content{max-width:410px;text-align:center}.evgenia-custom .ev-map-content h3{color:var(--text);font-size:32px;line-height:1.1;margin-bottom:14px}.evgenia-custom .ev-map-content p{color:var(--text-soft);font-size:16px;line-height:1.7;margin-bottom:24px}.evgenia-custom .ev-map-pin{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 22px;border-radius:999px;background:#7ec8e329;color:var(--primary);border:1px solid rgba(126,200,227,.28)}.evgenia-custom .ev-faq-item{border-radius:var(--radius-md);overflow:hidden}.evgenia-custom .ev-faq-question{width:100%;display:flex;justify-content:space-between;gap:20px;align-items:center;padding:20px 22px;border:0;background:transparent;color:var(--light-text);font:600 16px/1.45 var(--font-body);text-align:left;cursor:pointer}.evgenia-custom .ev-faq-answer{color:var(--light-text-soft);font-size:15.5px;line-height:1.7;padding:0 22px 22px}.evgenia-custom .ev-final{padding:96px 0 116px;text-align:center}.evgenia-custom .ev-final .ev-section-title,.evgenia-custom .ev-final .ev-section-text{margin-left:auto;margin-right:auto}.evgenia-custom .ev-final .ev-section-title{margin-bottom:24px}.evgenia-custom .ev-final .ev-section-text{margin-bottom:34px}.evgenia-custom .ev-final .ev-btn-row{justify-content:center}.cta-actions{margin-top:30px}.evgenia-html-footer{--ev-footer-text: #0e1f2e;--ev-footer-text-soft: #2d5068;--ev-footer-text-faint: rgba(14,31,46,.56);--ev-footer-primary: #2a8db0;--ev-footer-primary-soft: rgba(42,141,176,.12);--ev-footer-border: rgba(42,141,176,.18);--ev-footer-border-soft: rgba(42,141,176,.12);--ev-footer-shadow: 0 24px 70px rgba(42,141,176,.18);--ev-radius-md: 14px;--ev-radius-lg: 22px;position:relative;overflow:hidden;color:var(--ev-footer-text);background:radial-gradient(ellipse 72% 58% at 14% 8%,rgba(126,200,227,.34) 0%,transparent 62%),radial-gradient(ellipse 62% 52% at 88% 18%,rgba(168,216,234,.42) 0%,transparent 60%),linear-gradient(180deg,#f0f8fc,#e4f1f7 52%,#d9edf7)}.evgenia-html-footer:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.34;background-image:linear-gradient(rgba(42,141,176,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(42,141,176,.08) 1px,transparent 1px);background-size:42px 42px}.evgenia-html-footer__inner{position:relative;z-index:2;width:min(1160px,calc(100% - 48px));margin:0 auto;padding:76px 0 28px}.evgenia-html-footer__cta-card{display:grid;grid-template-columns:1.3fr auto;align-items:center;gap:28px;padding:30px;margin-bottom:42px;border-radius:var(--ev-radius-lg);border:1px solid var(--ev-footer-border);background:linear-gradient(135deg,#ffffffd6,#ffffff8a),linear-gradient(135deg,#7ec8e333,#e4f1f72e);box-shadow:var(--ev-footer-shadow)}.evgenia-html-footer__eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 16px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ev-footer-primary)}.evgenia-html-footer__eyebrow:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--ev-footer-primary)}.evgenia-html-footer__cta-title,.evgenia-html-footer__brand-name,.evgenia-html-footer__column-title{font-family:Playfair Display,Georgia,serif;font-weight:500;color:var(--ev-footer-text)}.evgenia-html-footer__cta-title{margin:0 0 10px;font-size:clamp(28px,3vw,42px);line-height:1.08}.evgenia-html-footer__cta-text,.evgenia-html-footer__brand-desc,.evgenia-html-footer__links a,.evgenia-html-footer__contact-text{color:var(--ev-footer-text-soft);font-size:14.5px;line-height:1.75}.evgenia-html-footer__cta-button{display:inline-flex;align-items:center;justify-content:center;min-width:178px;padding:15px 21px;border-radius:999px;background:linear-gradient(135deg,#2a8db0,#1a6d8e);box-shadow:0 16px 38px #2a8db03d;color:#fff;font-size:14px;font-weight:600}.evgenia-html-footer__top-grid{display:grid;grid-template-columns:1.05fr .72fr 1.45fr;gap:34px;padding-bottom:38px}.evgenia-html-footer__logo-link{display:inline-flex;padding:16px 20px;margin-bottom:22px;border-radius:var(--ev-radius-md);background:#ffffffdb;border:1px solid rgba(42,141,176,.16);box-shadow:0 14px 34px #2a8db024}.evgenia-html-footer__logo{width:auto;max-width:330px;max-height:112px;object-fit:contain}.evgenia-html-footer__brand-name{margin:0 0 8px;font-size:25px;line-height:1.15}.evgenia-html-footer__brand-desc{margin:0;max-width:360px}.evgenia-html-footer__column-title{margin:0 0 16px;font-size:20px;line-height:1.2}.evgenia-html-footer__links{display:flex;flex-direction:column;gap:10px}.evgenia-html-footer__services-wrap{display:grid;grid-template-columns:1fr 1fr;gap:26px}.evgenia-html-footer__service-box,.evgenia-html-footer__contact-item{border-radius:var(--ev-radius-lg);border:1px solid var(--ev-footer-border-soft);background:linear-gradient(135deg,#ffffffb8,#ffffff6b);box-shadow:0 16px 42px #2a8db01a}.evgenia-html-footer__service-box{padding:20px}.evgenia-html-footer__service-parent{display:inline-flex;margin-bottom:12px;color:var(--ev-footer-text);font-weight:700;font-size:15px}.evgenia-html-footer__service-child{padding-left:12px;position:relative}.evgenia-html-footer__service-child:before{content:"—";position:absolute;left:0;color:var(--ev-footer-primary)}.evgenia-html-footer__contact-section{padding:30px 0 38px;border-top:1px solid var(--ev-footer-border-soft)}.evgenia-html-footer__contact-grid{display:grid;grid-template-columns:1.45fr .85fr 1fr .95fr;gap:16px}.evgenia-html-footer__contact-item{display:grid;grid-template-columns:32px 1fr;gap:12px;padding:18px}.evgenia-html-footer__contact-icon{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--ev-footer-primary);background:var(--ev-footer-primary-soft);border:1px solid rgba(42,141,176,.18);font-size:13px}.evgenia-html-footer__contact-text{margin:0}.evgenia-html-footer__contact-text strong{display:block;color:var(--ev-footer-text);font-weight:600}.evgenia-html-footer__bottom{display:flex;justify-content:space-between;gap:18px;padding-top:24px;border-top:1px solid var(--ev-footer-border)}.evgenia-html-footer__copyright,.evgenia-html-footer__bottom-links a{margin:0;color:var(--ev-footer-text-faint);font-size:13px;line-height:1.5}.evgenia-html-footer__bottom-links{display:flex;gap:16px;flex-wrap:wrap}.page-hero{padding:96px 0;color:#e8f4f8;background:linear-gradient(160deg,#0e1f2e,#0a1820)}.section{padding:var(--space-section-y) 0;color:var(--color-ink);background:linear-gradient(180deg,var(--color-light) 0%,var(--color-light-2) 100%)}.section.soft{background:linear-gradient(180deg,#eaf5fa,#dceef7)}.section .eyebrow{color:#1a6d8e}.section .eyebrow:before{background:linear-gradient(90deg,#1a6d8e,transparent)}.section .button{color:var(--color-navy);border-color:#0e1f2e2e;background:#ffffffc7;box-shadow:0 10px 26px #0e1f2e14}.section .button.primary{color:#06131d;border-color:transparent;background:linear-gradient(135deg,#7ec8e3,#a8d8ea);box-shadow:0 16px 36px #2a8db033}.container{width:min(1160px,calc(100% - 48px));margin:0 auto;position:relative;z-index:2}.stack{display:grid;gap:var(--space-grid)}.two-column{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(32px,6vw,86px);align-items:center}.page-hero h1{max-width:880px;margin:0;color:#e8f4f8;font-family:Playfair Display,Georgia,serif;font-size:clamp(46px,6.7vw,90px);font-weight:500;line-height:.94;letter-spacing:-.035em}.page-hero .lead{max-width:710px;color:#e8f4f8b8;font-size:clamp(17px,1.65vw,21px);line-height:1.75}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:#a8d8ea;font-size:13px;line-height:1.4;letter-spacing:.08em;text-transform:uppercase;font-weight:500;margin:0 0 var(--space-eyebrow)}.eyebrow:before{content:"";width:38px;height:1px;background:linear-gradient(90deg,#7ec8e3,transparent)}.button-row{display:flex;flex-wrap:wrap;gap:14px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:15px 22px;border-radius:999px;color:#e8f4f8;border:1px solid rgba(232,244,248,.18);background:#ffffff0a;font-size:15px;font-weight:500}.button.primary{color:#07141d;background:linear-gradient(135deg,#7ec8e3,#a8d8ea);box-shadow:0 16px 36px #7ec8e338}.service-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-grid)}.service-list article,.info-card{border-radius:22px;background:#ffffffeb;box-shadow:0 18px 50px #0e1f2e14;border:1px solid rgba(14,31,46,.06);overflow:hidden}.service-list .content,.info-card{padding:var(--space-card)}.service-list h2,.content-body h2{color:#0e1f2e;font-family:Playfair Display,Georgia,serif;font-weight:500;letter-spacing:-.035em}.service-list p,.link-list a{color:#2d5068}.link-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;margin:0;padding:0;list-style:none}.card-grid,.process-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-grid);margin-top:34px}.step-card{border-radius:var(--radius-lg);background:#ffffffeb;box-shadow:0 18px 50px #0e1f2e14;border:1px solid rgba(14,31,46,.06);padding:var(--space-card)}.section .ev-service-row{border-color:#0e1f2e14;background:#fffffff0;box-shadow:0 18px 50px #0e1f2e14}.section .ev-service-row h3,.step-card h3{color:var(--color-navy)}.section .ev-service-row p,.step-card p{color:var(--color-muted-readable)}.section .ev-number{color:#06131d;background:var(--color-accent)}.section .container>.stack:first-child{margin-bottom:34px}.section h2{margin:0;color:var(--color-navy);font-family:Playfair Display,Georgia,serif;font-size:clamp(36px,4.5vw,62px);font-weight:500;line-height:1;letter-spacing:-.035em}.section .lead{color:var(--color-muted-readable);font-size:clamp(16px,1.5vw,19px);line-height:1.75;max-width:720px}.content-body{max-width:860px;padding:52px;color:var(--color-readable);background:#fffffff0;border:1px solid rgba(14,31,46,.08);border-radius:var(--radius-lg);box-shadow:0 18px 50px #0e1f2e14;font-size:18px;line-height:1.82}.content-body p+p,.content-body p+h2{margin-top:22px}.content-body h2{margin:0 0 12px;color:var(--color-navy);font-family:Playfair Display,Georgia,serif;font-size:36px;font-weight:500}.about-content{display:grid;gap:22px}.about-content p{max-width:74ch}.contact-form-section{padding:var(--space-section-y) 0;background:linear-gradient(180deg,#f0f8fc,#e4f1f7)}.contact-form-card{max-width:920px;margin:0 auto;padding:clamp(24px,4vw,42px);border-radius:var(--radius-lg);border:1px solid rgba(42,141,176,.18);background:linear-gradient(135deg,#ffffffeb,#ffffffb8),linear-gradient(135deg,#7ec8e329,#e4f1f72e);box-shadow:0 24px 70px #2a8db029}.contact-form-card h2{margin:0 0 var(--space-heading);color:var(--color-navy);font-family:Playfair Display,Georgia,serif;font-size:clamp(34px,4vw,56px);font-weight:500;line-height:1;letter-spacing:-.035em}.contact-form-card p{margin:0;color:var(--color-muted-readable);font-size:17px;line-height:1.72}.contact-form{display:grid;gap:18px;margin-top:30px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-field{display:grid;gap:8px}.form-field.full{grid-column:1 / -1}.form-field label{color:var(--color-ink);font-size:14px;font-weight:700}.form-field input,.form-field textarea,.form-field select{width:100%;border:1px solid rgba(14,31,46,.18);border-radius:14px;background:#ffffffe6;color:var(--color-ink);font:500 16px/1.4 Inter,system-ui,sans-serif;padding:14px 15px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.form-field select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#2a8db0 50%),linear-gradient(135deg,#2a8db0 50%,transparent 50%);background-position:calc(100% - 20px) 50%,calc(100% - 14px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.form-field textarea{min-height:160px;resize:vertical}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--color-accent-deep);background:#fff;box-shadow:0 0 0 4px #2a8db024;outline:none}.choice-group{margin:0;border:0;padding:0}.choice-group legend{margin:0 0 10px;color:var(--color-ink);font-size:14px;font-weight:800}.choice{display:flex;align-items:flex-start;gap:10px;width:fit-content;color:var(--color-readable);font-size:16px;font-weight:600;line-height:1.45;cursor:pointer}.choice+.choice{margin-top:8px}.choice input{width:18px;height:18px;flex:0 0 auto;margin-top:2px;accent-color:var(--color-accent-deep)}.choice a{color:#c73368;text-decoration:none}.choice a:hover,.choice a:focus{text-decoration:underline}.terms-group{margin-top:2px}.captcha-note{border:1px solid rgba(42,141,176,.18);border-radius:14px;background:#7ec8e31f;color:var(--color-readable);padding:14px 15px;font-size:14px;line-height:1.55}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-status{min-height:24px;margin-top:4px;color:var(--color-readable);font-weight:700}.form-status[data-state=success]{color:#17633a}.form-status[data-state=error]{color:#9d1c1c}.form-submit-button{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:52px;padding:15px 22px;border-radius:999px;border:0;background:linear-gradient(135deg,#2a8db0,#1a6d8e);box-shadow:0 16px 38px #2a8db03d;color:#fff;font:700 15px/1 Inter,system-ui,sans-serif;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.form-submit-button:hover,.form-submit-button:focus{transform:translateY(-2px);box-shadow:0 20px 48px #2a8db052}.form-submit-button:disabled{cursor:wait;opacity:.68;transform:none}@media(max-width:1024px){.evgenia-html-header__inner{width:100%;min-height:112px;padding:0 18px;grid-template-columns:1fr 58px 1fr;gap:12px}.evgenia-html-header__desktop-nav{display:none}.evgenia-html-header__mobile-menu-area{display:flex;justify-content:center}.evgenia-html-header__logo{max-width:305px;max-height:102px}.evgenia-html-header__cta-wrap{justify-self:end}.evgenia-custom .ev-hero{min-height:auto;padding-top:52px;padding-bottom:58px}.evgenia-custom .ev-hero h1{max-width:820px;font-size:clamp(44px,8vw,68px)}.evgenia-custom .ev-hero-card{display:none}.evgenia-custom .ev-hero-grid,.evgenia-custom .ev-intro-grid,.evgenia-custom .ev-services-head,.evgenia-custom .ev-process-grid,.evgenia-custom .ev-location-grid,.evgenia-custom .ev-faq-grid,.evgenia-html-footer__cta-card,.two-column{grid-template-columns:1fr}.evgenia-html-footer__top-grid,.evgenia-html-footer__contact-grid{grid-template-columns:1fr 1fr}.evgenia-html-footer__services-column{grid-column:1 / -1}}@media(max-width:767px){.evgenia-html-header__inner{min-height:98px;padding:0 12px;grid-template-columns:1fr 52px 1fr;gap:8px}.evgenia-html-header__logo{max-width:225px;max-height:84px}.evgenia-html-header__cta{max-width:122px;padding:12px 13px;font-size:12px;white-space:normal;line-height:1.15;text-align:center}.evgenia-html-header__mobile-dropdown{position:fixed;top:108px;width:calc(100vw - 24px);max-width:420px}.evgenia-custom .ev-container,.evgenia-html-footer__inner{width:calc(100% - 32px)}.evgenia-custom .ev-hero,.evgenia-custom .ev-intro,.evgenia-custom .ev-services,.evgenia-custom .ev-process,.evgenia-custom .ev-location,.evgenia-custom .ev-faq-preview,.evgenia-custom .ev-final{padding-top:76px;padding-bottom:76px}.evgenia-custom .ev-hero{padding-top:38px;padding-bottom:42px}.evgenia-custom .ev-hero h1{font-size:clamp(38px,12vw,48px);line-height:.98;margin-bottom:16px}.evgenia-custom .ev-hero-lead{font-size:16px;line-height:1.52;margin-bottom:18px}.evgenia-custom .ev-hero-chips{gap:8px;margin-bottom:18px}.evgenia-custom .ev-hero-chips span{min-height:32px;padding:7px 11px;font-size:12.5px}.evgenia-custom .ev-hero-trust-list{gap:8px 12px;margin-top:18px}.evgenia-custom .ev-hero-trust-list li{font-size:12.5px}.evgenia-custom .ev-hero .ev-btn{min-height:48px}.evgenia-custom .ev-btn-row{flex-direction:column;align-items:stretch}.evgenia-custom .ev-btn{width:100%}.evgenia-custom .ev-practice-grid,.evgenia-custom .ev-trust-strip,.evgenia-custom .ev-hero-facts,.service-list,.link-list,.card-grid,.process-grid,.form-grid,.evgenia-html-footer__top-grid,.evgenia-html-footer__services-wrap,.evgenia-html-footer__contact-grid{grid-template-columns:1fr}.content-body,.contact-form-card{padding:24px}.form-submit-button{width:100%}.evgenia-custom .ev-service-row,.evgenia-custom .ev-step{grid-template-columns:1fr}.evgenia-custom .ev-portrait-placeholder{min-height:350px}.evgenia-html-footer__cta-button{width:100%}.evgenia-html-footer__bottom{flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important;scroll-behavior:auto!important}}
