*, *::before, *::after {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Coolvetica Rg';
  src: url('fonts/coolvetica-rg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --accent: #E42F24;
}

body {
  background: #F6F4E5;
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  color: #3B2F2F;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.hero {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 16px;
  box-sizing: border-box;
}

.logo {
  width: 96px;
  margin-bottom: 16px;
}

h1, h2, h3, .hero-tagline {
  font-family: 'Coolvetica Rg', Arial, sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 2.5rem;
  margin: 0 0 12px 0;
  letter-spacing: 1px;
}

.subtitle {
  font-size: 1.2rem;
  margin-bottom: 24px;
}

.cta-btn {
  display: inline-block;
  width: auto;
  align-self: flex-start;
  background: var(--accent);
  color: #fff;
  font-size: 1.1rem;
  padding: 14px 36px;
  border-radius: 32px;
  text-decoration: none;
  font-family: 'Coolvetica Rg', Arial, sans-serif;
  transition: background 0.2s;
  box-shadow: 0 2px 8px #e42f2422;
  border: none;
}
.cta-btn:hover {
  background: #b81e18;
}

@media (max-width: 700px) {
  .hero-inner {
    padding: 16px;
  }
  .hero-row {
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: unset;
    gap: 24px;
    padding: 0 16px;
  }
  .logo-large {
    width: 120px;
  }
  .hero-text {
    width: 100%;
    max-width: none;
    min-width: 0;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  .hero-text h1,
  .hero-text .hero-tagline,
  .hero-text .subtitle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow-wrap: break-word;
  }
  .hero-text > div[style*="display:flex"] {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    gap: 12px;
  }
  .cta-btn {
    width: 100%;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
  }
  .cta-btn:last-child {
    margin-bottom: 0;
  }
  .qr-side {
    width: 70vw;
    height: auto;
    margin: 0 auto;
    display: block;
    max-width: 250px;
  }
}

/* Additional mobile optimizations for very small screens */
@media (max-width: 360px) {
  .hero-inner {
    padding: 12px;
  }
  .hero-row {
    padding: 0 8px;
  }
  .hero-text h1,
  .hero-text .hero-tagline,
  .hero-text .subtitle {
    padding: 0;
  }
  .hero-text > div[style*="display:flex"] {
    max-width: 220px;
  }
  .qr-side {
    max-width: 180px;
  }
}

/* Fix for iOS Safari 100vh issue */
@supports (-webkit-touch-callout: none) {
  .hero,
  .screen {
    min-height: -webkit-fill-available;
  }
}

.section-divider, .divider-svg {
  display: none !important;
}

main {
  position: relative;
  background: none;
  min-height: 100px;
}

.benefits::before {
  display: none !important;
}

.screen {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  box-sizing: border-box;
  position: relative;
}

.screen-inner {
  padding-top: 0;
  padding-bottom: 0;
}

.benefits {
  padding-top: 36px;
  margin: 0 auto;
  text-align: center;
}

.benefits h2 {
  font-size: 2rem;
  margin-bottom: 18px;
  border: none;
  padding-bottom: 0;
  background: none;
  text-align: center;
}
.benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.benefits li {
  font-size: 1.1rem;
  margin: 18px 0;
  padding-left: 0;
  position: relative;
  background: none;
}
.benefits li::before {
  content: '';
  display: none;
}

.stamps-progress {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 40px 0 0 0;
}
.stamp-block {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px #0001;
  padding: 24px 18px 16px 18px;
  text-align: center;
  width: 180px;
  min-width: 140px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stamp-block img {
  width: 80px;
  margin-bottom: 12px;
}
.stamp-block p {
  font-size: 1rem;
  margin: 0;
}

.footer-stamp {
  margin: 48px auto 0 auto;
  background: #fffbe9;
  box-shadow: 0 2px 12px #0001;
  border-radius: 24px 24px 0 0;
  padding: 32px 18px 18px 18px;
  max-width: 320px;
}
.footer-info {
  margin-top: 18px;
  font-size: 0.95rem;
  color: #8C6A3F;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.hero-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 48px 56px 48px;
  box-sizing: border-box;
  width: 100%;
  z-index: 1;
  display: block;
}

.bg-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50vmin;
  height: 50vmin;
  max-width: 600px;
  max-height: 600px;
  min-width: 180px;
  min-height: 180px;
  opacity: 0.1;
  filter: drop-shadow(0 2px 24px #0001);
  object-fit: contain;
  aspect-ratio: 1/1;
}
.bg-qr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  min-width: 70px;
  opacity: 1;
  transform: rotate(-45deg) translate(-50px, 50px);
}
.bg-cups {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  min-width: 90px;
  opacity: 1;
  transform: rotate(45deg) translate(50px, -50px);
}
.hero-row, .hero-text {
  position: relative;
  z-index: 1;
}

.hero-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 48px;
  flex-wrap: nowrap;
  height: 100%;
  min-height: 260px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}

