/* =============================================================
   Fintechtik — main stylesheet
   Rebuilt from the WordPress/Elementor export into semantic CSS.
   Sections: tokens · reset · layout · buttons · header · hero ·
   section headings · services · about · stats · collaboration ·
   partners/odoo · skills · benefits · contact · footer · misc ·
   responsive
   ============================================================= */

/* ------------------------------- Tokens ------------------------------- */
:root {
  --orange: #ff7e00;
  --orange-alt: #ff8500;   /* eyebrows / topbar band */
  --navy: #131730;
  --ink: #282828;          /* primary heading/text */
  --ink-soft: #1e1e1e;     /* body copy in content */
  --muted: #8e8c8c;        /* counter titles */
  --topbar-bg: #232232;
  --footer-bg: #1a1926;
  --copyright-bg: #13131e;
  --peach: #ffdab2;
  --card-bg: #f5f5f5;
  --content-max: 1200px;
  --border-soft: #eff1f0;
}

/* ------------------------------- Reset -------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

/* Smooth in-page scrolling for nav anchor links (disabled if the user
   prefers reduced motion). scroll-margin-top keeps section titles clear
   of the sticky header. */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
section[id] { scroll-margin-top: 100px; }

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #161616;
  background: #fff;
  overflow-x: hidden;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  color: #272727;
  line-height: 1.2;
  font-weight: 600;
}

