/*--------------------------------------------------------------------------
 Aimation
---------------------------------------------------------------------------*/
.fade-in {
 opacity: 0;
}
.in {
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
 animation-duration: 1s;
 animation-fill-mode: forwards;
 animation-timing-function: ease;
}

@-webkit-keyframes fadeIn {
 from {
  opacity: 0;
 }
 to {
  opacity: 1;
 }
}

@keyframes fadeIn {
 from {
  opacity: 0;
 }
 to {
  opacity: 1;
 }
}

.fade-up {
 opacity: 0;
 transform: translate(0,30px);
 -webkit-transform: translate(0,30px);
}
/* ie11 ハック*/
@media all and (-ms-high-contrast:none){
.fade-up {
 opacity: 1;
 transform: translate(0,0);
 -webkit-transform: translate(0,0);
}
}

.up {
 -webkit-animation-name: fadeUp;
 animation-name: fadeUp;
 animation-duration: 1s;
 animation-fill-mode: forwards;
 animation-timing-function: ease;
}

@-webkit-keyframes fadeUp {
 from {
  opacity: 0;
  transform: translate(0,30px);
  -webkit-transform: translate(0,30px);
 }
 to {
  opacity: 1;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
 }
}

@keyframes fadeIn {
 from {
  opacity: 0;
 }
 to {
  opacity: 1;
 }
}

.fade-left {
 transition: all 1.2s;
  -o-transition: all 1.2s; /* opera */
  -moz-transition: all 1.2s; /* firefox */
  -webkit-transition: all 1.2s; /* chrome, safari */
  -ms-transition: all 1.2s; /* ie */
 opacity: 0;
 transform: translate(-40px,0);
 -webkit-transform: translate(-40px,0);
 transition-delay: 0.1s;
}
.left {
 opacity: 1.0;
 transform: translate(0,0);
 -webkit-transform: translate(0,0);
}
.fade-right {
 transition: all 1.2s;
  -o-transition: all 1.2s; /* opera */
  -moz-transition: all 1.2s; /* firefox */
  -webkit-transition: all 1.2s; /* chrome, safari */
  -ms-transition: all 1.2s; /* ie */
 opacity: 0;
 transform: translate(40px,0);
 -webkit-transform: translate(40px,0);
 transition-delay: 0.1s;
}
.right {
 opacity: 1.0;
 transform: translate(0,0);
 -webkit-transform: translate(0,0);
}
.mask-pht { position: relative;}
.mask-txt::after {
 content: "";
 width: 100%;
 height: 100%;
 display: block;
 position: absolute;
 top: 0;
 right: 0;
 background: #FFF;
}
.is_visible.mask-txt::after {
 background: #FFF;
 animation-name: mask-txt;
 animation-delay: 0.75s;
 animation-duration: 0.75s;
 animation-fill-mode: forwards;
 animation-timing-function: ease-out;
}
@keyframes mask-txt {
 0% {
  width: 100%;
 }
 100% {
  width: 0;
 }
}
.mask-pht {
 position: relative;
}
.mask-pht::after {
 content: "";
 width: 0;
 height: 100%;
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 background: #ffe5e0;
}
.is_visible.mask-pht::after {
 animation-name: mask-pht;
 animation-duration: 1.5s;
 animation-fill-mode: forwards;
 animation-timing-function: ease;
}
@keyframes mask-pht {
 0% {
  width: 0;
  left: 0;
 }
 50% {
  width: 100%;
  left: 0;
 }
 55% {
  width: 100%;
  left: auto;
  right: 0;
 }
 100% {
  width: 0;
  left: auto;
  right: 0;
 }
}
.mask-pht { overflow: hidden; }
.mask-pht figure { line-height: 0;}
.mask-pht img { opacity: 0;}
.is_visible.mask-pht img {
 animation-name: delay;
 animation-delay: 0.75s;
 animation-duration: 1s;
 animation-fill-mode: forwards;
 animation-timing-function: ease-out;
}
@keyframes delay {
 0% {
  opacity: 0;
  transform:scaleX(1)scaleY(1);
 }
 20% {
  opacity: 0;
  transform:scaleX(1)scaleY(1);
 }
 100% {
  opacity: 1;
  transform:scaleX(1.02)scaleY(1.02);
 }
}