.logo-large {
  width: 200px;
  min-width: 120px;
  max-width: 260px;
  margin-bottom: 0;
  margin-right: 0;
  transition: transform 0.5s cubic-bezier(.4,2,.6,1);
}

.hero-text {
  flex: 2 1 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  min-width: 260px;
  max-width: 520px;
}

.hero-tagline {
  font-size: 1.25rem;
  color: var(--accent);
  margin: 8px 0 0 0;
  font-weight: normal;
}

@media (max-width: 900px), (max-height: 900px) {
  .hero-inner {
    max-width: 90vw;
    max-height: 90vw;
    min-width: 220px;
    min-height: 220px;
    padding: 24px 4vw;
  }
}
@media (max-width: 700px) {
  .hero-inner {
    padding: 18px 4vw;
  }
  .hero-row {
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: unset;
    gap: 12px;
  }
  .logo-large {
    width: 100px;
    margin-bottom: 0;
  }
  .hero-text {
    flex: none;
    width: 100%;
    max-width: none;
    min-width: 0;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .hero-text > div[style*="display:flex"] {
    flex-direction: column;
    gap: 8px;
    align-items: center;
    width: 100%;
  }
  .qr-side {
    width: 70vw;
    height: auto;
    margin: 0 auto 18px auto;
    display: block;
  }
  .screen-inner {
    padding-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    margin: 0 auto;
  }
  .screen:first-child {
    min-height: calc(100vh - 48px);
  }
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s cubic-bezier(.4,2,.6,1) forwards;
}
.fade-in:nth-child(1) { animation-delay: 0.1s; }
.fade-in:nth-child(2) { animation-delay: 0.3s; }
.fade-in:nth-child(3) { animation-delay: 0.5s; }
.fade-in:nth-child(4) { animation-delay: 0.7s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: none;
  }
}

.qr-side {
  flex: 1 1 0;
  height: 100%;
  width: auto;
  margin-right: 32px;
  object-fit: contain;
  display: block;
  max-width: 300px;
}

.qr-side {
  width: 90px;
  height: auto;
  margin-right: 32px;
  flex-shrink: 0;
}
@media (max-width: 700px) {
  .qr-side {
    width: 70vw;
    height: auto;
    margin: 0 auto 18px auto;
    display: block;
  }
  .hero-row {
    flex-direction: column;
    align-items: center;
  }
}

.header-bar {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  height: 64px;
  background: #F6F4E5ee;
  box-shadow: 0 -2px 12px #0001;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  padding: 0 16px;
  box-sizing: border-box;
  transition: opacity 0.3s, transform 0.3s;
}
.header-bar--hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition-delay: 0.2s;
}
.header-logo {
  height: 40px;
  width: auto;
}
.header-cups {
  height: 44px;
  width: auto;
  margin: 0;
  display: block;
}
.header-contact-btn {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 10px 24px;
  font-family: 'Coolvetica Rg', Arial, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.2s;
  cursor: pointer;
  box-shadow: 0 2px 8px #e42f2422;
  margin-left: auto;
}
.header-contact-btn:hover {
  background: #b81e18;
}
@media (max-width: 700px) {
  .header-bar {
    height: 48px;
    padding: 0 4px;
    box-shadow: 0 -2px 12px #0001;
  }
  .header-logo {
    height: 28px;
  }
  .header-cups {
    height: 32px;
  }
  .header-contact-btn {
    padding: 7px 14px;
    font-size: 0.95rem;
  }
  body {
    padding-top: 48px;
  }
  .screen:not(:first-child) .screen-inner {
    padding-bottom: 48px;
  }
}

