@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&family=Playwrite+AU+SA:wght@300..400&display=swap');


/* =========================================================
   COLORS
   ========================================================= */

:root{
  --orange:#E2531D;
  --orange-light:#F06A35;
  --ink:#20272B;
  --muted:#667078;
  --cream:#F7F5F1;
  --line:#DEDAD5;
  --white:#FFFFFF;
}


/* =========================================================
   GENERAL
   ========================================================= */

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:"DM Sans",Arial,sans-serif;
  color:var(--ink);
  background:var(--cream);
}

a{
  text-decoration:none;
  color:inherit;
}

p{
  line-height:1.65;
}

h1,
h2,
h3,
h4,
p{
  margin-top:0;
}


/* =========================================================
   HEADER
   ========================================================= */

.site-header{
  position:absolute;
  z-index:10;
  top:0;
  left:0;

  width:100%;
  height:82px;

  display:flex;
  align-items:center;

  padding:0 6.2%;

  color:#fff;

  background:
    linear-gradient(
      to bottom,
      rgba(10,18,24,.60),
      transparent
    );
}


/* REAL HEADER LOGO */

.logo{
  display:block;
  flex-shrink:0;
  min-width:0;
}

.header-logo{
  display:block;
  width:155px;
  height:auto;
}


.main-nav{
  margin-left:auto;

  display:flex;
  align-items:center;

  gap:27px;

  font-size:11px;
  font-weight:700;
  letter-spacing:.2px;
}

.main-nav > a{
  opacity:.94;
  transition:.2s ease;
}

.main-nav > a:hover{
  color:var(--orange-light);
}

.language{
  margin-left:4px;
}

.book-top{
  background:var(--orange);
  padding:16px 21px;
  border-radius:5px;
}

.book-top:hover{
  background:var(--orange-light);
  color:#fff !important;
}

.menu-toggle{
  display:none;

  margin-left:auto;

  background:none;
  border:0;

  color:#fff;
  font-size:25px;

  cursor:pointer;
}


/* =========================================================
   HERO
   ========================================================= */

.hero{
  min-height:590px;

  position:relative;

  display:flex;
  align-items:center;

  background:
    linear-gradient(
      90deg,
      rgba(7,14,18,.84) 0%,
      rgba(7,14,18,.68) 27%,
      rgba(7,14,18,.40) 48%,
      rgba(7,14,18,.16) 68%,
      rgba(7,14,18,.05) 100%
    ),
    url("../images/krk-krakow-tours-hero.webp") 58% center / cover no-repeat;
}

.hero-overlay{
  position:absolute;
  inset:0;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.38),
      transparent 45%
    );

  pointer-events:none;
}

.hero-content{
  position:relative;
  z-index:1;

  color:#fff;

  margin-left:6.2%;
  padding-top:70px;

  max-width:600px;
}

.eyebrow{
  font-size:11px;
  letter-spacing:1.7px;
  font-weight:700;

  color:#E2E4E4;
}

.hero h1{
  font-family:"Playfair Display",Georgia,serif;

  font-size:58px;
  line-height:1.02;

  letter-spacing:-1px;

  margin:12px 0 0;
}

.script-line{
  font-family:"Playwrite AU SA",cursive;

  color:var(--orange);

  font-size:42px;

  margin-top:-2px;
}

.hero-text{
  font-size:15px;

  margin:12px 0 20px;

  color:#F1F1F1;
}

.hero-buttons{
  display:flex;
  gap:13px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  gap:14px;

  padding:17px 23px;

  border-radius:5px;

  font-size:11px;
  font-weight:700;
  letter-spacing:.2px;

  transition:.2s ease;
}

.btn-primary{
  background:var(--orange);
  color:#fff;

  box-shadow:
    0 8px 22px rgba(0,0,0,.18);
}

.btn-primary:hover{
  background:var(--orange-light);
  transform:translateY(-1px);
}

.btn-secondary{
  border:
    1px solid rgba(255,255,255,.75);

  color:#fff;

  background:
    rgba(10,20,25,.22);
}

.btn-secondary:hover{
  background:#fff;
  color:var(--ink);
}


/* =========================================================
   TRUST STRIP
   ========================================================= */

