:root {
  --navy: #071b3d;
  --navy-soft: #0c2c5c;
  --gold: #c69232;
  --gold-light: #e1bd6d;
  --ink: #142038;
  --muted: #617087;
  --paper: #f7f8fa;
  --white: #ffffff;
  --line: #dfe4eb;
  --shadow: 0 24px 70px rgba(4, 20, 47, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
button, a { font: inherit; }
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px clamp(22px, 5vw, 76px);
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(7, 27, 61, .1);
  backdrop-filter: blur(12px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: .12em;
  font-size: .95rem;
}
.brand img { width: 56px; height: 56px; object-fit: contain; }
.brand b { color: var(--gold); font-weight: 600; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { text-decoration: none; font-size: .93rem; font-weight: 650; }
.main-nav a:hover { color: var(--gold); }
.main-nav .nav-contact { padding: 8px 14px; border: 1px solid var(--gold); color: var(--navy); }
.language-button, .menu-button {
  border: 1px solid var(--navy);
  background: transparent;
  color: var(--navy);
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 750;
}
.menu-button { display: none; }
.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
  align-items: center;
  gap: 50px;
  padding: 76px clamp(22px, 8vw, 130px) 90px;
  overflow: hidden;
  background: var(--white);
}
.hero-copy { max-width: 760px; position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
}
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; color: var(--navy); }
html[lang="el"] body { font-family: "Segoe UI", "Noto Sans", Arial, sans-serif; }
html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] .principles strong,
html[lang="el"] .about-card .lead,
html[lang="el"] .large-copy,
html[lang="el"] .info-accordion summary {
  font-family: "Segoe UI", "Noto Sans", Arial, sans-serif;
  letter-spacing: -.018em;
}
html[lang="el"] h1,
html[lang="el"] h2 { font-weight: 650; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 6vw, 5.6rem); line-height: .99; letter-spacing: -.035em; font-weight: 500; }
.hero-intro { max-width: 640px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; text-decoration: none; font-weight: 750; }
.button-primary { background: var(--navy); color: var(--white); border: 1px solid var(--navy); }
.button-primary:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.button-secondary { border: 1px solid var(--navy); color: var(--navy); }
.button-secondary:hover { background: var(--navy); color: var(--white); }
.button-gold { margin-top: 18px; background: var(--gold); color: var(--navy); border: 1px solid var(--gold); }
.button-gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.hero-mark { display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.hero-mark::before { content: ""; position: absolute; width: min(42vw, 620px); aspect-ratio: 1; border: 2px solid rgba(198,146,50,.72); transform: rotate(45deg); }
.hero-mark img { width: min(30vw, 440px); max-height: 500px; object-fit: contain; filter: drop-shadow(0 20px 34px rgba(4,20,47,.18)); }
.principles { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 clamp(22px, 8vw, 130px); transform: translateY(-42px); background: var(--white); box-shadow: var(--shadow); }
.principles div { padding: 25px 30px; border-right: 1px solid var(--line); }
.principles div:last-child { border-right: 0; }
.principles strong, .principles span { display: block; }
.principles strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.principles span { color: var(--muted); font-size: .9rem; }
.section { padding: 90px clamp(22px, 8vw, 130px); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.08; font-weight: 500; letter-spacing: -.025em; }
.services-section { padding-top: 65px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { display: block; text-decoration: none; }
.services-grid article { height: 100%; min-height: 220px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.services-grid article:hover { background: var(--paper); transform: translateY(-3px); }
.services-grid article > span { color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .13em; }
.services-grid h3 { margin: 22px 0 9px; font-size: 1.27rem; font-weight: 500; }
.services-grid p { margin: 0; color: var(--muted); }
.services-grid article b { display: block; margin-top: 16px; color: var(--gold); font-size: .88rem; }
.featured-service { grid-column: span 2; }
.featured-service article { background: linear-gradient(135deg, var(--navy) 0 72%, var(--navy-soft) 72%); }
.featured-service article:hover { background: linear-gradient(135deg, #0a244e 0 72%, var(--navy-soft) 72%); }
.featured-service h3, .featured-service p { color: var(--white); }
.featured-service article b { color: var(--gold-light); }
.about-section { background: var(--navy); }
.about-card { max-width: 910px; padding-left: clamp(0px, 7vw, 100px); }
.about-card h2, .about-card p { color: var(--white); }
.about-card .eyebrow { color: var(--gold-light); }
.about-card .lead { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.4; }
.about-card p:last-child { max-width: 720px; color: #cdd6e5; }
.contact-section { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.contact-section p { max-width: 700px; color: var(--muted); }
.contact-methods { display: grid; gap: 10px; margin-top: 22px; }
.contact-method { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; max-width: 680px; padding: 13px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-method span { color: var(--muted); }
.contact-method strong { color: var(--navy); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 5px; }
.contact-method:hover strong { color: var(--gold); }
address { padding: 32px; border-left: 3px solid var(--gold); background: var(--paper); font-style: normal; }
address strong, address span { display: block; }
address strong { color: var(--navy); margin-bottom: 10px; }
footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding: 30px clamp(22px, 5vw, 76px); color: #d3dbea; background: #04132c; font-size: .87rem; }
.footer-brand { font-family: Georgia, "Times New Roman", serif; letter-spacing: .12em; }
.footer-brand b { color: var(--gold-light); }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: inherit; }
.footer-links button { padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
dialog { max-width: 650px; width: calc(100% - 36px); padding: 42px; border: 0; box-shadow: var(--shadow); color: var(--ink); }
dialog::backdrop { background: rgba(4, 19, 44, .76); backdrop-filter: blur(4px); }
dialog h2 { font-size: 2rem; }
.dialog-close { position: absolute; top: 12px; right: 16px; border: 0; background: transparent; font-size: 1.8rem; cursor: pointer; color: var(--navy); }

/* Service and professional profile pages */
.detail-main { background: var(--white); }
.detail-hero { min-height: 560px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; padding: 80px clamp(22px, 8vw, 130px); background: linear-gradient(120deg, var(--paper) 0 69%, var(--navy) 69%); }
.detail-hero > div { max-width: 800px; }
.detail-hero h1, .profile-hero h1 { margin: 18px 0 25px; font-size: clamp(2.8rem, 5.5vw, 5.4rem); line-height: 1.02; font-weight: 500; }
.detail-intro { max-width: 760px; color: var(--muted); font-size: clamp(1.1rem, 1.8vw, 1.35rem); }
.breadcrumb { color: var(--navy); font-weight: 750; text-decoration-color: var(--gold); text-underline-offset: 5px; }
.law-card { padding: 34px; background: var(--white); box-shadow: var(--shadow); border-top: 4px solid var(--gold); }
.law-card span { color: var(--gold); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.law-card p { margin: 18px 0 0; color: var(--ink); }
.detail-content { padding: 95px clamp(22px, 8vw, 130px); }
.detail-copy { max-width: 900px; }
.large-copy { color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.55; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 65px; background: var(--line); border: 1px solid var(--line); }
.audience-grid article { padding: 35px; background: var(--white); }
.audience-grid h3 { margin: 0 0 12px; font-size: 1.5rem; font-weight: 500; }
.audience-grid p { margin: 0; color: var(--muted); }
.related-guide { display: flex; align-items: center; justify-content: space-between; gap: 45px; margin-top: 45px; padding: 34px 38px; border-left: 4px solid var(--gold); background: var(--paper); }
.related-guide h3 { margin: 0 0 8px; font-size: clamp(1.55rem, 2.5vw, 2rem); font-weight: 500; }
.related-guide p:not(.eyebrow) { max-width: 680px; margin: 0; color: var(--muted); }
.related-guide .button { flex: 0 0 auto; }
.practice-scope { margin-top: 78px; padding-top: 68px; border-top: 1px solid var(--line); }
.practice-scope-heading { max-width: 820px; }
.practice-scope-heading > p:not(.eyebrow) { color: var(--muted); }
.practice-scope-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 38px; border: 1px solid var(--line); background: var(--line); }
.practice-scope-grid article { padding: 30px; background: var(--white); }
.practice-scope-grid h3 { margin: 0 0 10px; font-size: 1.35rem; font-weight: 500; }
.practice-scope-grid p { margin: 0; color: var(--muted); }
.help-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; margin-top: 90px; padding-top: 70px; border-top: 1px solid var(--line); }
.help-grid ul { list-style: none; padding: 0; margin: 0; }
.help-grid li { position: relative; padding: 18px 0 18px 32px; border-bottom: 1px solid var(--line); font-weight: 650; }
.help-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); }
.page-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin: 0 clamp(22px, 8vw, 130px); padding: 55px 60px; color: var(--white); background: var(--navy); }
.page-cta h2 { color: var(--white); font-size: clamp(2rem, 3.4vw, 3.2rem); }
.page-cta p:not(.eyebrow) { max-width: 700px; margin-bottom: 0; color: #d0d8e7; }
.page-cta .button { flex: 0 0 auto; margin: 0; }
.contact-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; justify-content: flex-end; gap: 10px; max-width: 480px; }
.button-outline-light { border: 1px solid rgba(255,255,255,.7); color: var(--white); }
.button-outline-light:hover { border-color: var(--gold-light); color: var(--gold-light); }
.page-note { margin: 22px clamp(22px, 8vw, 130px) 60px; color: var(--muted); font-size: .84rem; }
.profile-hero { min-height: 500px; display: grid; grid-template-columns: 1fr minmax(260px, .45fr); gap: 60px; align-items: center; padding: 70px clamp(22px, 8vw, 130px); background: var(--paper); }
.profile-hero img { width: min(100%, 360px); justify-self: center; filter: drop-shadow(0 24px 44px rgba(4,20,47,.16)); }
.profile-content { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; padding: 95px clamp(22px, 8vw, 130px); }
.credentials { padding: 34px; background: var(--navy); color: var(--white); }
.credentials h3 { margin-top: 0; color: var(--gold-light); font-size: 1.5rem; }
.credentials ul { padding-left: 20px; }
.credentials li { margin: 0 0 15px; }
.ica-membership { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr); gap: clamp(42px, 7vw, 100px); align-items: center; padding: 76px clamp(22px, 10vw, 170px); border-top: 1px solid var(--line); background: var(--white); }
.ica-badge-link { display: block; max-width: 310px; justify-self: center; }
.ica-badge-link img { display: block; width: 100%; height: auto; filter: drop-shadow(0 18px 30px rgba(7,27,61,.16)); transition: transform .2s ease; }
.ica-badge-link:hover img { transform: translateY(-4px); }
.ica-membership h2 { max-width: 760px; font-size: clamp(2rem, 3.5vw, 3.25rem); }
.ica-membership p:not(.eyebrow) { max-width: 760px; color: var(--muted); }
.ica-verify { display: inline-block; margin-top: 10px; color: var(--navy); font-weight: 800; text-decoration-color: var(--gold); text-underline-offset: 5px; }
.ica-verify:hover { color: var(--gold); }
.experience-band { padding: 80px clamp(22px, 14vw, 240px); background: var(--paper); }
.experience-band p { max-width: 920px; }

/* Cyprus company registration guide */
.company-hero { background: linear-gradient(120deg, var(--paper) 0 65%, var(--navy) 65%); }
.guide-section { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(45px, 7vw, 110px); padding: 95px clamp(22px, 8vw, 130px); }
.guide-heading { align-self: start; position: sticky; top: 120px; }
.guide-heading p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.steps-section { background: var(--paper); }
.accordion-list { border-top: 1px solid var(--line); }
.info-accordion { border-bottom: 1px solid var(--line); background: var(--white); }
.info-accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 82px; padding: 20px 24px; cursor: pointer; list-style: none; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.12rem, 1.8vw, 1.38rem); font-weight: 600; }
.info-accordion summary::-webkit-details-marker { display: none; }
.info-accordion summary:hover, .info-accordion summary:focus-visible { color: var(--gold); }
.info-accordion summary:focus-visible { outline: 3px solid rgba(198, 146, 50, .35); outline-offset: -3px; }
.info-accordion summary b { flex: 0 0 auto; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--gold); color: var(--gold); font-family: Inter, sans-serif; font-size: 1.45rem; font-weight: 400; transition: transform .2s ease, background .2s ease; }
.info-accordion[open] summary b { transform: rotate(45deg); background: var(--gold); color: var(--navy); }
.accordion-body { padding: 0 72px 28px 24px; }
.accordion-body p { margin: 0; color: var(--muted); }
.support-strip { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; padding: 80px clamp(22px, 8vw, 130px); color: var(--white); background: var(--navy); }
.support-strip h2 { color: var(--white); }
.support-strip ul { list-style: none; margin: 0; padding: 0; }
.support-strip li { position: relative; padding: 15px 0 15px 30px; border-bottom: 1px solid rgba(255,255,255,.16); }
.support-strip li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-light); }