.benefits-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 64px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.benefits-title {
  flex: 1 1 0;
  font-size: 4rem;
  font-family: 'Coolvetica Rg', Arial, sans-serif;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 180px;
  max-width: 400px;
  padding-left: 8px;
  text-align: left;
  word-break: normal;
  white-space: normal;
}
.benefits-title-black {
  color: #222;
}
.benefits-title-red {
  color: var(--accent);
}
.benefits-list {
  flex: 2 1 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0 0 0 0;
  min-width: 220px;
  max-width: 520px;
  overflow: visible;
}
.benefits-list::after {
  display: none !important;
}
.benefits-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.benefits-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: flex-start;
  text-align: left;
  font-size: 1.18rem;
  margin: 18px 0;
  padding-left: 0;
  position: relative;
  background: none;
}
.benefits-list li::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: var(--accent);
  border-radius: 50%;
  margin-right: 0;
  margin-top: 7px;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .benefits-row {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .benefits-title {
    font-size: 1.7rem;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding-left: 0;
    max-width: 100%;
  }
  .benefits-list {
    padding: 24px 12px 24px 18px;
    max-width: 100%;
  }
}

.how-works {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  height: auto;
}

.how-works-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  padding: 30px 0 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.2;
}

.video-container {
  position: relative;
  background: none;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 0;
  max-height: 70vh;
  max-width: 100%;
}


.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .how-works {
    padding: 0;
    max-width: 100%;
    height: auto;
  }
  .how-works-title {
    font-size: 28px;
    margin-bottom: 0;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto 0 auto;
    text-align: center;
    overflow-wrap: break-word;
    line-height: 1.2;
  }
}

@media (max-width: 360px) {
  .how-works-title {
    font-size: 24px;
    margin-bottom: 0;
    margin: 0 auto 0 auto;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.2;
  }
}

/* Case Study Section */
.case-study {
  padding: 60px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.case-study-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}

.case-study-content {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.case-study-header h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.case-study-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.case-study-problem,
.case-study-solution,
.case-study-results,
.case-study-testimonial {
  padding: 25px;
  background: #f8f9fa;
  border-radius: 15px;
}

.case-study-problem h3,
.case-study-solution h3,
.case-study-results h3,
.case-study-testimonial h3 {
  color: #e74c3c;
  font-size: 24px;
  margin-bottom: 15px;
}

.case-study-solution ul,
.case-study-results ul {
  list-style: none;
  padding: 0;
}

.case-study-solution li,
.case-study-results li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.case-study-solution li:before,
.case-study-results li:before {
  content: "✓";
  color: #e74c3c;
  position: absolute;
  left: 0;
}

.case-study-testimonial blockquote {
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin: 0 0 15px 0;
  padding: 0;
  border-left: 4px solid #e74c3c;
  padding-left: 20px;
}

.testimonial-author {
  font-weight: bold;
  color: #333;
  text-align: right;
}

.case-study-screenshot {
  text-align: center;
  margin-top: 40px;
}

.case-study-screenshot img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .case-study-grid {
    grid-template-columns: 1fr;
  }
  
  .case-study-content {
    padding: 20px;
  }
  
  .case-study-title {
    font-size: 36px;
  }
  
  .case-study-header h2 {
    font-size: 28px;
  }
}

/* FAQ Section */
.faq {
  padding: 60px 0;
  max-width: 1000px;
  margin: 0 auto;
}

.faq-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}

.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.faq-question {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background-color: #f8f9fa;
}

.faq-question h3 {
  font-size: 20px;
  color: #333;
  margin: 0;
  flex: 1;
}

.faq-toggle {
  font-size: 24px;
  color: #e74c3c;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  padding: 0 30px 20px;
  max-height: 200px;
}

.faq-answer p {
  margin: 0;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .faq {
    padding: 40px 20px;
  }
  
  .faq-title {
    font-size: 36px;
  }
  
  .faq-question h3 {
    font-size: 18px;
  }
  
  .faq-question,
  .faq-answer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Pricing Comparison Section */
.pricing-comparison {
  padding: 60px 0;
  max-width: 1000px;
  margin: 0 auto;
}

.pricing-title {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}

.pricing-table-wrapper {
  overflow-x: auto;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.07);
  margin-bottom: 30px;
  font-size: 18px;
}

.pricing-table th, .pricing-table td {
  padding: 18px 20px;
  text-align: left;
}

.pricing-table th {
  background: #f8f9fa;
  color: #333;
  font-weight: 700;
  font-size: 20px;
}

.pricing-table tr:not(.highlight) {
  border-bottom: 1px solid #ececec;
}

.pricing-table .pricing-note {
  color: #888;
  font-size: 15px;
}

.pricing-table .highlight {
  background: #fff7f2;
  color: #e74c3c;
  font-weight: bold;
  border-left: 5px solid #e74c3c;
}