.trust-strip{
  width:min(88%,1120px);

  margin:-30px auto 0;

  position:relative;
  z-index:2;

  background:
    rgba(255,255,255,.97);

  border:
    1px solid #E2E0DD;

  border-radius:12px;

  min-height:76px;

  display:grid;
  grid-template-columns:repeat(5,1fr);
  align-items:center;

  box-shadow:
    0 10px 25px rgba(35,32,26,.10);
}

.trust-strip > div{
  display:flex;
  align-items:center;
  justify-content:center;

  gap:12px;

  border-right:
    1px solid #E4E1DD;

  padding:10px;
}

.trust-strip > div:last-child{
  border:0;
}

.icon{
  font-size:27px;
  color:var(--orange);
}

.trust-strip p{
  margin:0;

  font-size:10px;
  line-height:1.25;
}

.trust-strip b{
  display:block;
  font-size:9px;
}

.trust-strip small{
  font-size:10px;
  color:#626970;
}


/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.section{
  width:min(88%,1120px);

  margin:0 auto;

  padding:45px 0;
}

.section-title{
  text-align:center;
}

.section-title h2,
.section-row h2,
.why-section h2,
.reviews h2{
  font-size:17px;
  letter-spacing:.4px;

  margin:0;

  font-weight:700;
}

.section-title span{
  display:block;

  width:25px;
  height:2px;

  background:var(--orange);

  margin:10px auto 6px;
}


/* =========================================================
   CHOOSE YOUR EXPERIENCE
   ========================================================= */

.three-cards{
  display:grid;

  grid-template-columns:
    repeat(3,1fr);

  gap:12px;

  margin-top:26px;
}

.feature-card{
  background:#fff;

  border:
    1px solid #D9D7D3;

  border-radius:9px;

  overflow:hidden;

  position:relative;

  text-align:center;

  min-height:315px;

  transition:.25s ease;
}

.feature-card:hover{
  transform:
    translateY(-3px);

  box-shadow:
    0 10px 25px rgba(32,39,43,.09);
}

.feature-image{
  width:100%;
  height:240px;

  object-fit:cover;
  object-position:center;

  display:block;
}

#private .feature-image{
  object-position:center 55%;
}

.round-icon{
  width:51px;
  height:51px;

  border-radius:50%;

  background:#fff;

  border:
    1px solid #DEDAD5;

  display:flex;
  align-items:center;
  justify-content:center;

  color:var(--orange);

  font-size:24px;

  position:absolute;

  top:214px;
  left:50%;

  transform:
    translateX(-50%);
}

.feature-content{
  padding:
    33px 15px 18px;
}

.feature-content h3{
  font-size:13px;

  margin-bottom:9px;
}

.feature-content p{
  font-size:11px;

  margin:0 0 12px;

  color:#3D4448;
}

.feature-content a{
  font-size:10px;

  color:var(--orange);

  font-weight:700;
}


/* =========================================================
   POPULAR EXPERIENCES
   ========================================================= */

.section-row{
  display:flex;

  justify-content:space-between;
  align-items:center;

  margin-bottom:15px;
}

.section-row a{
  font-size:10px;

  color:var(--orange);

  font-weight:700;
}

.popular{
  padding-top:0;
}

.tour-grid{
  display:grid;

  grid-template-columns:
    repeat(5,1fr);

  gap:12px;
}

.tour-card{
  background:#fff;

  border:
    1px solid #D9D7D3;

  border-radius:7px;

  overflow:hidden;

  display:block;

  color:var(--ink);

  position:relative;

  transition:.25s ease;
}

.tour-card:hover{
  transform:
    translateY(-3px);

  box-shadow:
    0 8px 20px rgba(32,39,43,.10);
}

.tour-card-image{
  width:100%;

  aspect-ratio:
    16 / 10;

  display:block;

  object-fit:cover;
  object-position:center;
}

.tour-card-content{
  min-height:58px;

  padding:
    10px 11px 11px;

  display:flex;
  align-items:center;
  justify-content:space-between;

  gap:8px;

  border-top:
    1px solid #ECE9E4;

  background:#fff;
}

.tour-card h3{
  font-size:11px;
  line-height:1.25;

  margin:0;

  color:var(--ink);
}