.zoom  {
 display: block;
 -webkit-transition: .4s ease-out;
 -moz-transition: .4s ease-out;
 transition: .4s ease-out;
}
a:hover .zoom { transform:scaleX(1.05)scaleY(1.05);}

@media screen and (max-width: 920px) {
 .fade-left,
 .fade-right {
  transition: all 1.2s;
   -o-transition: all 1.2s; /* opera */
   -moz-transition: all 1.2s; /* firefox */
   -webkit-transition: all 1.2s; /* chrome, safari */
   -ms-transition: all 1.2s; /* ie */
  opacity: 0;
  transform: translate(0,40px);
  -webkit-transform: translate(0,40px);
 }
 .left,
 .right {
  opacity: 1.0;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
 }
}


.l-header {
  display: none;
}

.l-nav-cta {
  display: none;
}


/* CSS Reset & Variables for Furano Lavender Campaign */
#furano-lvd-lp {
    --primary-color: #6C429B; /* Lavender Purple */
    --secondary-color: #B59ACA; /* Soft Lavender */
    --accent-color: #D4AF37; /* Gold */
    --text-main: #333333;
    --text-light: #666666;
    --bg-light: #FBF9FC;
    --white: #FFFFFF;
    
    --font-sans: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    --font-serif: 'Noto Serif JP', serif;
    
    --shadow-sm: 0 4px 6px rgba(108, 66, 155, 0.08);
    --shadow-md: 0 10px 30px rgba(108, 66, 155, 0.12);
    --shadow-lg: 0 20px 40px rgba(108, 66, 155, 0.15);
    
    --radius-md: 12px;
    --radius-lg: 20px;
    
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#furano-lvd-lp, #furano-lvd-lp * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#furano-lvd-lp {
    font-family: var(--font-sans);
    color: var(--text-main);
    background-color: var(--bg-light);
    line-height: 1.6;
    font-size: 16px;
}

#furano-lvd-lp h1, 
#furano-lvd-lp h2, 
#furano-lvd-lp h3, 
#furano-lvd-lp h4, 
#furano-lvd-lp h5, 
#furano-lvd-lp h6 {
    font-family: var(--font-serif);
    font-weight: 600;
    line-height: 1.3;
}

/* Base Components */
#furano-lvd-lp .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1000;
}

#furano-lvd-lp .section-padding {
    padding: 100px 0;
}

#furano-lvd-lp .section-title {
    text-align: center;
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
}

#furano-lvd-lp .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

/* Animations */
#furano-lvd-lp .fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

#furano-lvd-lp .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes flvd-float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

@keyframes flvd-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Header */
#furano-lvd-lp .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 40px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#furano-lvd-lp .header-logo {
    display: flex;
    flex-direction: column;
    color: var(--white);
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

#furano-lvd-lp .brand-name {
    font-family: var(--font-serif);
    font-size: 1.4rem;
    letter-spacing: 2px;
}

#furano-lvd-lp .sub-brand {
    font-size: 0.8rem;
    letter-spacing: 4px;
    font-weight: 300;
}

/* Hero Section */
#furano-lvd-lp .hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    background: linear-gradient(135deg, #1f1430, #6C429B); /* Fallback bg */
    overflow: hidden;
}

/* Creative CSS generated background since no image */
#furano-lvd-lp .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 80%, rgba(181, 154, 202, 0.4) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(108, 66, 155, 0.6) 0%, transparent 50%),
        linear-gradient(180deg, rgba(20,20,30,0.3) 0%, rgba(108, 66, 155, 0.8) 100%);
    background-size: cover;
    z-index: 1;
}

/* Add a subtle CSS pattern for texture */
#furano-lvd-lp .hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url("https://www.petitwedding.com/assets/campaign/img/furano_lavender_campaign-main.jpg");
    background-size: cover;
    z-index: 2;
}
#furano-lvd-lp .hero::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 3;
    opacity: 0.5;
}

#furano-lvd-lp .hero-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#furano-lvd-lp .hero-badge {
    background-color: var(--accent-color);
    color: #fff;
    padding: 8px 24px;
    border-radius: 30px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
    box-shadow: var(--shadow-sm);
    animation: flvd-pulse 2s infinite;
}