img { max-width: 100%; height: auto; vertical-align: middle; border: none; }
[hidden] { display: none !important; }
a { color: var(--orange); text-decoration: none; transition: color .3s; }
a:hover { color: #272727; }
ul { list-style: none; }
p { margin: 0; }

.site-wrapper a:focus,
button:focus, input:focus, textarea:focus { outline: 1px solid var(--orange); }

/* ---------------------------- Layout helpers -------------------------- */
.container,
.container-boxed { width: 100%; max-width: var(--content-max); margin: 0 auto; padding: 0 15px; }
.container-wide  { width: 100%; max-width: var(--content-max); margin: 0 auto; padding: 0 30px; }
.section { padding: 80px 0; }

.sr-only {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100000;
  background: #f1f1f1; color: #21759b; padding: 15px 23px; border-radius: 3px;
  font-weight: bold;
}
.skip-link:focus { left: 5px; top: 5px; }

/* ------------------------------- Buttons ------------------------------ */
.btn {
  display: inline-block; line-height: 1; text-align: center; cursor: pointer;
  border: none; font-family: "Inter", sans-serif; transition: all .3s;
}
.btn--primary {
  background: var(--orange); color: #fff; font-size: 15px; font-weight: 500;
  padding: 12px 24px; border-radius: 3px;
}
.btn--primary:hover { background: #464646; color: #fff; }

/* =============================== HEADER =============================== */
.site-header { position: relative; width: 100%; z-index: 999; background: #fff; }
.site-header.is-fixed {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999999;
  background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.site-header.is-fixed .topbar { display: none; }

/* Top bar */
.topbar { background: var(--topbar-bg); color: #fff; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 50px; }
.topbar__item {
  position: relative; display: flex; align-items: center; gap: 8px;
  background: var(--orange-alt); color: #fff; font-size: 16px; line-height: 50px;
  padding-right: 30px; white-space: nowrap;
}
.topbar__item::before {
  content: ""; position: absolute; top: 0; right: 100%; height: 100%;
  width: 100vw; background: var(--orange-alt);
}
.topbar__item::after {
  content: ""; position: absolute; top: 0; left: 100%; width: 0; height: 0;
  border-top: 50px solid var(--orange-alt); border-right: 40px solid transparent;
}
.topbar__item .icon { width: 16px; height: 16px; fill: #fff; flex-shrink: 0; }
.topbar__social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 50px; color: #fff;
}
.topbar__social a:hover { color: #ad6004; }
.topbar__social .icon { width: 16px; height: 16px; fill: currentColor; }

/* Masthead */
.masthead { background: #fff; }
.masthead .container { position: relative; }
.masthead__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { display: block; padding: 22px 0; }
.logo img { height: 36px; width: auto; display: block; }

/* Primary navigation */
.main-nav { position: static; }
.nav-menu { display: flex; align-items: center; }
.nav-menu a {
  display: block; padding: 30px 8px; font-size: 16px; font-weight: 600;
  color: var(--ink); text-transform: uppercase; line-height: 1.5;
}
.nav-menu a:hover,
.nav-menu .is-current > a { color: var(--orange); }

.nav-toggle { display: none; background: transparent; border: none; cursor: pointer; }
.nav-toggle__bar { display: block; width: 30px; height: 3px; background: #222; border-radius: 2px; }
.nav-toggle__bar + .nav-toggle__bar { margin-top: 6px; }

/* Header contact block (peach band, right side) */
.header-contact {
  position: relative; background: var(--peach); display: flex; align-items: center;
  gap: 15px; padding: 20px 0 20px 5px;
}
.header-contact::before {
  content: ""; position: absolute; top: 0; left: 100%; height: 100%;
  width: 100vw; background: var(--peach);
}
.header-contact::after {
  content: ""; position: absolute; top: 0; right: 100%; width: 0; height: 0;
  border-bottom: 84px solid var(--peach); border-left: 55px solid transparent;
}
.header-contact .icon { width: 38px; height: 38px; fill: var(--orange-alt); flex-shrink: 0; }
.header-contact__label { display: block; font-size: 16px; font-weight: bold; color: #040404; }
.header-contact a { display: block; font-size: 16px; color: var(--ink); }

/* =============================== HERO ================================= */
.hero { position: relative; overflow: hidden; background: #0b0e1c; }
.hero__viewport { position: relative; }
.hero__slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; }
.hero__slide:first-child { position: relative; }
.hero__slide.is-active { opacity: 1; z-index: 1; }
.hero__slide img { display: block; width: 100%; height: auto; }
.hero__caption {
  position: absolute; inset: 0; z-index: 2;
  display: flex; align-items: center; justify-content: center; text-align: center;
}
.hero__caption .container { max-width: 1170px; }
.hero__caption h2 {
  font-family: "Inter", sans-serif; color: #fff; font-size: 62px; line-height: 1.1;
  font-weight: 800; margin: 0 auto 25px; max-width: 70%;
}
.hero__caption p {
  font-family: "Open Sans", sans-serif; color: #fff; font-size: 18px;
  line-height: 1.7; margin: 0 auto; max-width: 60%;
}
.hero__dots {
  position: absolute; bottom: 10%; left: 0; right: 0; z-index: 3;
  display: flex; justify-content: center; gap: 10px;
}
.hero__dots button {
  width: 12px; height: 12px; border-radius: 50%; border: none;
  background: #fff; opacity: .55; cursor: pointer; padding: 0;
}
.hero__dots button.is-active { opacity: 1; }

/* ------------------------- Section headings --------------------------- */
.section-head { margin-bottom: 50px; }
.section-head--center { text-align: center; }
.eyebrow {
  font-family: "Inter", sans-serif; font-weight: 600; font-size: 20px;
  color: var(--orange-alt); margin: 0 0 6px;
}
.eyebrow--lg { font-size: 22px; }
.section-title {
  font-family: "Inter", sans-serif; font-weight: 800; font-size: 48px;
  line-height: 1.2; color: var(--ink); margin: 0;
}
.section-title--light { color: #fff; }
.section-title a { color: inherit; }

/* =============================== SERVICES ============================= */
.services { background: var(--navy); }
.services__grid { display: flex; flex-wrap: wrap; justify-content: center; }
.service-card {
  flex: 0 0 31%; max-width: 31%; margin: 1%;
  background: var(--card-bg); border-radius: 15px; padding: 50px 30px 20px;
}
.service-card__icon { position: relative; padding: 0 0 10px 30px; z-index: 1; }
.service-card__icon::before {
  content: ""; position: absolute; left: 0; top: -20px; width: 90px; height: 90px;
  background: #ebebeb; border-radius: 50%; z-index: -1;
}
.service-card__title {
  font-size: 24px; font-weight: 700; line-height: 1.2; color: var(--ink); margin: 0 0 10px;
}
.service-card p { font-size: 16px; font-weight: 400; color: var(--ink-soft); }

/* =============================== ABOUT ================================ */
.about { background: #fff; }
.about__grid { display: flex; align-items: flex-start; }
.about__media { flex: 0 0 50%; max-width: 50%; position: relative; }
.about__img-large { width: 85%; padding-top: 50px; display: block; }
.about__img-small {
  position: absolute; z-index: 2; right: 0; top: 0; width: auto; max-width: 47%;
  border: 15px solid #fff; box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.about__content { flex: 0 0 44%; max-width: 44%; margin-left: 6%; padding-top: 30px; }
.about__content .section-title { margin-bottom: 10px; }
.about__text { font-size: 17px; color: var(--ink-soft); }
.about__text p + p { margin-top: 1em; }
.feature-list {
  padding: 35px 0 0; column-count: 2; column-gap: 24px;
}
.feature-list li {
  position: relative; padding-left: 30px; margin-bottom: 12px;
  font-size: 19px; font-weight: 600; color: var(--ink); break-inside: avoid;
}
.feature-list li::before {
  content: ""; position: absolute; left: 0; top: 2px; width: 20px; height: 20px;
  border-radius: 50%; background: var(--orange)
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='white'><path d='M285.5 273 91.1 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.7-22.7c-9.4-9.4-9.4-24.5 0-33.9L188.5 256 34.5 101.3c-9.3-9.4-9.3-24.5 0-33.9l22.7-22.7c9.4-9.4 24.6-9.4 33.9 0L285.5 239c9.4 9.4 9.4 24.6 0 34z'/></svg>")
    center / 9px no-repeat;
}

/* =============================== STATS ================================ */
.stats { padding: 0; background: linear-gradient(180deg, #fdfdfd 50%, #eceeed 50%); }
.stats__card {
  background: #fff; box-shadow: 0 0 25px rgba(0,0,0,.1);
  display: flex; flex-wrap: wrap; padding: 45px 35px 40px 60px;
}
.stat {
  flex: 1; display: flex; align-items: center; gap: 12px; padding: 0 15px;
  border-right: 1px solid var(--border-soft);
}
.stat:last-child { border-right: none; }
.stat__icon { flex: 0 0 auto; text-align: center; }
.stat__body { display: flex; flex-direction: column; }
.stat__number { font-size: 48px; font-weight: 800; color: var(--ink); line-height: 1; }
.stat__title { font-size: 16px; color: var(--muted); }

/* =========================== COLLABORATION =========================== */
.collab { background: #eef0ef; padding: 60px 0 80px; }
.collab .section-head { margin-bottom: 20px; }
.collab__title { max-width: 600px; margin: 0 auto; }
.collab__grid { display: flex; flex-wrap: wrap; justify-content: center; }
.collab-card { flex: 0 0 33.33%; max-width: 33.33%; padding: 10px; }
.collab-card__media { position: relative; z-index: 2; text-align: center; }
.collab-card__media img {
  width: 95%; margin: 0 auto; display: block; background: var(--orange); border-radius: 15px;
}
.collab-card__body {
  background: #fff; border-radius: 15px; padding: 135px 45px 60px;
  position: relative; top: -110px; margin-bottom: -90px;
}
.collab-card__body h3 { font-size: 24px; font-weight: 600; color: var(--ink); margin: 0 0 15px; }
.collab-card__body p { font-size: 16px; color: var(--ink-soft); }
.collab-card__body p + p { margin-top: 1em; }

/* =========================== PARTNERS / ODOO ========================= */
.partners { padding: 60px 0 0; }
.partners .section-head { margin-bottom: 0; }

.odoo-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  padding-top: 40px; padding-bottom: 60px;
}
.odoo-card {
  background: #fff; border: 1px solid #eaeaea; border-radius: 12px; padding: 36px 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,.07); transition: transform .2s, box-shadow .2s;
}
.odoo-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(0,0,0,.12); }
.odoo-card__icon {
  width: 64px; height: 64px; background: #fff3e0; border-radius: 12px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.odoo-card__icon img { width: 38px; height: 38px; object-fit: contain; }
.odoo-card h3 { font-size: 20px; font-weight: 700; color: #1a1a2e; margin: 0 0 12px; }
.odoo-card p { font-size: 15px; color: #555; line-height: 1.7; margin: 0 0 18px; }
.odoo-card ul { margin: 0; padding-left: 20px; color: #555; font-size: 14px; line-height: 2; list-style: disc; }

.odoo-why { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 60%, #0f3460 100%); padding: 80px 0; }
.odoo-why__head { text-align: center; margin-bottom: 54px; }
.odoo-why__head h2 { font-size: 36px; font-weight: 800; color: #fff; margin: 0 0 14px; }
.odoo-why__head p { font-size: 17px; color: rgba(255,255,255,.65); margin: 0 auto; max-width: 560px; line-height: 1.7; }
.odoo-why__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.odoo-feature {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 16px;
  padding: 36px 32px; display: flex; gap: 22px; align-items: flex-start; transition: background .2s;
}
.odoo-feature:hover { background: rgba(255,126,0,.12); }
.odoo-feature__icon {
  flex-shrink: 0; width: 54px; height: 54px; border-radius: 12px;
  background: linear-gradient(135deg, #ff7e00, #ff9a3c);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; color: #fff; box-shadow: 0 6px 18px rgba(255,126,0,.35);
}
.odoo-feature h4 { font-size: 19px; font-weight: 700; color: #fff; margin: 0 0 10px; }
.odoo-feature p { font-size: 15px; color: rgba(255,255,255,.65); margin: 0; line-height: 1.7; }

.odoo-cta { text-align: center; padding: 60px 15px; }
.odoo-cta__title { font-family: "Inter", sans-serif; font-size: 42px; font-weight: 800; color: var(--ink); margin: 0 0 14px; }
.odoo-cta__subtitle { font-family: "Inter", sans-serif; font-size: 24px; font-weight: 600; color: #555; margin: 0 auto 26px; max-width: 640px; }

/* =============================== SKILLS ============================== */
.skills { background: linear-gradient(90deg, #fff 75%, var(--orange) 75%); }
.skills__grid { display: flex; align-items: center; }
.skills__content { flex: 0 0 46%; max-width: 46%; }
.skills__content .section-title { margin-bottom: 30px; }
.skills__media { flex: 0 0 45%; max-width: 45%; margin-left: 9%; }
.skills__media img { width: 100%; margin-top: 30px; display: block; }

.skill-bars { margin: 0; }
.skill { position: relative; margin-bottom: 34px; }
.skill:last-child { margin-bottom: 0; }
.skill__label { display: block; font-size: 18px; font-weight: 600; color: var(--ink); }
.skill__pct { position: absolute; top: 0; right: 0; font-size: 18px; font-weight: 600; color: var(--ink); }
.skill__track { position: relative; height: 5px; background: #f2f2f2; margin-top: 15px; }
.skill__fill { height: 100%; width: 0; background: var(--bar, var(--orange)); transition: width 1s ease-in-out; }

/* =============================== BENEFITS ============================ */
.benefits { background: #f5f5f5; }
.benefits__grid { display: flex; flex-wrap: wrap; gap: 24px; }
.benefit-card {
  flex: 0 0 calc(33.333% - 16px); max-width: calc(33.333% - 16px);
  background: #fff; border-radius: 10px; padding: 45px 15px 45px 20px;
  display: flex; gap: 20px; align-items: flex-start; transition: background .3s;
}
.benefit-card:hover { background: var(--orange); }
.benefit-card__icon {
  flex: 0 0 auto; width: 110px; height: 80px; background: var(--orange); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.benefit-card:hover .benefit-card__icon { background: #fff; }
.benefit-card:hover .benefit-card__icon img {
  filter: invert(100%) sepia(1%) saturate(1%) hue-rotate(1deg) brightness(1000%) contrast(100%);
}
.benefit-card__body h3 { font-size: 21px; font-weight: 600; color: #040404; margin: 0 0 10px; }
.benefit-card__body p { font-size: 17px; color: var(--ink-soft); }
.benefit-card:hover .benefit-card__body h3,
.benefit-card:hover .benefit-card__body p { color: #fff; }

/* =============================== CONTACT ============================= */
.contact {
  background: radial-gradient(at center center, #9ddffb 0%, #d8eff8 83%);
  min-height: 650px; display: flex; align-items: center; padding: 40px 0;
}
.contact__grid { display: flex; align-items: flex-start; gap: 31px; width: 100%; }
.contact__intro { flex: 0 0 58%; max-width: 58%; }
.contact__panel { flex: 0 0 37%; max-width: 37%; }
.contact__heading { margin: 0 0 12px; }
.contact__intro .contact__heading { font-size: 36px; }
.contact__panel .contact__heading { font-size: 21px; }
.contact__lead { font-size: 16px; font-weight: 300; line-height: 24px; color: var(--ink-soft); padding-left: 40px; }
.contact__list { padding: 15px 0 0 60px; }
.contact__list li { position: relative; padding-left: 22px; margin-bottom: 8px; font-weight: 300; }
.contact__list li::before { content: "›"; position: absolute; left: 0; color: var(--orange); font-weight: 700; }
.contact__note { font-size: 16px; font-weight: 300; color: var(--ink-soft); margin-bottom: 10px; }

/* Contact form */
.contact-form { margin-top: 10px; }
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%; padding: 15px; background: #fff; border: none; margin: 5px 0;
  font-size: 15px; font-family: "Inter", sans-serif;
}
.contact-form textarea { min-height: 160px; resize: vertical; }
.contact-form ::placeholder { color: #7e7e7e; }
.contact-form input.is-invalid,
.contact-form textarea.is-invalid { outline: 1px solid #e02424; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 15px; }
.form-row { margin: 0; }
.form-row--submit { margin-top: 25px; display: flex; align-items: center; }
.contact-form .btn--primary { border-radius: 0; font-weight: 500; }
.field-error { display: block; color: #e02424; font-size: 13px; margin-top: 4px; min-height: 16px; }
.hp-field { position: absolute; left: -9999px; top: -9999px; }
.form-loader {
  display: inline-block; width: 18px; height: 18px; margin-left: 10px; vertical-align: middle;
  border: 2px solid #ccc; border-top-color: var(--orange); border-radius: 50%;
  animation: spin .7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.form-response { margin-top: 16px; padding: 12px 16px; border-radius: 6px; font-size: 14px; }
.form-response.is-success { background: #e7f8ee; color: #1a7f4e; border: 1px solid #b9ebce; }
.form-response.is-error { background: #fdecec; color: #b42318; border: 1px solid #f6c6c6; }

/* =============================== FOOTER ============================== */
.site-footer { background: var(--footer-bg); color: #fff; overflow: hidden; }

.footer-info { background: var(--topbar-bg); }
.footer-info .container { display: flex; flex-wrap: wrap; gap: 0 40px; }
.footer-info__box { position: relative; flex: 1 1 30%; padding: 40px 0 40px 60px; }
.footer-info__box .icon {
  position: absolute; left: 0; top: 40px; width: 45px; height: 50px;
  background: var(--orange); fill: #fff; padding: 12px;
}
.footer-info__label { display: block; font-size: 16px; color: var(--orange); }
.footer-info__box p { margin: 0; font-size: 18px; font-weight: 600; font-family: "Inter", sans-serif; }
.footer-info__box a { color: #fff; }
.footer-info__box--accent { background: var(--orange); }
.footer-info__box--accent .icon { background: transparent; fill: #fff; }
.footer-info__box--accent .footer-info__label { color: #fff; }

.footer-main .container { padding-top: 35px; padding-bottom: 60px; }
.footer-main__logo { display: inline-block; }
.footer-main__logo img { max-height: 60px; margin-bottom: 25px; }
.footer-main p { color: #b2b3a6; font-size: 16px; }

.footer-copyright { background: var(--copyright-bg); text-align: center; padding: 25px 0; }
.footer-copyright p { margin: 0; color: #fff; }

/* Back to top */
.back-to-top {
  position: fixed; bottom: 32px; right: 27px; z-index: 9;
  width: 45px; height: 45px; border-radius: 50%; background: #ad6004;
  display: flex; align-items: center; justify-content: center;
}
.back-to-top:hover { background: #f1b300; }
.back-to-top .icon { width: 18px; height: 18px; fill: #fff; }

/* ============================= RESPONSIVE ============================ */

/* Hide slider dots below the widescreen threshold (matches original) */
@media (max-width: 1169px) {
  .hero__dots { display: none; }
}

/* Tablet ---------------------------------------------------------------- */
@media (max-width: 1024px) {
  .section-title { font-size: 29px; }
  .services, .about, .partners, .skills, .benefits { padding-top: 60px; padding-bottom: 60px; }
  .collab { padding: 60px 0; }
  .stat__number { font-size: 40px; }
  .stat__title { font-size: 14px; }
  .collab__title { max-width: none; }
  .hero__caption h2 { font-size: 36px; }
  .contact { min-height: 550px; }
  .odoo-cta__title { font-size: 34px; }
}

/* Cards: 2-up on medium (tablet) screens */
@media (min-width: 768px) and (max-width: 1024px) {
  .service-card { flex-basis: 48%; max-width: 48%; }
  .benefit-card { flex-basis: calc(50% - 12px); max-width: calc(50% - 12px); }
}

/* Mobile navigation ----------------------------------------------------- */
@media (max-width: 1023px) {
  .nav-toggle { display: block; }
  .nav-menu {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.1); z-index: 20;
  }
  .main-nav.is-open .nav-menu { display: flex; }
  .nav-menu li { border-bottom: 1px solid rgba(0,0,0,.08); }
  .nav-menu li:last-child { border-bottom: none; }
  .nav-menu a { padding: 12px 20px; }
}

/* Mobile ---------------------------------------------------------------- */
@media (max-width: 767px) {
  .section,
  .services, .about, .partners, .skills, .benefits { padding-top: 40px; padding-bottom: 40px; }
  .collab { padding: 40px 0; }
  .section-head { margin-bottom: 24px; }

  /* Header */
  .topbar__inner { flex-direction: column; align-items: stretch; min-height: 0; }
  .topbar__item { justify-content: center; padding-right: 0; line-height: 2; }
  .topbar__item::before, .topbar__item::after { display: none; }
  .masthead__inner { flex-wrap: wrap; }
  .header-contact { width: 100%; padding-left: 0; }
  .header-contact::before, .header-contact::after { display: none; }

  /* Hero */
  .hero__caption h2 { font-size: 20px; margin-bottom: 6px; max-width: 100%; }
  .hero__caption p { font-size: 13px; line-height: 1.5; max-width: 100%; }
  .hero__caption .container { padding: 0 20px; }

  /* Content grids collapse to one column */
  .service-card { flex-basis: 100%; max-width: 100%; margin: 0 0 20px; }
  .about__grid { flex-direction: column; }
  .about__media, .about__content { flex-basis: 100%; max-width: 100%; margin-left: 0; }
  .about__content { padding-top: 40px; }
  .about__img-large { width: 100%; padding-top: 0; }
  .about__img-small { position: relative; max-width: 60%; margin-bottom: 20px; }
  .feature-list { column-count: 1; }

  .stats__card { padding: 30px; flex-direction: column; }
  .stat { flex-basis: 100%; border-right: none; border-bottom: 1px solid var(--border-soft); padding: 15px 0; }
  .stat:last-child { border-bottom: none; }

  .collab-card { flex-basis: 100%; max-width: 100%; }

  .skills { background: #fff; }
  .skills__grid { flex-direction: column; }
  .skills__content, .skills__media { flex-basis: 100%; max-width: 100%; margin-left: 0; }
  .skills__media { margin-top: 30px; }

  .benefit-card { flex-basis: 100%; max-width: 100%; flex-direction: column; align-items: flex-start; }
  .benefit-card__icon { width: 100px; height: 100px; margin-bottom: 20px; }

  .contact { min-height: 0; padding: 40px 0; }
  .contact__grid { flex-direction: column; gap: 40px; }
  .contact__intro, .contact__panel { flex-basis: 100%; max-width: 100%; }
  .contact__intro .contact__heading { font-size: 29px; }
  .contact__lead, .contact__list { padding-left: 0; }
  .form-grid { grid-template-columns: 1fr; }

  /* Footer */
  .footer-info .container { flex-direction: column; }
  .footer-info__box { flex-basis: 100%; padding: 15px 0 15px 60px; }
  .footer-info__box--accent { padding-left: 60px; }
}

/* Odoo section responsive (from original inline rules) */
@media (max-width: 900px) { .odoo-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) {
  .odoo-why__grid { grid-template-columns: 1fr; }
  .odoo-feature { flex-direction: column; text-align: center; }
  .odoo-feature__icon { margin: 0 auto 16px; }
}
@media (max-width: 600px) {
  .odoo-cards { grid-template-columns: 1fr; }
  .odoo-why__head h2 { font-size: 28px; }
}
@media (max-width: 480px) {
  .odoo-why { padding: 56px 0; }
}