.tour-card-price{
  flex-shrink:0;

  font-size:8px;
  line-height:1.05;

  margin:0;

  color:#747B7F;

  text-align:right;
}

.tour-card-price strong{
  display:block;

  margin-top:3px;

  font-size:13px;

  color:var(--orange);
}


/* =========================================================
   WHY KRK
   ========================================================= */

.why-section{
  background:
    linear-gradient(
      100deg,
      #F2F0EB 0%,
      #F7F5F1 60%,
      #E4DDD3 100%
    );
}

.why-grid{
  display:grid;

  grid-template-columns:
    repeat(5,1fr);

  margin-top:22px;
}

.why-grid > div{
  text-align:center;

  border-right:
    1px solid #DDD8D0;

  padding:4px 12px;
}

.why-grid > div:last-child{
  border:0;
}

.why-grid span{
  display:block;

  font-size:28px;

  color:var(--orange);
}

.why-grid h3{
  font-size:10px;

  margin:
    9px 0 4px;
}

.why-grid p{
  font-size:9px;

  color:#626970;

  margin:0;
}


/* =========================================================
   REVIEWS
   ========================================================= */

.reviews{
  display:grid;

  grid-template-columns:
    1.45fr repeat(3,1fr) 1.25fr;

  gap:10px;

  align-items:stretch;
}

.review-intro{
  padding:7px 0;
}

.review-intro h2{
  font-size:16px;
  line-height:1.3;
}

.review-intro p{
  font-size:10px;

  color:#555;

  margin:12px 0;
}

.outline-button{
  display:inline-block;

  border:
    1px solid var(--orange);

  padding:9px 14px;

  color:var(--orange);

  font-size:9px;
  font-weight:700;

  border-radius:3px;
}

.outline-button:hover{
  background:var(--orange);

  color:#fff;
}

.review-box,
blockquote{
  background:#fff;

  border:
    1px solid #E0DDD7;

  border-radius:7px;

  margin:0;

  text-align:center;

  padding:18px 10px;

  box-shadow:
    0 3px 8px rgba(0,0,0,.025);
}

.review-box h3{
  font-size:14px;

  margin:
    0 0 17px;
}

.review-box strong{
  display:block;

  font-size:17px;
}

.review-box small{
  display:block;

  font-size:8px;

  color:#666;

  margin-top:7px;
}

.stars{
  color:#C8902E;

  letter-spacing:2px;

  font-size:15px;
}

blockquote{
  text-align:left;

  font-size:10px;
  line-height:1.75;

  color:#444;

  padding:15px 20px;
}

blockquote > span{
  color:var(--orange);

  font-size:30px;

  line-height:10px;
}

blockquote footer{
  margin-top:9px;

  font-size:9px;

  color:#777;
}


/* =========================================================
   BOOKING
   ========================================================= */

.booking{
  background:var(--ink);

  color:#fff;

  padding:
    42px 6.2%;

  display:flex;

  justify-content:space-between;
  align-items:center;

  gap:25px;
}

.booking h2{
  font-family:
    "Playfair Display",
    Georgia,
    serif;

  font-size:33px;

  margin:
    0 0 5px;
}

.booking p{
  font-size:12px;

  color:#D6D9DB;

  margin:0;
}


/* =========================================================
   FOOTER
   ========================================================= */

.site-footer{
  background:#11191E;

  color:#D9DCDD;

  padding:
    34px 6.2% 15px;

  display:grid;

  grid-template-columns:
    1.5fr repeat(5,1fr);

  gap:25px;

  position:relative;
}


/* REAL FOOTER LOGO */

.footer-logo{
  display:block;

  width:145px;
}

.footer-logo img{
  display:block;

  width:100%;
  height:auto;
}


.footer-brand p{
  font-size:9px;
  line-height:1.65;

  margin:
    17px 0;
}

.social{
  font-size:
    17px !important;
}

.site-footer h4{
  font-size:9px;

  margin:
    2px 0 15px;

  color:#fff;
}

.site-footer a,
.site-footer p:not(.social){
  display:block;

  font-size:9px;

  margin:
    0 0 8px;

  color:#B8BEC1;
}

