:root{--red:#d9111b;--dark-red:#ac0d14;--blue:#2353a0;--ink:#171717;--white:#fff;--page:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}img{max-width:100%;display:block}a{color:inherit}.site-header{height:106px;padding:0 max(32px,calc((100% - var(--page))/2 + 42px));display:flex;align-items:center;gap:72px;background:linear-gradient(100deg,var(--red),var(--dark-red));color:#fff;position:relative;z-index:10;box-shadow:0 3px 12px #6003}.logo{width:224px;flex:none}.logo img{width:100%}.site-header nav{display:flex;align-items:stretch;justify-content:flex-end;gap:18px;align-self:stretch;flex:1}.site-header nav a{position:relative;display:flex;align-items:center;padding:0 22px;font-size:20px;font-weight:600;text-decoration:none;transition:background .2s,color .2s}.site-header nav a:after{content:"";position:absolute;left:22px;right:22px;bottom:22px;height:3px;border-radius:3px;background:#fff;transform:scaleX(0);transition:transform .2s}.site-header nav a:hover,.site-header nav a:focus-visible{background:#ffffff12;outline:none}.site-header nav a:hover:after,.site-header nav a:focus-visible:after,.site-header nav a.active:after{transform:scaleX(1)}.site-header nav a.active{background:#8e081b4d}.menu-toggle{display:none;margin-left:auto;width:48px;height:48px;padding:11px;border:1px solid #ffffff70;border-radius:8px;background:#ffffff12}.menu-toggle span{display:block;height:3px;margin:5px 0;border-radius:2px;background:#fff;transition:.2s}.menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.qatuna-hero{height:520px;position:relative;overflow:hidden;background:linear-gradient(#d9000dd9,#d9000dd9),url('/design/page1/Mask%20group.svg') center/cover no-repeat}.hero-content{position:relative;z-index:2;padding:100px max(48px,calc((100% - 1320px)/2));color:#fff}.hero-content h1{font-size:56px;line-height:1.12;margin:0 0 25px;font-weight:800}.hero-person{position:absolute;right:max(5%,calc((100% - 1320px)/2));bottom:-4px;height:500px;width:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:16px 34px;border-radius:6px;text-decoration:none;font-size:20px;font-weight:700}.btn-light{background:#fff;color:#111}.btn-red{background:var(--red);color:#fff}.benefits{max-width:1440px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);padding:34px 26px}.benefits article{min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:3px solid var(--red);padding:10px}.benefits article:last-child{border:0}.benefits img{width:82px;height:82px;object-fit:contain;margin-bottom:12px}.benefits strong{font-size:19px}.benefits span{font-size:18px}.business{min-height:620px;display:grid;grid-template-columns:1fr 1fr;align-items:end;overflow:hidden;background:linear-gradient(90deg,#fffffff2,#ffffff9c),url('/design/page1/Mask%20group-1.svg') center/cover no-repeat;padding:45px max(48px,calc((100% - 1320px)/2)) 0}.business-copy{align-self:center;max-width:650px}.business h2,.location-preview h2,.about-strip h2{margin:0 0 20px;color:var(--blue);text-transform:uppercase;font-size:42px}.business p{font-size:21px;line-height:1.35;max-width:600px}.business>img{height:570px;width:100%;object-fit:contain;object-position:bottom}.price{display:flex;align-items:center;gap:20px;color:var(--red);margin:15px 0 30px}.price strong{font-size:74px}.price small{font-size:20px}.business .btn{min-width:360px}.finance-steps{max-width:1180px;margin:30px auto 60px;display:grid;grid-template-columns:repeat(3,1fr);position:relative}.finance-steps:before{content:"";position:absolute;height:9px;background:var(--blue);left:16%;right:16%;top:50px}.finance-steps article{position:relative;z-index:1;text-align:center;color:var(--blue);font-size:20px}.finance-steps img,.step-icon{width:105px;height:105px;margin:auto;border-radius:50%;object-fit:contain;background:var(--blue);color:#fff;display:grid;place-items:center;font-size:48px;border:10px solid #fff}.location-preview{min-height:480px;margin:0 auto;background:linear-gradient(90deg,#0009,#0000),url('/design/page2/ChatGPT%20Image%201%20jun%202026,%2010_20_02%20p.m.%202.svg') center/cover no-repeat;display:flex;align-items:center;padding:60px max(48px,calc((100% - 1320px)/2));color:#fff}.location-preview>div{max-width:620px}.location-preview h2{color:#fff}.section-kicker{text-transform:uppercase;letter-spacing:.12em;font-weight:700}.about-strip{text-align:center;padding:70px 30px}.about-strip p{font-size:22px}.site-footer{background:var(--blue);color:#fff;padding:35px max(48px,calc((100% - 1320px)/2));display:grid;grid-template-columns:1fr 2fr 1fr;gap:45px}.site-footer h3{font-size:21px}.site-footer p,.site-footer a{font-size:18px;line-height:1.35;text-decoration:none}.contact-page,.message-page{min-height:calc(100vh - 106px);padding:6vw;background:linear-gradient(135deg,#cf111b,#951016)}.contact-card,.message-card{max-width:1230px;margin:auto;padding:48px;background:#fff;border-radius:24px;box-shadow:0 6px 18px #0004}.contact-card h1,.message-card h1{text-align:center;text-transform:uppercase;color:var(--blue);font-size:clamp(36px,5vw,64px)}.contact-card>p,.message-card>p{text-align:center;color:var(--red);font-size:22px}.contact-card form{display:grid;grid-template-columns:1fr 1fr;gap:24px 48px;margin-top:36px}.contact-card label{display:flex;flex-direction:column;gap:8px}.contact-card input,.contact-card textarea{width:100%;padding:14px;border:1px solid #222;border-radius:8px;font:inherit}.contact-card textarea{min-height:190px;resize:vertical}.contact-card button{grid-column:2;padding:14px;border:0;border-radius:5px;background:var(--red);color:#fff;font-size:17px;font-weight:700}.message-page{display:grid;place-items:center}.message-card{text-align:center}.message-icon{display:grid;place-items:center;width:138px;height:138px;margin:auto;border-radius:50%;background:var(--blue);color:#fff;font-size:64px}.alert{margin:20px auto;padding:14px;border-radius:8px;max-width:720px}.alert-error,.alert-warning{background:#fff3cd;color:#664d03;border:1px solid #ffecb5}@media(max-width:900px){.site-header{height:auto;min-height:84px;padding:18px 24px;flex-wrap:wrap}.logo{width:170px}.menu-toggle{display:block}.site-header nav{display:none;flex-basis:100%;flex-direction:column;align-items:stretch;gap:0;margin:0 -24px -18px}.site-header nav.is-open{display:flex}.site-header nav a{width:100%;min-height:54px;padding:14px 24px;border-top:1px solid #ffffff35}.site-header nav a:after{left:24px;right:auto;bottom:8px;width:48px}.site-header nav a.active{background:#78081266}.qatuna-hero{height:600px}.hero-content{padding:70px 28px}.hero-content h1{font-size:42px}.hero-person{right:-120px;height:420px;opacity:.8}.benefits{grid-template-columns:1fr 1fr}.benefits article:nth-child(2){border-right:0}.business{grid-template-columns:1fr;padding:50px 28px 0}.business>img{height:400px}.finance-steps{grid-template-columns:1fr;gap:25px}.finance-steps:before{display:none}.site-footer{grid-template-columns:1fr}.contact-card form{grid-template-columns:1fr}.contact-card button{grid-column:1}}@media(max-width:520px){.benefits{grid-template-columns:1fr}.benefits article{border-right:0;border-bottom:2px solid var(--red)}.business h2,.location-preview h2,.about-strip h2{font-size:32px}.price{gap:10px;flex-wrap:wrap}.price strong{font-size:58px}.business .btn{min-width:0;width:100%}.hero-person{right:-190px}.contact-card,.message-card{padding:28px 20px}}
.inner-page{min-height:calc(100vh - 106px)}.about-hero{min-height:540px;padding:70px max(48px,calc((100% - 1320px)/2));background:linear-gradient(90deg,#fff 38%,#ffffff40),url('/design/page2/Mask%20group.svg') right center/60% 100% no-repeat}.about-hero>div{max-width:580px}.about-hero h1,.business-types h2,.location-card h1,.location-card h2{color:var(--blue);text-transform:uppercase;font-size:clamp(38px,5vw,58px)}.about-hero p{font-size:21px;line-height:1.35}.business-types{padding:55px max(40px,calc((100% - 1260px)/2));text-align:center}.type-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.type-grid article{display:grid;place-items:center;gap:15px;min-height:160px;color:var(--red);font-size:55px;border-right:2px solid var(--red)}.type-grid article:last-child{border:0}.type-grid strong{color:var(--ink);font-size:19px}.about-detail{max-width:1220px;margin:20px auto 70px;padding:30px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.about-detail li{margin:28px 0;font-size:21px}.about-detail img{border-radius:24px;max-height:500px;width:100%;object-fit:cover}.about-closing{text-align:center;padding:45px 24px}.about-closing h2{color:var(--red);text-transform:uppercase;font-size:40px}.locations-page{padding:55px max(38px,calc((100% - 1320px)/2))}.location-card{display:grid;grid-template-columns:1fr 1fr;gap:38px;margin-bottom:90px;align-items:center}.location-card p,.location-card address{font-size:20px;line-height:1.35;font-style:normal}.location-card address{color:var(--red);font-weight:600;margin-top:30px}.location-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.location-stats article{min-height:160px;padding:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--red);color:#fff;border-radius:14px}.location-stats strong{font-size:28px}.location-stats span{margin-top:10px}.location-card .map{grid-column:1/-1;width:100%;max-height:390px;object-fit:cover;border-radius:18px}@media(max-width:900px){.about-hero{background-size:cover;background-position:center}.about-hero>div{padding:25px;background:#ffffffdf;border-radius:16px}.type-grid{grid-template-columns:1fr 1fr}.type-grid article:nth-child(2){border:0}.about-detail,.location-card{grid-template-columns:1fr}.location-stats{grid-template-columns:1fr}.location-card .map{grid-column:1}}@media(max-width:520px){.type-grid{grid-template-columns:1fr}.type-grid article{border-right:0;border-bottom:2px solid var(--red)}}
.admin-body{min-height:100vh;background:#f3f5f9;color:#1b2433}.admin-login{min-height:100vh;display:grid;place-items:center;padding:28px;background:linear-gradient(135deg,var(--red),#8b0911)}.admin-login>img{width:230px;margin-bottom:-70px;position:relative;z-index:1}.admin-login-card{width:min(100%,460px);padding:72px 38px 38px;background:#fff;border-radius:20px;box-shadow:0 20px 60px #45050b66;text-align:center}.admin-login-card h1{color:var(--blue);margin:0;font-size:34px}.admin-login-card form{display:grid;gap:20px;margin:28px 0}.admin-login-card label{display:grid;gap:8px;text-align:left;font-weight:700}.admin-login-card input{padding:14px;border:1px solid #b8c0cc;border-radius:8px;font:inherit}.admin-login-card button,.admin-header button{padding:13px 22px;border:0;border-radius:7px;background:var(--red);color:#fff;font-weight:700;cursor:pointer}.admin-header{min-height:76px;padding:14px max(24px,calc((100% - 1400px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #dfe3ea}.admin-header div{display:flex;align-items:center;gap:18px}.admin-header strong{font-size:25px;color:var(--red)}.admin-header span{color:#667085}.admin-content{max-width:1400px;margin:auto;padding:38px 24px}.admin-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px}.admin-title h1{margin:0;color:var(--blue)}.admin-title p{margin:5px 0;color:#667085}.message-table-wrap{overflow:auto;background:#fff;border:1px solid #dfe3ea;border-radius:12px;box-shadow:0 4px 12px #1020400a}.message-table{width:100%;border-collapse:collapse}.message-table th,.message-table td{padding:18px;text-align:left;vertical-align:top;border-bottom:1px solid #edf0f4}.message-table th{background:#f8fafc;color:#475467;font-size:13px;text-transform:uppercase}.message-table td:first-child{white-space:nowrap}.message-table td:nth-child(2){min-width:220px}.message-table td:nth-child(3){min-width:330px}.message-table td:last-child{max-width:240px}.message-table td>a,.message-table td>small,.message-table td>strong{display:block;margin-bottom:6px}.message-table td p{white-space:pre-wrap;margin:0;line-height:1.45}.status{display:inline-block;padding:5px 10px;border-radius:20px;font-size:13px;font-weight:700}.status-ok{background:#d9f7e7;color:#087443}.status-pending{background:#fff1cc;color:#8a5700}.empty-state{padding:80px;text-align:center;background:#fff;border-radius:12px}@media(max-width:720px){.message-table,.message-table tbody,.message-table tr,.message-table td{display:block}.message-table thead{display:none}.message-table tr{padding:12px;border-bottom:8px solid #f3f5f9}.message-table td{display:grid;grid-template-columns:90px 1fr;border:0;padding:9px 12px}.message-table td:before{content:attr(data-label);font-size:12px;font-weight:700;text-transform:uppercase;color:#667085}.admin-header span{display:none}.admin-content{padding:24px 14px}}
.admin-header a{text-decoration:none;font-weight:700;color:#344054}.admin-header form{display:flex;align-items:center;gap:14px}.admin-primary{display:inline-block;padding:12px 18px;border:0;border-radius:7px;background:var(--red);color:#fff;text-decoration:none;font-weight:700}.user-form-card{max-width:620px;padding:32px;background:#fff;border-radius:14px;box-shadow:0 4px 16px #10204012}.user-form-card form{display:grid;gap:22px}.user-form-card label{display:grid;gap:8px;font-weight:700}.user-form-card input,.user-form-card select{width:100%;padding:13px;border:1px solid #b8c0cc;border-radius:7px;font:inherit}.user-form-card .check-label{display:flex;flex-direction:row;align-items:center}.user-form-card .check-label input{width:auto}.user-form-card form>div{display:flex;align-items:center;gap:20px}.alert-success{background:#d9f7e7;color:#087443;border:1px solid #a9e8c8}
.site-header .logo{width:242px;display:flex;flex-direction:column;align-items:center;text-decoration:none}.logo-mark{display:block;width:224px;height:49px;overflow:hidden}.logo-mark img{width:224px;height:auto}.logo-tagline{display:block;margin-top:2px;color:#fff;font-size:10px;font-weight:600;line-height:1;letter-spacing:.035em;text-transform:uppercase;white-space:nowrap}@media(max-width:900px){.site-header .logo{width:188px}.logo-mark{width:170px;height:38px}.logo-mark img{width:170px}.logo-tagline{font-size:8px}}
.location-card .map{grid-column:1/-1;position:relative;width:100%;height:390px;overflow:hidden;border-radius:18px;background:#eef1f5}.location-card .map iframe{width:100%;height:100%;border:0}.location-card .map a{position:absolute;right:14px;bottom:14px;padding:10px 14px;border-radius:7px;background:#fff;color:var(--blue);box-shadow:0 2px 10px #0003;text-decoration:none;font-weight:700}.location-card .map a:hover,.location-card .map a:focus-visible{background:var(--blue);color:#fff}@media(max-width:520px){.location-card .map{height:320px}.location-card .map a{left:12px;right:12px;text-align:center}}
.whatsapp-contact{display:inline-flex;align-items:center;gap:12px;margin-top:24px;color:#087443;text-decoration:none;font-weight:700}.whatsapp-contact img{width:48px;height:48px}.whatsapp-contact:hover span,.whatsapp-contact:focus-visible span{text-decoration:underline}.contact-footer section:first-child{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer-whatsapp{display:inline-flex;padding:8px 13px;border:1px solid #fff;border-radius:20px}.footer-socials{display:flex;flex-wrap:wrap;gap:10px}.footer-socials a,.footer-socials span{padding:7px 10px;border-radius:18px;background:#fff;color:var(--blue);font-size:13px;font-weight:700;text-decoration:none}@media(max-width:700px){.whatsapp-contact{width:100%;justify-content:center}.contact-footer{gap:22px}}
.venues-page{max-width:1320px;margin:auto;padding:48px 42px 62px}.venues-intro{text-align:center;margin-bottom:35px}.venues-intro h1{margin:0 0 10px;color:var(--red);font-size:clamp(32px,4vw,48px);text-transform:uppercase}.venues-intro p{margin:0;font-size:18px}.venue{display:grid;grid-template-columns:1.08fr .92fr;gap:24px 42px;margin-top:42px}.venue-summary h2{margin:0 0 16px;color:var(--blue);font-size:clamp(32px,4vw,48px);text-transform:uppercase}.venue-summary p{max-width:620px;margin:0;font-size:18px;line-height:1.35}.venue-summary address{position:relative;margin-top:22px;padding-left:42px;color:var(--red);font-size:17px;font-style:normal;font-weight:600;line-height:1.35}.venue-summary address span{position:absolute;left:0;top:-8px;font-size:42px;line-height:1}.venue-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-self:end}.venue-stats article{min-height:154px;padding:18px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--red);color:#fff;border-radius:13px}.venue-stats strong{font-size:27px;line-height:1}.venue-stats article:nth-child(3) strong{font-size:42px}.venue-stats span{max-width:125px;margin-top:13px;font-size:13px;line-height:1.2}.venue-media{grid-column:1/-1;display:grid;grid-template-columns:1.08fr .92fr;gap:42px}.venue-map,.venue-photo{width:100%;height:350px;border-radius:18px}.venue-map{position:relative;overflow:hidden;background:#eef1f5}.venue-map iframe{width:100%;height:100%;border:0}.venue-map a{position:absolute;right:13px;bottom:13px;padding:9px 13px;border-radius:7px;background:#fff;color:var(--blue);box-shadow:0 2px 10px #0003;text-decoration:none;font-weight:700}.venue-photo{object-fit:cover}.venues-footer{max-width:1440px;margin:auto}@media(max-width:900px){.venues-page{padding:38px 24px}.venue{grid-template-columns:1fr}.venue-stats{grid-template-columns:repeat(3,1fr)}.venue-media{grid-template-columns:1fr;gap:20px}.venue-map,.venue-photo{height:330px}}@media(max-width:600px){.venues-intro{text-align:left}.venue{margin-top:55px}.venue-stats{grid-template-columns:1fr}.venue-stats article{min-height:120px}.venue-map,.venue-photo{height:280px}.venue-summary address br{display:none}}
.venue-stats article img{width:auto;height:58px;max-width:76px;object-fit:contain}.venue-stats article:nth-child(2) img{height:59px}.venue-stats article:nth-child(3) img{height:56px}.venue-stats article span{margin-top:12px}
.home-market{max-width:1320px;margin:20px auto 55px;padding:0 42px}.home-market img{width:100%;height:480px;object-fit:cover;border-radius:28px}.home-footer{max-width:1440px;margin:auto}.home-footer section:first-child{display:flex;flex-direction:column;align-items:flex-start;gap:12px}@media(max-width:900px){.home-market{padding:0 24px}.home-market img{height:380px}}@media(max-width:520px){.home-market{padding:0 16px;margin-bottom:30px}.home-market img{height:270px;border-radius:18px}}
.about-page-new{max-width:1320px;margin:auto;padding:0 42px 42px}.about-who{display:grid;grid-template-columns:1fr 1.1fr;min-height:470px}.about-who-copy{align-self:center;padding:42px 55px 42px 0}.about-who h1{margin:0 0 22px;color:var(--red);font-size:clamp(30px,4vw,45px);text-transform:uppercase}.about-who p{font-size:18px;line-height:1.35}.about-who>img{width:100%;height:100%;max-height:470px;object-fit:cover}.about-needs{padding:48px 0 30px}.about-needs>h2{text-align:center;margin:0 0 42px;color:var(--blue);font-size:clamp(32px,4vw,48px);text-transform:uppercase}.about-categories{display:grid;grid-template-columns:repeat(4,1fr)}.about-categories article{min-height:155px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;border-right:2px solid var(--red)}.about-categories article:last-child{border:0}.about-categories img,.handshake-icon{width:92px;height:76px;object-fit:contain}.handshake-icon{display:grid;place-items:center;color:var(--red);font-size:68px;line-height:1}.about-categories span{font-size:17px}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;padding:45px 55px}.about-features ul{position:relative;margin:0;padding:0 0 0 42px;list-style:none;border-left:4px solid var(--blue)}.about-features li{position:relative;margin:28px 0;font-size:18px}.about-features li:before{content:"";position:absolute;left:-51px;top:5px;width:16px;height:16px;border-radius:50%;background:var(--blue)}.about-features img{width:100%;height:430px;object-fit:cover;border-radius:24px}.about-team{text-align:center;padding-top:10px}.about-team img{width:min(100%,1100px);height:440px;margin:auto;object-fit:contain;object-position:bottom}.about-team h2{margin:0;color:var(--red);font-size:clamp(28px,4vw,45px);text-transform:uppercase}.about-footer-new{max-width:1440px;margin:auto}.about-footer-new section:first-child{display:flex;flex-direction:column;align-items:flex-start;gap:12px}@media(max-width:900px){.about-page-new{padding:0 24px 35px}.about-who{grid-template-columns:1fr}.about-who-copy{padding:40px 0}.about-who>img{height:360px}.about-categories{grid-template-columns:1fr 1fr}.about-categories article:nth-child(2){border-right:0}.about-features{grid-template-columns:1fr;padding:35px 20px}.about-team img{height:auto}}@media(max-width:520px){.about-page-new{padding:0 16px 28px}.about-who>img{height:280px}.about-categories{grid-template-columns:1fr}.about-categories article{border-right:0;border-bottom:2px solid var(--red)}.about-features{padding:30px 0}.about-features img{height:300px}.about-team h2{margin-top:20px}}
.about-who{position:relative;overflow:hidden}.about-who:after{content:"";position:absolute;z-index:1;top:0;bottom:0;left:42%;width:24%;pointer-events:none;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.92) 20%,rgba(255,255,255,.48) 62%,rgba(255,255,255,0) 100%)}.about-who-copy{position:relative;z-index:2}.about-who>img{position:relative;z-index:0}@media(max-width:900px){.about-who:after{display:none}}
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.captcha-row{grid-column:2;display:grid;grid-template-columns:260px 1fr;gap:18px;align-items:end}.captcha-image-wrap{height:82px;overflow:hidden;border:1px solid #b8c0cc;border-radius:8px;background:#f3f6fb}.captcha-image-wrap img{width:260px;height:82px;object-fit:cover}.captcha-row input{text-transform:uppercase;letter-spacing:.18em;font-size:20px;font-weight:700}.contact-card button{cursor:pointer}@media(max-width:900px){.captcha-row{grid-column:1}}@media(max-width:600px){.captcha-row{grid-template-columns:1fr}.captcha-image-wrap{width:260px;max-width:100%}}
.contact-card .field-name{grid-column:1;grid-row:1}.contact-card .field-phone{grid-column:1;grid-row:2}.contact-card .field-email{grid-column:1;grid-row:3}.contact-card .field-message{grid-column:2;grid-row:1/4}.contact-card .field-message textarea{height:100%;min-height:190px}.contact-card .captcha-row{grid-column:2;grid-row:4}.contact-card button{grid-column:2;grid-row:5}@media(max-width:900px){.contact-card .field-name,.contact-card .field-phone,.contact-card .field-email,.contact-card .field-message,.contact-card .captcha-row,.contact-card button{grid-column:1;grid-row:auto}.contact-card .field-message textarea{height:auto}}
