/* Crown Collective Travel static stylesheet */

:root {
  --navy: #071b4e;
  --navy-deep: #04102f;
  --blue: #176bc1;
  --cyan: #49bde7;
  --violet: #713b9b;
  --magenta: #9e217e;
  --gold: #d5aa55;
  --ink: #111b38;
  --muted-ink: #5b6378;
  --line: #dfe5f2;
  --white: #ffffff;
  --background: #ffffff;
  --foreground: #111b38;
  --card: #ffffff;
  --card-foreground: #111b38;
  --popover: #ffffff;
  --popover-foreground: #111b38;
  --primary: #176bc1;
  --primary-foreground: #ffffff;
  --secondary: #eef5fb;
  --secondary-foreground: #071b4e;
  --muted: #f4f6fa;
  --muted-foreground: #667085;
  --accent: #f2ebf8;
  --accent-foreground: #713b9b;
  --destructive: #c41e3a;
  --border: #dfe5f2;
  --input: #d6ddea;
  --ring: #49bde7;
  --radius: 1rem;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --radius-sm: calc(var(--radius) - 6px);
  --radius-md: calc(var(--radius) - 3px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 8px);
  --font-sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.page-width { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: 110px; }

.hero-shell {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  color: var(--white);
  background: radial-gradient(circle at 16% 12%, rgba(73,189,231,.2), transparent 31%), linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 50%, #24134d 100%);
}
.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}
.hero-glow { position: absolute; border-radius: 999px; pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -130px; top: 60px; background: rgba(158,33,126,.25); }
.hero-glow-two { width: 330px; height: 330px; left: 36%; bottom: -190px; background: rgba(73,189,231,.24); }
.site-header { position: relative; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 24px; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand-lockup { display: flex; align-items: center; gap: 15px; }
.header-logo-shell { width: 132px; height: 132px; display: grid; flex: 0 0 auto; place-items: center; overflow: hidden; padding: 4px; border-radius: 50%; background: linear-gradient(135deg,var(--cyan),#6353ca 52%,var(--magenta)); box-shadow: 0 14px 40px rgba(0,0,0,.36), 0 0 0 2px rgba(255,255,255,.26); }
.header-logo { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: center; transform: scale(1.1); background: white; }
.brand-words { display: flex; flex-direction: column; line-height: 1.05; text-transform: uppercase; }
.brand-words strong { font-family: Georgia, "Times New Roman", serif; font-size: 17px; letter-spacing: .07em; }
.brand-words span { color: var(--cyan); font-size: 10px; letter-spacing: .46em; margin-top: 7px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 700; }
.desktop-nav a { opacity: .78; transition: opacity .2s ease, color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--cyan); opacity: 1; }
.header-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: 13px; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.header-cta:hover { background: rgba(255,255,255,.12); transform: translateY(-1px); }
.header-cta svg { width: 16px; }

.hero-content { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0,1.06fr) minmax(380px,.94fr); align-items: center; gap: 68px; padding-block: 84px 145px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; }
.eyebrow svg { width: 17px; height: 17px; }
.light-eyebrow { color: var(--cyan); }
.hero-copy h1, .section-heading h2, .story-copy h2, .contact-copy h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; line-height: .98; }
.hero-copy h1 { max-width: 660px; margin: 22px 0 30px; font-size: clamp(54px,6.15vw,88px); font-weight: 400; line-height: 1; }
.hero-title-main { display: block; color: white; line-height: .98; }
.hero-title-accent { display: block; margin-top: .13em; padding-bottom: .08em; background: linear-gradient(90deg,var(--cyan),#8a78e6 50%,#df72c1); background-clip: text; color: transparent; font-style: italic; line-height: 1.03; }
.hero-lede { max-width: 650px; margin: 0; color: rgba(255,255,255,.76); font-size: 19px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 23px; border: 0; border-radius: 999px; font-size: 14px; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button svg { width: 18px; height: 18px; }
.button-primary { color: white; background: linear-gradient(105deg,var(--blue),var(--violet) 58%,var(--magenta)); box-shadow: 0 14px 36px rgba(20,92,178,.35); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(73,189,231,.26); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.button-ghost:hover { transform: translateY(-2px); background: rgba(255,255,255,.14); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px 25px; margin-top: 30px; color: rgba(255,255,255,.7); font-size: 12px; }
.hero-proof span { display: flex; align-items: center; gap: 6px; }
.hero-proof svg { width: 15px; color: var(--gold); }
.hero-mark { position: relative; min-height: 500px; display: grid; place-items: center; }
.orbit { position: absolute; inset: 50%; border-radius: 50%; border: 1px solid rgba(255,255,255,.19); transform: translate(-50%,-50%); }
.orbit-one { width: 480px; height: 480px; }
.orbit-two { width: 390px; height: 390px; border-color: rgba(73,189,231,.32); }
.hero-photo-medallion { position: relative; z-index: 2; width: min(370px,76vw); aspect-ratio: 1; padding: 8px; overflow: hidden; border-radius: 50%; background: linear-gradient(135deg,var(--cyan) 0%,#5f62d9 52%,var(--magenta) 100%); box-shadow: 0 30px 80px rgba(0,0,0,.35), 0 0 0 10px rgba(73,189,231,.12); }
.hero-photo-medallion img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: center 48%; }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; width: max-content; max-width: 260px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.25); border-radius: 16px; background: rgba(6,21,62,.77); box-shadow: 0 18px 42px rgba(0,0,0,.25); backdrop-filter: blur(14px); color: rgba(255,255,255,.76); font-size: 11px; line-height: 1.35; }
.float-card svg { width: 25px; height: 25px; color: var(--cyan); flex: 0 0 auto; }
.float-card strong { display: block; color: white; font-size: 12px; }
.float-card-top { top: 48px; right: -5px; }
.float-card-bottom { left: -15px; bottom: 57px; }
.float-card-bottom svg { color: var(--gold); }
.hero-wave { position: absolute; z-index: 2; left: -5%; right: -5%; bottom: -85px; height: 145px; background: var(--white); border-radius: 50% 50% 0 0 / 100% 100% 0 0; }

.section-heading { margin-bottom: 52px; }
.section-heading h2, .story-copy h2, .contact-copy h2 { margin: 14px 0 20px; color: var(--navy); font-size: clamp(40px,4.7vw,62px); font-weight: 400; }
.section-heading p, .story-copy > p { color: var(--muted-ink); font-size: 17px; line-height: 1.8; }
.centered-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.centered-heading .eyebrow { justify-content: center; }
.experience-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.experience-card { position: relative; overflow: hidden; min-height: 360px; display: flex; flex-direction: column; padding: 30px 27px; border: 1px solid var(--line); border-radius: 25px; background: linear-gradient(155deg,#fff,#f8faff); box-shadow: 0 18px 50px rgba(17,33,73,.07); transition: transform .25s ease, box-shadow .25s ease; }
.experience-card::before { content: ""; position: absolute; width: 170px; height: 170px; right: -90px; top: -90px; border-radius: 50%; opacity: .11; background: currentColor; }
.experience-card:hover { transform: translateY(-7px); box-shadow: 0 24px 58px rgba(17,33,73,.13); }
.experience-icon { width: 57px; height: 57px; display: grid; place-items: center; border-radius: 17px; background: color-mix(in srgb,currentColor 13%,white); }
.experience-icon svg { width: 27px; height: 27px; }
.experience-card h3 { margin: 25px 0 12px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 27px; }
.experience-card p { margin: 0; color: var(--muted-ink); font-size: 14px; line-height: 1.75; }
.experience-card a { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 25px; color: currentColor; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.experience-card a svg { width: 15px; }
.accent-cyan { color: #168ab7; }
.accent-violet { color: var(--violet); }
.accent-gold { color: #b07a20; }
.accent-magenta { color: var(--magenta); }

.story-section { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 82px; }
.story-image-wrap { position: relative; }
.story-image { width: 100%; aspect-ratio: 1.18; object-fit: cover; object-position: center 51%; border-radius: 34px; box-shadow: 0 28px 70px rgba(7,27,78,.18); }
.story-image-wrap::before { content: ""; position: absolute; z-index: -1; inset: -20px 40px 35px -25px; border-radius: 38px; background: linear-gradient(140deg,rgba(73,189,231,.18),rgba(158,33,126,.16)); }
.story-seal { position: absolute; right: 22px; bottom: 22px; width: 136px; height: 136px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px; overflow: hidden; text-align: center; color: white; border: 4px solid rgba(73,189,231,.8); border-radius: 50%; background: linear-gradient(145deg,var(--navy) 0%,#343078 58%,var(--magenta) 100%); box-shadow: 0 18px 40px rgba(7,27,78,.28), 0 0 0 6px rgba(255,255,255,.7); text-transform: uppercase; }
.story-seal svg { width: 21px; height: 21px; flex: 0 0 auto; color: var(--gold); }
.story-seal span { display: block; max-width: 90px; margin-top: 5px; color: var(--cyan); font-size: 9px; line-height: 1.15; letter-spacing: .1em; }
.story-seal strong { display: block; max-width: 88px; margin-top: 5px; color: white; font-family: Georgia, "Times New Roman", serif; font-size: 14px; line-height: 1.05; letter-spacing: .02em; }
.story-copy h2 { font-size: clamp(39px,4.4vw,60px); }
.check-list { list-style: none; display: grid; gap: 15px; margin: 28px 0; padding: 0; }
.check-list li { display: grid; grid-template-columns: 22px minmax(0,1fr); align-items: start; gap: 12px; color: var(--ink); font-size: 15px; font-weight: 700; line-height: 1.45; }
.check-list li > svg { width: 22px; height: 22px; color: var(--blue); margin-top: 0; }
.check-list li span { display: block; padding-top: 1px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--magenta); font-weight: 900; }
.text-link svg { width: 18px; }

.difference-section { position: relative; overflow: hidden; padding-block: 105px; color: white; background: linear-gradient(135deg,var(--navy-deep),var(--navy) 55%,#351555); }
.difference-section::after { content: "♛"; position: absolute; right: -20px; top: -110px; color: rgba(255,255,255,.04); font-family: Georgia,serif; font-size: 420px; line-height: 1; transform: rotate(12deg); }
.difference-heading { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; }
.difference-heading h2 { color: white; }
.difference-heading > p { color: rgba(255,255,255,.7); margin-bottom: 14px; }
.reason-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.reason-card { position: relative; min-height: 260px; padding: 31px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }
.reason-card > svg { width: 32px; height: 32px; color: var(--cyan); }
.reason-number { position: absolute; right: 23px; top: 19px; color: rgba(255,255,255,.14); font-family: Georgia,serif; font-size: 35px; }
.reason-card h3 { margin: 25px 0 11px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.reason-card p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }

.process-section { padding-bottom: 125px; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); position: relative; gap: 80px; }
.process-grid::before { content: ""; position: absolute; z-index: -1; left: 15%; right: 15%; top: 33px; border-top: 2px dashed #cad5e7; }
.process-grid article { text-align: center; }
.process-grid article > span { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 22px; color: white; border: 8px solid white; border-radius: 50%; background: linear-gradient(145deg,var(--blue),var(--violet)); box-shadow: 0 0 0 1px #cad5e7, 0 10px 25px rgba(23,107,193,.2); font-family: Georgia,serif; font-size: 21px; }
.process-grid h3 { margin: 0 0 9px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 23px; }
.process-grid p { max-width: 290px; margin: 0 auto; color: var(--muted-ink); font-size: 14px; }

.contact-section { position: relative; overflow: hidden; padding-block: 110px; color: white; background: linear-gradient(135deg,#091f59,#0a2c6d 50%,#56205f); }
.contact-section::before { content: ""; position: absolute; inset: 0; opacity: .18; background: radial-gradient(circle at 20% 20%,var(--cyan),transparent 26%), radial-gradient(circle at 80% 80%,var(--magenta),transparent 32%); }
.contact-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.contact-copy h2 { color: white; font-size: clamp(44px,5vw,68px); }
.contact-copy > p { color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.8; }
.facebook-card { display: flex; align-items: center; gap: 14px; margin-top: 32px; padding: 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.08); transition: background .2s ease, transform .2s ease; }
.facebook-card:hover { background: rgba(255,255,255,.13); transform: translateY(-2px); }
.facebook-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; background: #1877f2; }
.facebook-icon svg { width: 23px; }
.facebook-card > span:nth-child(2) { display: flex; flex-direction: column; flex: 1; }
.facebook-card small { color: rgba(255,255,255,.58); }
.facebook-card strong { font-size: 15px; }
.facebook-card > svg { width: 18px; }
.contact-form { display: grid; gap: 18px; padding: 38px; color: var(--ink); border: 1px solid rgba(255,255,255,.55); border-radius: 30px; background: rgba(255,255,255,.97); box-shadow: 0 28px 75px rgba(0,0,0,.28); }
.form-heading { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 2px; }
.form-kicker { margin: 0 0 5px; color: var(--magenta); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 900; }
.form-heading h3, .success-panel h3 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 31px; }
.form-crown { color: var(--gold); font-size: 38px; line-height: 1; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 7px; }
.contact-form label > span { color: #39415a; font-size: 12px; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border-color: #d6ddea; border-radius: 11px; background: #fbfcff; box-shadow: none; }
.contact-form input, .contact-form select { height: 46px; }
.contact-form textarea { min-height: 118px; resize: vertical; }
.contact-form input:focus-visible, .contact-form textarea:focus-visible, .contact-form select:focus-visible { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(73,189,231,.18); }
.form-submit { min-height: 54px; margin-top: 2px; border-radius: 999px; background: linear-gradient(100deg,var(--blue),var(--violet) 58%,var(--magenta)); font-weight: 900; }
.form-submit:hover { background: linear-gradient(100deg,#135fae,#64348b 58%,#8d1e71); transform: translateY(-1px); }
.form-note { margin: -6px 0 0; color: #7c8496; text-align: center; font-size: 11px; }
.success-panel { min-height: 560px; align-content: center; justify-items: center; text-align: center; }
.success-icon { width: 76px; height: 76px; display: grid; place-items: center; color: white; border-radius: 50%; background: linear-gradient(145deg,var(--cyan),var(--violet)); box-shadow: 0 16px 34px rgba(23,107,193,.22); }
.success-icon svg { width: 38px; height: 38px; }
.success-panel > p:not(.form-kicker) { max-width: 480px; margin: 0; color: var(--muted-ink); }
.success-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 8px; }
.reset-button { color: var(--navy); border: 1px solid var(--line); background: white; }

.site-footer { color: rgba(255,255,255,.72); background: var(--navy-deep); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 38px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 58px; height: 58px; border-radius: 50%; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { color: white; font-family: Georgia, "Times New Roman", serif; font-size: 19px; }
.footer-brand span { color: var(--cyan); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.footer-links { display: flex; flex-wrap: wrap; gap: 25px; font-size: 13px; font-weight: 800; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-block: 20px 30px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.43); font-size: 10px; }

@media (max-width: 1000px) {
  .hero-content { grid-template-columns: 1fr; gap: 45px; padding-top: 68px; }
  .hero-copy { text-align: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-mark { min-height: 470px; }
  .experience-grid { grid-template-columns: repeat(2,1fr); }
  .story-section { grid-template-columns: 1fr; gap: 65px; }
  .story-image { aspect-ratio: 1.55; }
  .story-copy { max-width: 730px; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact-copy { max-width: 700px; }
}

@media (max-width: 760px) {
  .page-width { width: min(100% - 28px,620px); }
  .section { padding-block: 78px; }
  .desktop-nav { display: none; }
  .brand-words { display: none; }
  .header-logo-shell { width: 96px; height: 96px; padding: 3px; }
  .header-cta { padding-inline: 15px; }
  .hero-shell { min-height: 1040px; }
  .hero-content { padding-top: 55px; padding-bottom: 155px; }
  .hero-copy h1 { font-size: clamp(49px,15vw,70px); }
  .hero-lede { font-size: 16px; }
  .hero-mark { min-height: 395px; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 300px; height: 300px; }
  .hero-photo-medallion { width: 270px; }
  .float-card { max-width: 215px; padding: 10px 13px; }
  .float-card-top { top: 15px; right: -5px; }
  .float-card-bottom { left: -4px; bottom: 18px; }
  .experience-grid, .reason-grid, .process-grid { grid-template-columns: 1fr; }
  .experience-card { min-height: 320px; }
  .story-image { aspect-ratio: 1.12; }
  .story-seal { right: 12px; bottom: 12px; width: 114px; height: 114px; padding: 14px; border-width: 3px; box-shadow: 0 14px 30px rgba(7,27,78,.25), 0 0 0 4px rgba(255,255,255,.65); }
  .story-seal span { max-width: 76px; font-size: 8px; }
  .story-seal strong { max-width: 74px; font-size: 12px; }
  .difference-heading { grid-template-columns: 1fr; gap: 15px; }
  .reason-card { min-height: 225px; }
  .process-grid { gap: 42px; }
  .process-grid::before { display: none; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 26px 20px; border-radius: 24px; }
  .form-submit { min-height: 60px; height: auto; padding-block: 12px; }
  .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .header-cta { font-size: 12px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; justify-content: start; width: max-content; margin-inline: auto; text-align: left; }
  .hero-photo-medallion { width: 240px; }
  .orbit-one { width: 310px; height: 310px; }
  .orbit-two { width: 265px; height: 265px; }
  .float-card-top { right: 0; }
  .float-card-bottom { left: 0; }
  .story-copy { margin-top: 6px; }
}

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

.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg:not(.svg-sprite) { display: block; width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-form input, .contact-form select, .contact-form textarea { padding: 10px 13px; border: 1px solid #d6ddea; outline: none; }
.contact-form select { appearance: auto; }
.form-status { min-height: 20px; margin-top: -5px; color: var(--blue); text-align: center; font-size: 12px; font-weight: 700; }