.site-footer a:hover{
  color:var(--orange-light);
}

.footer-bottom{
  grid-column:
    1 / -1;

  border-top:
    1px solid #2B3439;

  padding-top:15px;

  display:flex;

  justify-content:space-between;

  font-size:8px;

  color:#899095;

  margin-top:5px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:950px){

  .main-nav{
    gap:12px;
    font-size:9px;
  }

  .header-logo{
    width:140px;
  }

  .tour-grid{
    grid-template-columns:
      1fr;
  }

  .reviews{
    grid-template-columns:
      repeat(2,1fr);
  }

  .review-intro{
    grid-column:
      span 2;
  }

  blockquote{
    display:none;
  }

  .site-footer{
    grid-template-columns:
      repeat(3,1fr);
  }

  .footer-brand{
    grid-column:
      span 3;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:700px){

  .site-header{
    height:68px;

    padding:
      0 20px;
  }


  /* HEADER LOGO MOBILE */

  .header-logo{
    width:125px;
  }


  .main-nav{
    display:none;

    position:absolute;

    top:68px;
    left:0;
    right:0;
    z-index:30;

    width:100%;
    max-height:calc(100vh - 68px);
    overflow-y:auto;

    background:var(--ink);

    padding:12px 20px 18px;

    flex-direction:column;
    align-items:stretch;
    gap:0;

    box-shadow:0 12px 28px rgba(0,0,0,.28);
  }

  .main-nav.open{
    display:flex;
  }

  .main-nav > a{
    display:block;
    width:100%;
    margin:0;
    padding:12px 2px;

    color:#fff;
    opacity:1;
    font-size:12px;
    line-height:1.25;

    border-bottom:1px solid rgba(255,255,255,.12);
  }

  .main-nav > a:last-child{
    border-bottom:0;
  }

  .main-nav .language{
    margin-left:0;
  }

  .main-nav .book-top{
    margin-top:8px;
    padding:13px 14px;
    text-align:center;
    border-radius:5px;
    border-bottom:0;
  }

  .menu-toggle{
    display:block;
    position:relative;
    z-index:31;
  }


  /* MOBILE HERO */

  .hero{
    min-height:620px;

    background:
      linear-gradient(
        90deg,
        rgba(7,14,18,.86) 0%,
        rgba(7,14,18,.66) 43%,
        rgba(7,14,18,.25) 100%
      ),
      url("../images/krk-krakow-tours-hero.webp") 68% center / cover no-repeat;
  }

  .hero-content{
    margin:
      0 25px;

    padding-top:65px;

    max-width:480px;
  }

  .hero h1{
    font-size:44px;
  }

  .script-line{
    font-size:31px;
  }

  .hero-text br{
    display:none;
  }

  .hero-buttons{
    flex-wrap:wrap;
  }


  /* TRUST */

  .trust-strip{
    grid-template-columns:
      repeat(2,1fr);

    width:92%;

    margin-top:-20px;

    padding:6px;
  }

  .trust-strip > div{
    justify-content:flex-start;

    border-bottom:
      1px solid #E4E1DD;
  }

  .trust-strip > div:nth-child(5){
    grid-column:
      span 2;
  }


  /* EXPERIENCE CARDS */

  .three-cards{
    grid-template-columns:
      1fr;
  }


  /* TOURS */

  .tour-grid{
    grid-template-columns:
      repeat(3,1fr);
  }


  /* WHY */

  .why-grid{
    grid-template-columns:
      repeat(2,1fr);

    gap:15px;
  }

  .why-grid > div{
    border:0;
  }


  /* REVIEWS */

  .reviews{
    grid-template-columns:
      1fr;
  }

  .review-intro{
    grid-column:auto;
  }


  /* REVIEW LINKS: keep every platform tile visible and clearly tappable */

  .reviews .review-box.review-link{
    display:flex;
    width:100%;
    min-width:0;
    min-height:150px;
    justify-content:center;
    -webkit-tap-highlight-color:rgba(226,83,29,.12);
  }

  .reviews .review-box.review-link::after{
    content:"VIEW REVIEWS →";
    display:block;
    margin-top:12px;
    color:var(--orange);
    font-size:9px;
    font-weight:700;
    letter-spacing:.3px;
  }


  /* BOOKING */

  .booking{
    display:block;

    text-align:center;
  }

  .booking .btn{
    margin-top:20px;
  }


  /* FOOTER */

  .site-footer{
    grid-template-columns:
      repeat(2,1fr);
  }

  .footer-brand{
    grid-column:
      span 2;
  }

  .footer-logo{
    width:135px;
  }

  .footer-bottom{
    display:block;

    line-height:2.2;
  }

  .section{
    width:90%;
  }
}


/* =========================================================
   SMALL PHONES
   ========================================================= */

@media(max-width:430px){

  .header-logo{
    width:115px;
  }

  .hero{
    min-height:640px;

    background:
      linear-gradient(
        90deg,
        rgba(7,14,18,.88) 0%,
        rgba(7,14,18,.67) 55%,
        rgba(7,14,18,.28) 100%
      ),
      url("../images/krk-krakow-tours-hero.webp") 72% center / cover no-repeat;
  }

  .hero h1{
    font-size:39px;
  }

  .hero-content{
    margin:
      0 20px;
  }

  .hero-buttons{
    flex-direction:column;

    align-items:flex-start;
  }

  .btn{
    width:100%;

    max-width:260px;
  }

  .tour-grid{
    grid-template-columns:
      repeat(2,1fr);
  }
}


/* =========================================================
   LEGAL / PRIVACY LINKS
   ========================================================= */
.form-privacy-note{
  margin:8px 0 0;
  color:#657075;
  font-size:.76rem;
  line-height:1.5;
}
.form-privacy-note a{
  display:inline;
  margin:0;
  color:inherit;
  font-size:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
}
.footer-bottom .footer-legal-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:8px 18px;
}
.footer-bottom .footer-legal-links a{
  display:inline;
  margin:0;
  color:inherit;
  font-size:inherit;
  text-decoration:none;
}
.footer-bottom .footer-legal-links a:hover,
.footer-bottom .footer-legal-links a:focus-visible{
  color:#E2531D;
  outline:none;
}
@media(max-width:700px){
  .footer-bottom .footer-legal-links{
    justify-content:flex-start;
    margin-top:4px;
  }
}