@media (max-width: 900px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; background: var(--white); }
  .hero-mark { min-height: 410px; opacity: 1; }
  .hero-mark::before { width: min(68vw, 480px); }
  .hero-mark img { width: min(55vw, 360px); }
  .principles { grid-template-columns: 1fr; transform: translateY(-26px); }
  .principles div { border-right: 0; border-bottom: 1px solid var(--line); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-section { grid-template-columns: 1fr; }
  .detail-hero { grid-template-columns: 1fr; background: var(--paper); }
  .law-card { max-width: 700px; }
  .profile-content { grid-template-columns: 1fr; }
  .ica-membership { grid-template-columns: 1fr; text-align: center; }
  .ica-membership .eyebrow, .ica-membership h2, .ica-membership p:not(.eyebrow) { margin-left: auto; margin-right: auto; }
  .related-guide { align-items: flex-start; flex-direction: column; }
  .practice-scope-grid { grid-template-columns: 1fr; }
  .guide-section { grid-template-columns: 1fr; }
  .guide-heading { position: static; }
  .support-strip { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 680px) {
  .site-header { min-height: 70px; }
  .brand img { width: 48px; height: 48px; }
  .brand span { display: none; }
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 22px 22px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(4,20,47,.1); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; }
  .language-button { margin-top: 8px; align-self: flex-start; }
  .hero { padding-bottom: 70px; }
  .hero-mark { min-height: 320px; }
  .hero-mark::before { width: min(78vw, 350px); }
  .hero-mark img { width: min(64vw, 275px); }
  h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .principles { margin-left: 18px; margin-right: 18px; }
  .section { padding: 70px 22px; }
  .services-grid { grid-template-columns: 1fr; }
  .featured-service { grid-column: auto; }
  .services-grid article { min-height: auto; }
  footer { align-items: flex-start; flex-direction: column; }
  .detail-hero, .profile-hero { min-height: auto; grid-template-columns: 1fr; gap: 30px; padding: 60px 22px; }
  .profile-hero img { width: 220px; }
  .detail-content, .profile-content, .experience-band { padding: 65px 22px; }
  .audience-grid, .help-grid { grid-template-columns: 1fr; gap: 0; }
  .help-grid { gap: 30px; }
  .page-cta { margin: 0; padding: 50px 22px; align-items: flex-start; flex-direction: column; }
  .contact-actions { justify-content: flex-start; max-width: none; }
  .page-note { margin-left: 22px; margin-right: 22px; }
  .guide-section { padding: 65px 22px; gap: 32px; }
  .info-accordion summary { min-height: 72px; padding: 17px 16px; }
  .accordion-body { padding: 0 16px 24px; }
  .support-strip { padding: 65px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