#furano-lvd-lp .hero-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#furano-lvd-lp .main-title {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

#furano-lvd-lp .sub-title {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: 6px;
    color: var(--secondary-color);
}

#furano-lvd-lp .hero-date {
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-top: 20px;
    background: rgba(255,255,255,0.1);
    padding: 10px 30px;
    border-radius: 4px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.2);
}

#furano-lvd-lp .scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.7);
    font-size: 0.8rem;
    letter-spacing: 2px;
}

#furano-lvd-lp .scroll-indicator::after {
    content: '';
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.7), transparent);
    animation: flvd-float 2s infinite;
}


@media screen and (max-width: 960px) {
#furano-lvd-lp .hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url("https://www.petitwedding.com/assets/campaign/img/furano_lavender_campaign-main-sp.jpg");
    background-size: cover;
    z-index: 2;
}
}


/* Campaign Highlight */
#furano-lvd-lp .campaign-highlight {
    background-color: var(--bg-light);
    margin-top: -60px;
    position: relative;
    z-index: 20;
}

#furano-lvd-lp .highlight-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 50px;
    text-align: center;
    box-shadow: var(--shadow-lg);
    border-top: 5px solid var(--accent-color);
}

#furano-lvd-lp .floating {
    animation: flvd-float 6s ease-in-out infinite;
}

#furano-lvd-lp .highlight-card .section-title {
    margin-bottom: 30px;
    font-size: 2rem;
}

#furano-lvd-lp .discount-badge {
    color: var(--primary-color);
    margin: 20px 0;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    border-bottom: 2px dashed var(--secondary-color);
    padding-bottom: 10px;
}

#furano-lvd-lp .discount-text {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    font-family: var(--font-sans);
}

#furano-lvd-lp .discount-unit {
    font-size: 2rem;
    font-weight: 600;
    margin-left: 10px;
}

#furano-lvd-lp .highlight-desc {
    font-size: 1.3rem;
    color: var(--text-light);
    margin-bottom: 30px;
}

#furano-lvd-lp .highlight-list {
    list-style: none;
    display: inline-block;
    text-align: left;
    background: var(--bg-light);
    padding: 20px 40px;
    border-radius: var(--radius-md);
}

#furano-lvd-lp .highlight-list li {
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

#furano-lvd-lp .highlight-list li:last-child {
    margin-bottom: 0;
}

#furano-lvd-lp .highlight-list li strong {
    color: var(--primary-color);
    margin-right: 15px;
    min-width: 80px;
}

/* Features Section */
#furano-lvd-lp .features {
    background: linear-gradient(180deg, var(--bg-light) 0%, #E6DFEB 100%);
}

#furano-lvd-lp .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

#furano-lvd-lp .feature-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: var(--radius-md);
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

#furano-lvd-lp .feature-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-md);
}

#furano-lvd-lp .feature-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: inline-block;
    padding: 15px;
    background: rgba(181, 154, 202, 0.1);
    border-radius: 50%;
    color: var(--primary-color);
}

#furano-lvd-lp .feature-title {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

#furano-lvd-lp .feature-desc {
    color: var(--text-light);
    font-size: 1.3rem;
    line-height: 1.6;
}


/* Plan Details (Glassmorphism) */
#furano-lvd-lp .plan-details {
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%236c429b' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

#furano-lvd-lp .glass-panel {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    overflow: hidden;
}

#furano-lvd-lp .price-header {
    background: linear-gradient(135deg, var(--primary-color), #4A2B6A);
    color: var(--white);
    padding: 40px;
    text-align: center;
}

#furano-lvd-lp .price-header h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 400;
}

#furano-lvd-lp .price-original {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
}

#furano-lvd-lp .price-label {
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.9rem;
}

#furano-lvd-lp .old-amount {
    font-size: 1.6rem;
    text-decoration: line-through;
    text-decoration-color: #E57373;
    text-decoration-thickness: 2px;
}

#furano-lvd-lp .price-discount-arrow {
    margin: 10px 0 10px;
    color: var(--accent-color);
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1px;
    animation: flvd-bounce 2s infinite;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

@keyframes flvd-bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-5px); }
    60% { transform: translateY(-3px); }
}