/* =========================================================
   PRIVACY-FRIENDLY INTERACTIVE MAP LOADER
   ========================================================= */
.map-wrap{position:relative}
.map-privacy-load{
  position:absolute;
  inset:0;
  z-index:800;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  min-height:220px;
  padding:24px;
  border:0;
  background:#EEE8E0;
  color:#20272B;
  font:inherit;
  text-align:center;
  cursor:pointer;
}
.map-privacy-load strong{font-size:1rem}
.map-privacy-load span{max-width:540px;color:#657075;font-size:.78rem;line-height:1.5}
.map-privacy-load em{color:#E2531D;font-size:.78rem;font-style:normal;font-weight:850;letter-spacing:.03em}
.map-privacy-load:focus-visible{outline:3px solid #E2531D;outline-offset:-3px}

/* =========================================================
   KRK LARGE DATE PICKER
   Matches the desktop calendar used on tour booking pages.
   Native date input remains available on mobile.
   ========================================================= */
.krk-date-control { position: relative; width: 100%; }
.krk-date-desktop { display: block; width: 100%; }
.krk-date-trigger {
  width: 100%; min-height: 52px; display: flex; align-items: center;
  justify-content: space-between; gap: 14px; padding: 11px 13px;
  border: 1px solid #D8D5CF; border-radius: 11px; background: #fff;
  color: #20272B; font: inherit; font-size: .92rem; font-weight: 750;
  text-align: left; cursor: pointer; box-sizing: border-box;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.krk-date-trigger:hover,
.krk-date-trigger:focus-visible {
  border-color: #E2531D; box-shadow: 0 0 0 3px rgba(226,83,29,.12); outline: none;
}
.krk-date-trigger.is-invalid { border-color: #B84B20; box-shadow: 0 0 0 3px rgba(184,75,32,.12); }
.krk-date-trigger-icon {
  flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center;
  border-radius: 8px; background: #FBE8DF; color: #E2531D; font-size: 1rem; line-height: 1;
}
.krk-calendar {
  position: absolute; z-index: 80; top: calc(100% + 8px); right: 0; left: auto;
  width: 380px; max-width: calc(100vw - 32px); min-width: 0; padding: 14px;
  box-sizing: border-box; border: 1px solid #D8D5CF; border-radius: 16px;
  background: #fff; box-shadow: 0 18px 45px rgba(32,39,43,.18);
}
.krk-calendar[hidden] { display: none; }
.krk-calendar-head {
  display: grid; grid-template-columns: 40px 1fr 40px; align-items: center;
  gap: 8px; margin-bottom: 12px;
}
.krk-calendar-title { text-align: center; color: #20272B; font-size: 1rem; font-weight: 850; }
.krk-calendar-nav {
  width: 40px; height: 40px; border: 1px solid #D8D5CF; border-radius: 10px;
  background: #fff; color: #20272B; font: inherit; font-size: 1.3rem; cursor: pointer;
}
.krk-calendar-nav:hover:not(:disabled),
.krk-calendar-nav:focus-visible { border-color: #E2531D; color: #E2531D; outline: none; }
.krk-calendar-nav:disabled { opacity: .32; cursor: default; }
.krk-calendar-weekdays,
.krk-calendar-days {
  display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 4px;
  width: 100%; min-width: 0;
}
.krk-calendar-days { grid-auto-rows: 54px; }
.krk-calendar-weekdays { margin-bottom: 4px; }
.krk-calendar-weekdays span {
  min-width: 0; padding: 5px 0; color: #737B7F; font-size: .67rem;
  font-weight: 850; text-align: center; text-transform: uppercase;
}
.krk-calendar-blank { min-width: 0; height: 54px; }
.krk-calendar-day {
  width: 100%; min-width: 0; min-height: 0; height: 54px; display: grid;
  align-content: center; justify-items: center; padding: 4px 1px; box-sizing: border-box;
  border: 0; border-radius: 10px; background: transparent; color: #20272B;
  font: inherit; font-size: .88rem; font-weight: 700; cursor: pointer;
}
.krk-calendar-day:hover:not(:disabled),
.krk-calendar-day:focus-visible { background: #FBE8DF; color: #E2531D; outline: none; }
.krk-calendar-day.is-today { box-shadow: inset 0 0 0 1px #E2531D; }
.krk-calendar-day.is-selected { background: #E2531D; color: #fff; }
.krk-calendar-day:disabled {
  color: #C2C5C6; cursor: default; text-decoration: line-through; text-decoration-thickness: 1px;
}
.krk-calendar-day-number { max-width: 100%; font-size: .87rem; line-height: 1; text-align: center; }

/* Keep required native input available to browser validation on desktop, but visually hidden. */
@media (min-width: 701px) {
  .krk-date-native {
    position: absolute !important; width: 1px !important; height: 1px !important;
    min-height: 1px !important; padding: 0 !important; margin: 0 !important;
    border: 0 !important; opacity: 0 !important; pointer-events: none !important;
    left: 0; bottom: 0; overflow: hidden;
  }
}
@media (max-width: 700px) {
  .krk-date-desktop { display: none; }
  .krk-date-native {
    position: static !important; width: 100% !important; height: auto !important;
    min-height: 52px !important; opacity: 1 !important; pointer-events: auto !important;
    padding: 11px 12px !important; border: 1px solid #D8D5CF !important;
    border-radius: 10px !important; background: #fff !important; font-size: 16px !important;
    box-sizing: border-box !important;
  }
}

/* Contact form server-submit helpers */
.form-honeypot {
  position: absolute !important; left: -10000px !important; top: auto !important;
  width: 1px !important; height: 1px !important; overflow: hidden !important;
}
.contact-form-status {
  grid-column: 1 / -1; margin: 0; padding: 12px 14px; border-radius: 10px;
  font-size: .84rem; line-height: 1.5; font-weight: 700;
}
.contact-form-status.is-success { background: #EAF8F3; border: 1px solid #BCE3D6; color: #16624F; }
.contact-form-status.is-error { background: #FFF0EB; border: 1px solid #F0C8B9; color: #8B3A20; }
@media (max-width: 700px) { .contact-form-status { grid-column: auto; } }
