/* =====================================================
   ProductPhotography.com
   Palette: #006d77 Stormy Teal | #83c5be Pearl Aqua
            #edf6f9 Alice Blue  | #ffddd2 Almond Silk
            #e29578 Tangerine Dream
   ===================================================== */

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #006d77;
  background: #edf6f9;
}

a { color: #e29578; text-decoration: none; transition: color 0.3s; }
a:hover { color: #c97d62; }

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  color: #006d77;
  line-height: 1.3;
  font-weight: 700;
}

h1 { font-size: 2.8rem; }
h2 { font-size: 2.2rem; }
h3 { font-size: 1.6rem; }
h4 { font-size: 1.2rem; }

p { margin-bottom: 1rem; }

ul { list-style: none; }

.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

.section { padding: 80px 0; }
.section-alt { background: #ffddd2; }
.section-dark { background: #004d55; color: #fff; }
.section-dark h1, .section-dark h2, .section-dark h3,
.section-dark h4 { color: #fff; }
.section-dark p { color: #edf6f9; }

.text-center { text-align: center; }
.text-white { color: #fff !important; }

/* ---- Buttons ---- */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.btn-primary {
  background: #e29578;
  color: #fff;
}
.btn-primary:hover { background: #c97d62; color: #fff; }

.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-outline:hover { background: #edf6f9; color: #006d77; }

.btn-dark {
  background: #006d77;
  color: #edf6f9;
}
.btn-dark:hover { background: #004d55; color: #ffffff; }

/* ---- Section Title ---- */
.section-title {
  text-align: center;
  margin-bottom: 50px;
}
.section-title h2 { margin-bottom: 15px; }
.section-title p { max-width: 650px; margin: 0 auto; font-size: 1.05rem; }
.section-title .divider {
  width: 60px;
  height: 3px;
  background: #e29578;
  margin: 20px auto;
}

/* ---- Top Bar ---- */
.top-bar {
  background: #006d77;
  padding: 8px 0;
  font-size: 0.82rem;
  color: #edf6f9;
}
.top-bar .container { display: flex; justify-content: space-between; align-items: center; }
.top-bar a { color: #edf6f9; }
.top-bar a:hover { color: #ffddd2; }
.top-bar-left, .top-bar-right { display: flex; gap: 20px; align-items: center; }

/* ---- Header / Navigation ---- */
.site-header {
  background: #edf6f9;
  box-shadow: 0 2px 10px rgba(0,109,119,0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.site-logo .logo-icon-svg {
  width: 52px;
  height: 52px;
  display: block;
  flex-shrink: 0;
}
.site-logo .logo-text {
  font-size: 1.2rem;
  font-weight: 800;
  color: #006d77;
  line-height: 1.2;
}
.site-logo .logo-sub {
  font-size: 0.72rem;
  color: #e29578;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.main-nav { display: flex; gap: 0; align-items: center; }
.main-nav a {
  color: #006d77;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 10px 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  transition: color 0.3s;
}
.main-nav a:hover, .main-nav a.active { color: #e29578; }
.main-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #e29578;
  transition: width 0.3s;
}
.main-nav a:hover::after, .main-nav a.active::after { width: 70%; }

.nav-cta { margin-left: 12px; }

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 5px;
}
.menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #006d77;
  transition: all 0.3s;
}

/* ---- Hero Section ---- */
.hero {
  background: linear-gradient(135deg, #003d44 0%, #006d77 50%, #007f8a 100%);
  color: #fff;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2383c5be' fill-opacity='0.07'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.4;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-content { position: relative; }

.hero-visual { position: relative; }
.hero-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.hero-photo-grid img {
  border-radius: 8px;
  width: 100%;
  height: 190px;
  object-fit: cover;
  box-shadow: 0 10px 35px rgba(0,0,0,0.35);
  transition: transform 0.3s ease;
}
.hero-photo-grid img:hover { transform: scale(1.02); }
.hero-photo-grid img:nth-child(1) { margin-top: 24px; }
.hero-photo-grid img:nth-child(4) { margin-top: -24px; }

.hero-price-badge {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #e29578;
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(226,149,120,0.5);
  letter-spacing: 0.3px;
}
.hero-price-badge strong { font-size: 1.1rem; }
.hero-badge {
  display: inline-block;
  background: rgba(226, 149, 120, 0.18);
  border: 1px solid rgba(226, 149, 120, 0.5);
  color: #ffddd2;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.hero h1 {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
}
.hero h1 span { color: #ffddd2; }
.hero p { font-size: 1.15rem; color: #edf6f9; margin-bottom: 36px; max-width: 560px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.hero-stat-number {
  font-size: 2.2rem;
  font-weight: 800;
  color: #83c5be;
  display: block;
}
.hero-stat-label { font-size: 0.82rem; color: rgba(237,246,249,0.7); text-transform: uppercase; letter-spacing: 0.5px; }

/* ---- Trust Bar ---- */
.trust-bar {
  background: #83c5be;
  padding: 20px 0;
}
.trust-bar .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #004d55;
}
.trust-icon { font-size: 1.6rem; }
.trust-text strong { display: block; font-weight: 700; font-size: 0.95rem; }
.trust-text span { font-size: 0.82rem; opacity: 0.75; }

/* ---- Services Grid ---- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.service-card {
  background: #ffffff;
  border: 1px solid #83c5be;
  border-radius: 8px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: #e29578;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,109,119,0.12); }
.service-card:hover::before { transform: scaleX(1); }
.service-card .icon {
  width: 70px;
  height: 70px;
  background: #edf6f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 1.8rem;
  transition: all 0.3s;
}
.service-card:hover .icon { background: #e29578; }
.service-card h3 { margin-bottom: 14px; font-size: 1.2rem; }
.service-card p { font-size: 0.92rem; margin-bottom: 20px; }
.service-card .price { font-size: 1.4rem; font-weight: 800; color: #e29578; }
.service-card .price span { font-size: 0.8rem; font-weight: 400; color: #999; }

/* ---- How It Works ---- */
.steps { display: flex; gap: 30px; flex-wrap: wrap; justify-content: center; margin-top: 20px; }
.step {
  flex: 1;
  min-width: 200px;
  max-width: 260px;
  text-align: center;
  position: relative;
}
.step:not(:last-child)::after {
  content: '→';
  position: absolute;
  right: -20px;
  top: 40px;
  font-size: 1.5rem;
  color: #83c5be;
}
.step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e29578;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.step h4 { margin-bottom: 10px; }
.step p { font-size: 0.9rem; }

/* ---- Pricing Tables ---- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 20px;
  align-items: start;
}

.pricing-card {
  background: #ffffff;
  border: 2px solid #83c5be;
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.pricing-card.featured {
  border-color: #e29578;
  transform: scale(1.04);
  box-shadow: 0 20px 60px rgba(226,149,120,0.2);
}
.pricing-card.featured::before {
  content: 'Most Popular';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #e29578;
  color: #fff;
  padding: 4px 20px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.pricing-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.pricing-card .price-amount {
  font-size: 3rem;
  font-weight: 800;
  color: #e29578;
  line-height: 1;
  margin: 20px 0 5px;
}
.pricing-card .price-unit { font-size: 0.85rem; color: #999; margin-bottom: 24px; }
.pricing-card ul { margin: 0 0 30px; text-align: left; }
.pricing-card ul li {
  padding: 8px 0;
  border-bottom: 1px solid #edf6f9;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pricing-card ul li::before { content: '✓'; color: #006d77; font-weight: 700; flex-shrink: 0; }

/* ---- Portfolio Grid ---- */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.portfolio-item {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #edf6f9;
  aspect-ratio: 4/3;
}
.portfolio-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #006d77;
  background: linear-gradient(135deg, #edf6f9, #83c5be);
}
.portfolio-placeholder span { font-size: 0.85rem; color: #006d77; margin-top: 10px; font-weight: 600; }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 109, 119, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  color: #ffddd2;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ---- Testimonials ---- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.testimonial-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 35px;
  box-shadow: 0 5px 30px rgba(0,109,119,0.08);
  border: 1px solid #83c5be;
  position: relative;
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 5rem;
  color: #83c5be;
  opacity: 0.25;
  line-height: 1;
  font-family: Georgia, serif;
}
.testimonial-text { font-style: italic; margin-bottom: 20px; font-size: 0.95rem; position: relative; z-index: 1; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #006d77;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #edf6f9;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.author-info strong { display: block; font-size: 0.9rem; color: #006d77; }
.author-info span { font-size: 0.8rem; color: #999; }
.stars { color: #e29578; font-size: 0.9rem; margin-bottom: 12px; }

/* ---- CTA Band ---- */
.cta-band {
  background: linear-gradient(135deg, #006d77 0%, #004d55 100%);
  padding: 80px 0;
  text-align: center;
}
.cta-band h2 { color: #fff; margin-bottom: 16px; font-size: 2.4rem; }
.cta-band p { color: #edf6f9; font-size: 1.1rem; margin-bottom: 36px; }

/* ---- Contact Form ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.form-group { margin-bottom: 22px; }
.form-group label {
  display: block;
  font-weight: 600;
  font-size: 0.88rem;
  color: #006d77;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #83c5be;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
  color: #006d77;
  transition: border-color 0.3s, box-shadow 0.3s;
  background: #ffffff;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none;
  border-color: #e29578;
  box-shadow: 0 0 0 3px rgba(226,149,120,0.15);
}
.form-group textarea { resize: vertical; min-height: 130px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.contact-info { padding: 10px 0; }
.contact-info h3 { margin-bottom: 20px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 28px; }
.contact-item .ci-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #edf6f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  color: #e29578;
}
.contact-item .ci-text strong { display: block; font-size: 0.9rem; color: #006d77; margin-bottom: 2px; }
.contact-item .ci-text span { font-size: 0.88rem; }

/* ---- FAQ ---- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  border: 1px solid #83c5be;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-question {
  padding: 20px 24px;
  font-weight: 600;
  color: #006d77;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  transition: background 0.2s;
}
.faq-question:hover { background: #edf6f9; }
.faq-question .faq-icon { color: #e29578; font-size: 1.2rem; transition: transform 0.3s; }
.faq-answer { padding: 0 24px 20px; font-size: 0.93rem; color: #006d77; display: none; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

/* ---- Footer ---- */
.site-footer {
  background: #004d55;
  color: #edf6f9;
  padding: 70px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}
.footer-brand .logo-text { color: #edf6f9; }
.footer-brand p { font-size: 0.9rem; margin: 18px 0 24px; line-height: 1.7; color: #83c5be; }
.footer-social { display: flex; gap: 12px; }
.social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #edf6f9;
  font-size: 0.9rem;
  transition: all 0.3s;
  text-decoration: none;
}
.social-btn:hover { background: #e29578; color: #fff; }

.footer-col h4 { color: #edf6f9; font-size: 0.95rem; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: #83c5be; font-size: 0.88rem; transition: color 0.3s; }
.footer-links a:hover { color: #ffddd2; padding-left: 5px; }

.footer-licensing {
  border-top: 1px solid rgba(131,197,190,0.2);
  padding: 28px 0 20px;
  font-size: 0.82rem;
  color: #83c5be;
  line-height: 1.7;
  max-width: 900px;
}
.footer-licensing a { color: #edf6f9; text-decoration: underline; }
.footer-licensing a:hover { color: #ffddd2; }

.footer-bottom {
  border-top: 1px solid rgba(131,197,190,0.2);
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
}
.footer-bottom a { color: #83c5be; }
.footer-bottom a:hover { color: #ffddd2; }

/* ---- Page Hero (inner pages) ---- */
.page-hero {
  background: linear-gradient(135deg, #003d44, #006d77);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.page-hero h1 { color: #fff; margin-bottom: 14px; font-size: 2.8rem; }
.page-hero p { color: #edf6f9; font-size: 1.05rem; max-width: 600px; margin: 0 auto; }
.breadcrumb { font-size: 0.82rem; color: rgba(255,255,255,0.55); margin-bottom: 16px; }
.breadcrumb a { color: rgba(255,255,255,0.75); }
.breadcrumb a:hover { color: #ffddd2; }
.breadcrumb span { color: #ffddd2; }

/* ---- Features / Icon List ---- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}
.feature-item { text-align: center; padding: 10px; }
.feature-icon {
  font-size: 2.4rem;
  margin-bottom: 16px;
  display: block;
}
.feature-item h4 { margin-bottom: 10px; font-size: 1rem; }
.feature-item p { font-size: 0.88rem; }

/* ---- Highlight Band ---- */
.highlight-band {
  background: #ffddd2;
  border-left: 4px solid #e29578;
  padding: 24px 30px;
  border-radius: 0 6px 6px 0;
  margin: 30px 0;
}
.highlight-band p { margin: 0; font-size: 1rem; }

/* ---- Two Column ---- */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.two-col.reverse { direction: rtl; }
.two-col.reverse > * { direction: ltr; }
.col-image {
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, #edf6f9, #83c5be);
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: #006d77;
}
.col-content h2 { margin-bottom: 20px; }
.col-content p { margin-bottom: 16px; }
.check-list { list-style: none; margin: 20px 0 30px; }
.check-list li {
  padding: 8px 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.93rem;
}
.check-list li::before { content: '✓'; color: #e29578; font-weight: 700; flex-shrink: 0; margin-top: 2px; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; gap: 40px; }
  .two-col.reverse { direction: ltr; }
}

@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.7rem; }
  .hero { padding: 80px 0; }
  .hero h1 { font-size: 2.2rem; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .hero-stats { flex-wrap: wrap; gap: 24px; }
  .section { padding: 60px 0; }
  .main-nav { display: none; }
  .main-nav.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #edf6f9; padding: 20px; box-shadow: 0 10px 30px rgba(0,109,119,0.12); gap: 0; z-index: 999; }
  .main-nav.open a { padding: 12px 16px; border-bottom: 1px solid #83c5be; }
  .menu-toggle { display: flex; }
  .site-header { position: relative; }
  .header-inner { position: relative; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .steps { gap: 40px; }
  .step:not(:last-child)::after { display: none; }
  .step { min-width: 180px; }
  .pricing-card.featured { transform: none; }
  .form-row { grid-template-columns: 1fr; }
  .trust-bar .container { flex-direction: column; align-items: flex-start; }
  .hero-buttons { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .container { padding: 0 15px; }
  .hero h1 { font-size: 1.8rem; }
  .section-title h2 { font-size: 1.5rem; }
}