#furano-lvd-lp .price-display {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 10px;
    color: #FFF;
}

#furano-lvd-lp .currency {
    font-size: 2rem;
    margin-right: 5px;
}

#furano-lvd-lp .amount {
    font-size: 5rem;
    font-weight: 700;
    font-family: var(--font-sans);
    line-height: 1;
}

#furano-lvd-lp .tax {
    font-size: 1.2rem;
    margin-left: 5px;
}

#furano-lvd-lp .price-note {
    font-size: 1rem;
    opacity: 0.9;
    background: rgba(0,0,0,0.2);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 4px;
}

#furano-lvd-lp .included-items {
    padding: 40px;
    background: var(--white);
}

#furano-lvd-lp .included-items h4 {
    font-size: 1.4rem;
    color: var(--primary-color);
    margin-bottom: 30px;
    text-align: center;
}

#furano-lvd-lp .items-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

#furano-lvd-lp .items-list li {
    background: rgba(181, 154, 202, 0.1);
    color: var(--primary-color);
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
    border: 1px solid rgba(181, 154, 202, 0.3);
    text-align: center;
}

#furano-lvd-lp .items-list li small {
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--text-light);
    margin-top: 4px;
}

#furano-lvd-lp .exclusion-notes {
    background: #FDF9F9;
    padding: 30px 40px;
    border-top: 1px solid #EEEEEE;
}

#furano-lvd-lp .exclusion-notes h4 {
    color: #E57373;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

#furano-lvd-lp .exclusion-notes p {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 8px;
}

/* Contact CTA */
#furano-lvd-lp .contact-cta {
    padding: 80px 0;
    background-image: url("https://www.petitwedding.com/assets/campaign/img/furano_lavender_campaign-contact.jpg");
    background-size: cover;
    background-position: bottom center;
    position: relative;
}
#furano-lvd-lp .contact-cta::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 2;
}



#furano-lvd-lp .cta-card {
    text-align: center;
    color: var(--white);
}

#furano-lvd-lp .cta-catch {
    font-family: var(--font-serif);
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: var(--accent-color);
    letter-spacing: 2px;
}

#furano-lvd-lp .cta-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

#furano-lvd-lp .contact-info {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: var(--radius-lg);
    padding: 40px;
    max-width: 600px;
    margin: 0 auto 40px;
}

#furano-lvd-lp .contact-window {
    font-size: 1.1rem;
    margin-bottom: 15px;
    opacity: 0.9;
}

#furano-lvd-lp .phone-number {
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--white);
    text-decoration: none;
    font-family: var(--font-sans);
    margin-bottom: 15px;
    transition: var(--transition);
}

#furano-lvd-lp .phone-number:hover {
    color: var(--accent-color);
    transform: scale(1.05);
}

#furano-lvd-lp .phone-icon {
    font-size: 2.5rem;
    vertical-align: middle;
}

#furano-lvd-lp .business-hours {
    font-size: 0.9rem;
    opacity: 0.8;
}

#furano-lvd-lp .btn-primary {
    display: inline-block;
    background: var(--white);
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 50px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

#furano-lvd-lp .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
    background: var(--bg-light);
}

/* Footer */
#furano-lvd-lp .footer {
    background: #1f1430;
    color: rgba(255,255,255,0.6);
    text-align: center;
    padding: 40px 20px;
    font-size: 0.9rem;
}

/* Media Queries */
@media (max-width: 768px) {
    #furano-lvd-lp .main-title { font-size: 2.5rem; }
    #furano-lvd-lp .sub-title { font-size: 1.5rem; }
    
    #furano-lvd-lp .highlight-card { padding: 30px 20px; }
    #furano-lvd-lp .discount-text { font-size: 3rem; }
    
    #furano-lvd-lp .amount { font-size: 3.5rem; }
    
    #furano-lvd-lp .phone-number { font-size: 2.5rem; }
    #furano-lvd-lp .phone-icon { font-size: 1.8rem; }
    
    #furano-lvd-lp .section-title { font-size: 2rem; }
}

@media (max-width: 480px) {
    #furano-lvd-lp .hero-badge { display: block; margin-bottom: 20px; }
    #furano-lvd-lp .items-list li { width: 100%; justify-content: center; }
}