.pricing-table .highlight td {
  color: #e74c3c;
  font-weight: bold;
}

.pricing-support {
  color: #27ae60;
  font-weight: 500;
}

.pricing-summary {
  text-align: center;
  font-size: 20px;
  color: #333;
}

.pricing-summary b {
  color: #e74c3c;
}

.pricing-economy {
  margin-top: 10px;
  color: #555;
  font-size: 18px;
}

@media (max-width: 768px) {
  .pricing-title {
    font-size: 32px;
  }
  .pricing-table th, .pricing-table td {
    padding: 12px 8px;
    font-size: 15px;
  }
  .pricing-summary {
    font-size: 16px;
  }
  .pricing-economy {
    font-size: 15px;
  }
}

/* Contact Section */
.contact-section {
  padding: 60px 0 80px 0;
  background: none;
}

.contact-block {
  max-width: 1200px;
  margin: 0 auto;
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 40px 30px 30px 30px;
}

.contact-title {
  font-size: 36px;
  font-weight: bold;
  color: #e74c3c;
  margin-bottom: 18px;
}

.contact-desc {
  font-size: 20px;
  color: #333;
  margin-bottom: 30px;
}

.contact-iframe-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.contact-alt {
  font-size: 18px;
  color: #555;
  margin-top: 10px;
}

.contact-alt a {
  color: #e74c3c;
  text-decoration: underline;
  font-weight: bold;
}

@media (max-width: 768px) {
  .contact-section {
    padding: 40px 16px 20px 16px;
    height: auto !important;
  }
  .contact-block {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .contact-title {
    font-size: 26px;
  }
  .contact-desc {
    font-size: 16px;
  }
  .contact-alt {
    font-size: 15px;
  }
  .contact-iframe-wrapper iframe {
    height: 350px;
    max-width: 100%;
  }
  .contact-flex {
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }
  .contact-left {
    border-right: none;
    border-bottom: 1px solid #f0e6d6;
    padding-right: 0;
    padding-bottom: 24px;
  }
  .contact-right {
    padding-left: 0;
  }
}

@media (max-width: 360px) {
  .contact-section {
    padding: 30px 8px 15px 8px;
  }
  .contact-title {
    font-size: 22px;
  }
  .contact-desc {
    font-size: 14px;
  }
  .contact-gift {
    font-size: 0.95rem;
  }
  .contact-tg-info {
    font-size: 0.9rem;
  }
}

.contact-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 32px 0;
}
.contact-img-wrap {
  /* flex: 0 0 220px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-cups-img {
  width: 320px;
}
.contact-content {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 220px;
  gap: 18px;
}
.contact-tg {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 900px) {
  .contact-flex {
    flex-direction: column;
    gap: 24px;
    padding: 18px 0;
  }
  .contact-img-wrap {
    flex: none;
  }
  .contact-content {
    min-width: 0;
  }
}

.contact-left, .contact-right {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  min-width: 220px;
  gap: 18px;
}
.contact-left {
  border-right: 1px solid #f0e6d6;
  padding-right: 32px;
}
.contact-right {
  align-items: flex-start;
  padding-left: 32px;
}
.contact-gift {
  font-size: 1.15rem;
  color: #222;
  margin-top: 10px;
  font-weight: 500;
}
.contact-tg-info {
  font-size: 1.1rem;
  margin-top: 10px;
}
.contact-tg-info a {
  color: #e74c3c;
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 900px) {
  .contact-flex {
    flex-direction: column;
    gap: 24px;
    padding: 18px 0;
  }
  .contact-left {
    border-right: none;
    border-bottom: 1px solid #f0e6d6;
    padding-right: 0;
    padding-bottom: 24px;
  }
  .contact-right {
    padding-left: 0;
  }
}

/* --- Contact Form Styles --- */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.contact-form input[type="text"] {
  padding: 12px 16px;
  border: 1px solid #e0d8c3;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  background: #fff;
  transition: border 0.2s;
}
.contact-form input[type="text"]:focus {
  border: 1.5px solid var(--accent);
  outline: none;
}
.contact-form button[type="submit"] {
  margin-top: 8px;
  align-self: flex-start;
}
@media (max-width: 700px) {
  .contact-form input[type="text"] {
    font-size: 0.98rem;
    padding: 10px 12px;
  }
  .contact-form button[type="submit"] {
    width: 100%;
    align-self: stretch;
  }
} 